Browse Source

podman update to v2.0.4 and dnsname subpackage

Signed-off-by: virtbuilder_pel7ppc64lebuilder0 <virtbuilder@powerel.org>
master
virtbuilder_pel7ppc64lebuilder0 4 years ago
parent
commit
5fc799ee52
  1. 8
      SPECS/podman.spec

8
SPECS/podman.spec

@ -32,17 +32,17 @@
# https://github.com/containers/libpod # https://github.com/containers/libpod
%define import_path_plugins %{provider}.%{provider_tld}/%{project}/%{repo_plugins} %define import_path_plugins %{provider}.%{provider_tld}/%{project}/%{repo_plugins}
%define git_plugins https://github.com/containers/dnsname %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}) %define shortcommit_plugins %(c=%{commit_plugins}; echo ${c:0:7})


# Used for comparing with latest upstream tag # Used for comparing with latest upstream tag
# to decide whether to autobuild (non-rawhide only) # 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 built_tag_strip %(b=%{built_tag}; echo ${b:1})
%define download_url %{git0}/archive/%{built_tag}.tar.gz %define download_url %{git0}/archive/%{built_tag}.tar.gz


Name: podman Name: podman
Version: 2.0.3 Version: 2.0.4
Release: 1%{?dist} Release: 1%{?dist}
Epoch: 2 Epoch: 2
Summary: Manage Pods, Containers and Container Images 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 # uncomment below Source0, and replace the placeholders with the right info
# Also, adjust %%prep section as necessary. # Also, adjust %%prep section as necessary.
#Source0: https://github.com/$GITHUB_USER/$GITHUB_USER_REPO/archive/$BRANCH.tar.gz #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} Provides: %{name}-manpages = %{epoch}:%{version}-%{release}
Obsoletes: %{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. # If go_compiler is not set to 1, there is no virtual provide. Use golang instead.

Loading…
Cancel
Save