podman-2:2.1.0-0.60.dev.git85d71ae
- autobuilt 85d71ae Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
4b8846c14d
commit
f36faa18d4
1
.gitignore
vendored
1
.gitignore
vendored
@ -1135,3 +1135,4 @@
|
|||||||
/libpod-1a93857.tar.gz
|
/libpod-1a93857.tar.gz
|
||||||
/libpod-cd08485.tar.gz
|
/libpod-cd08485.tar.gz
|
||||||
/libpod-54d16f3.tar.gz
|
/libpod-54d16f3.tar.gz
|
||||||
|
/libpod-85d71ae.tar.gz
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
# To build a random user's fork/commit, comment out above line,
|
# To build a random user's fork/commit, comment out above line,
|
||||||
# uncomment below line and replace the placeholders and commit0 below with the right info
|
# uncomment below line and replace the placeholders and commit0 below with the right info
|
||||||
#%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO
|
#%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO
|
||||||
%global commit0 54d16f3b5fc4210c7c46e4cca240f988fa5f39f5
|
%global commit0 85d71aedcc34380ad2fa76476b4a526af4956ea0
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
%global repo_plugins dnsname
|
%global repo_plugins dnsname
|
||||||
@ -44,7 +44,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.1
|
%define built_tag v2.0.2
|
||||||
|
|
||||||
Name: podman
|
Name: podman
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
@ -57,7 +57,7 @@ Version: 2.1.0
|
|||||||
# N.foo if released, 0.N.foo if unreleased
|
# N.foo if released, 0.N.foo if unreleased
|
||||||
# Rawhide almost always ships unreleased builds,
|
# Rawhide almost always ships unreleased builds,
|
||||||
# so release tag should be of the form 0.N.foo
|
# so release tag should be of the form 0.N.foo
|
||||||
Release: 0.59.dev.git%{shortcommit0}%{?dist}
|
Release: 0.60.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/
|
||||||
@ -641,6 +641,9 @@ exit 0
|
|||||||
|
|
||||||
# rhcontainerbot account currently managed by lsm5
|
# rhcontainerbot account currently managed by lsm5
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 08 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.1.0-0.60.dev.git85d71ae
|
||||||
|
- autobuilt 85d71ae
|
||||||
|
|
||||||
* Tue Jul 07 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.1.0-0.59.dev.git54d16f3
|
* Tue Jul 07 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.1.0-0.59.dev.git54d16f3
|
||||||
- autobuilt 54d16f3
|
- autobuilt 54d16f3
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc
|
SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc
|
||||||
SHA512 (libpod-54d16f3.tar.gz) = fd2ce09798c3952a4649b79013a8a3a78e5f21977da2244924d7786f7e7d8ce36006ae16eea216ecd34f40a70556c6cc941c4b04db549d209f240aa11c99b0a1
|
SHA512 (libpod-85d71ae.tar.gz) = 42ed107bad9a82dc1b2fd58042fb057254bd6973a36d2655f78688bfc6c4df6d5ae8c37422172e7a1a23195d3b40ac76556c52d9cd12ca38fa0bb97cd3132941
|
||||||
|
Loading…
Reference in New Issue
Block a user