diff --git a/SPECS/podman.spec b/SPECS/podman.spec index daf7235..5fd5a4b 100644 --- a/SPECS/podman.spec +++ b/SPECS/podman.spec @@ -32,17 +32,17 @@ # https://github.com/containers/libpod %define import_path_plugins %{provider}.%{provider_tld}/%{project}/%{repo_plugins} %define git_plugins https://github.com/containers/dnsname -%define commit_plugins f5af33dedcfc5e707e5560baa4a72f8d96a968fe +%define commit_plugins 8ffd35849663cc69582c860d54f86868a3c19487 %define shortcommit_plugins %(c=%{commit_plugins}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%define built_tag v2.0.3 +%define built_tag v2.0.4 %define built_tag_strip %(b=%{built_tag}; echo ${b:1}) %define download_url %{git0}/archive/%{built_tag}.tar.gz Name: podman -Version: 2.0.3 +Version: 2.0.4 Release: 1%{?dist} Epoch: 2 Summary: Manage Pods, Containers and Container Images @@ -53,7 +53,7 @@ Source0: %{download_url} # uncomment below Source0, and replace the placeholders with the right info # Also, adjust %%prep section as necessary. #Source0: https://github.com/$GITHUB_USER/$GITHUB_USER_REPO/archive/$BRANCH.tar.gz -Source1: https://github.com/containers/dnsname/archive/f5af33dedcfc5e707e5560baa4a72f8d96a968fe/dnsname-f5af33d.tar.gz +Source1: https://github.com/containers/dnsname/archive/%{commit_plugins}/dnsname-%{shortcommit_plugins}.tar.gz Provides: %{name}-manpages = %{epoch}:%{version}-%{release} Obsoletes: %{name}-manpages < %{epoch}:%{version}-%{release} # If go_compiler is not set to 1, there is no virtual provide. Use golang instead.