podman-2:1.6.0-0.27.dev.git19075ca
- autobuilt 19075ca Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
dcb3e40396
commit
de06abc284
1
.gitignore
vendored
1
.gitignore
vendored
@ -508,3 +508,4 @@
|
|||||||
/libpod-240095e.tar.gz
|
/libpod-240095e.tar.gz
|
||||||
/libpod-f197ebe.tar.gz
|
/libpod-f197ebe.tar.gz
|
||||||
/libpod-8ab3c86.tar.gz
|
/libpod-8ab3c86.tar.gz
|
||||||
|
/libpod-19075ca.tar.gz
|
||||||
|
@ -27,12 +27,12 @@
|
|||||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||||
%global import_path %{provider_prefix}
|
%global import_path %{provider_prefix}
|
||||||
%global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo}
|
%global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo}
|
||||||
%global commit0 8ab3c86aa19d4851ee31a764becb7cbc8c1e9c07
|
%global commit0 19075ca16e6b34cc7f25d3fbc0fad96b44cbfef5
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; 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)
|
||||||
%global built_tag v1.6.0-rc1
|
%global built_tag v1.6.0-rc2
|
||||||
|
|
||||||
Name: podman
|
Name: podman
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
@ -41,7 +41,7 @@ Epoch: 2
|
|||||||
Version: 1.6.0
|
Version: 1.6.0
|
||||||
# Rawhide almost always ships unreleased builds,
|
# Rawhide almost always ships unreleased builds,
|
||||||
# so release tag should be of the form 0.N.blahblah
|
# so release tag should be of the form 0.N.blahblah
|
||||||
Release: 0.26.dev.git%{shortcommit0}%{?dist}
|
Release: 0.27.dev.git%{shortcommit0}%{?dist}
|
||||||
Summary: Manage Pods, Containers and Container Images
|
Summary: Manage Pods, Containers and Container Images
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://%{name}.io/
|
URL: https://%{name}.io/
|
||||||
@ -585,6 +585,9 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 25 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.0-0.27.dev.git19075ca
|
||||||
|
- autobuilt 19075ca
|
||||||
|
|
||||||
* Wed Sep 25 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.0-0.26.dev.git8ab3c86
|
* Wed Sep 25 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.0-0.26.dev.git8ab3c86
|
||||||
- autobuilt 8ab3c86
|
- autobuilt 8ab3c86
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libpod-8ab3c86.tar.gz) = e398946714d8e8f725b20c77ba7a128baf6379ddfe629d9f59e2980cf23a9e25e5c04dd7cbc7c6cf4b485411fce00550bc718bf7082ab5582fb1f17505422db9
|
SHA512 (libpod-19075ca.tar.gz) = 413e08ab086e20762733b40b896890ab4fe17df00bffc1b87ea7db7b3689e8a66651de3a1fae5c88cd377c985fed5c73764b85cc09aad28903e4e505434b3404
|
||||||
|
Loading…
Reference in New Issue
Block a user