podman-2:2.2.0-0.2.dev.git03d01ab
- autobuilt 03d01ab Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
9c2c22e491
commit
dff3130c97
1
.gitignore
vendored
1
.gitignore
vendored
@ -1359,3 +1359,4 @@
|
||||
/podman-84c87fc.tar.gz
|
||||
/podman-141688c.tar.gz
|
||||
/podman-a1045ad.tar.gz
|
||||
/podman-03d01ab.tar.gz
|
||||
|
@ -32,7 +32,7 @@
|
||||
# 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
|
||||
#%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO
|
||||
%global commit0 a1045adbf4294d5afb27533eeeb99c4079baa846
|
||||
%global commit0 03d01abec6d028e9d5f60615b0451e42d0611d1d
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
%global repo_plugins dnsname
|
||||
@ -44,7 +44,7 @@
|
||||
|
||||
# Used for comparing with latest upstream tag
|
||||
# to decide whether to autobuild (non-rawhide only)
|
||||
%define built_tag v2.1.0
|
||||
%define built_tag v2.1.1
|
||||
|
||||
Name: podman
|
||||
%if 0%{?fedora}
|
||||
@ -57,7 +57,7 @@ Version: 2.2.0
|
||||
# N.foo if released, 0.N.foo if unreleased
|
||||
# Rawhide almost always ships unreleased builds,
|
||||
# so release tag should be of the form 0.N.foo
|
||||
Release: 0.1.dev.git%{shortcommit0}%{?dist}
|
||||
Release: 0.2.dev.git%{shortcommit0}%{?dist}
|
||||
Summary: Manage Pods, Containers and Container Images
|
||||
License: ASL 2.0
|
||||
URL: https://%{name}.io/
|
||||
@ -614,6 +614,9 @@ exit 0
|
||||
|
||||
# rhcontainerbot account currently managed by lsm5
|
||||
%changelog
|
||||
* Fri Sep 25 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.2.0-0.2.dev.git03d01ab
|
||||
- autobuilt 03d01ab
|
||||
|
||||
* Fri Sep 25 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.2.0-0.1.dev.gita1045ad
|
||||
- bump to 2.2.0
|
||||
- autobuilt a1045ad
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401
|
||||
SHA512 (podman-a1045ad.tar.gz) = 25141518241e302d702713757bdc7e019cad08cc15db07e1192ee3c89d696ff25de8fec2119897e9830730f4f2f444d21f1c1063d1ff208e3601ae8d668541e1
|
||||
SHA512 (podman-03d01ab.tar.gz) = 7f0d4dbd64bbec059853506f5855d20bccffce094024b885b3c7e8b86c7b29692f23b60c258e35428e152690bd7fd7f58de0728975f57e848c3ff8720d80d5d2
|
||||
|
Loading…
Reference in New Issue
Block a user