podman-2:2.2.0-0.1.dev.gita1045ad
- bump to 2.2.0 - autobuilt a1045ad Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
217f4344ec
commit
9c2c22e491
1
.gitignore
vendored
1
.gitignore
vendored
@ -1358,3 +1358,4 @@
|
|||||||
/podman-dd4dc4b.tar.gz
|
/podman-dd4dc4b.tar.gz
|
||||||
/podman-84c87fc.tar.gz
|
/podman-84c87fc.tar.gz
|
||||||
/podman-141688c.tar.gz
|
/podman-141688c.tar.gz
|
||||||
|
/podman-a1045ad.tar.gz
|
||||||
|
12
podman.spec
12
podman.spec
@ -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 141688cd6fedc02c2f267020095f0ceae15934f5
|
%global commit0 a1045adbf4294d5afb27533eeeb99c4079baa846
|
||||||
%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.1.0-rc2
|
%define built_tag v2.1.0
|
||||||
|
|
||||||
Name: podman
|
Name: podman
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
@ -52,12 +52,12 @@ Epoch: 2
|
|||||||
%else
|
%else
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
%endif
|
%endif
|
||||||
Version: 2.1.0
|
Version: 2.2.0
|
||||||
# RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER
|
# RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER
|
||||||
# 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.287.dev.git%{shortcommit0}%{?dist}
|
Release: 0.1.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/
|
||||||
@ -614,6 +614,10 @@ exit 0
|
|||||||
|
|
||||||
# rhcontainerbot account currently managed by lsm5
|
# rhcontainerbot account currently managed by lsm5
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
|
||||||
* Tue Sep 22 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.1.0-0.287.dev.git141688c
|
* Tue Sep 22 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.1.0-0.287.dev.git141688c
|
||||||
- autobuilt 141688c
|
- autobuilt 141688c
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401
|
SHA512 (dnsname-8a6a8a4.tar.gz) = 7ee1edd091264f804056c69d5eac0ef8e825cbdae268caeed12700c966724c57348a14aee509e9ab559be349025b0c5357f441c3b4e34c3c02568a51ae223401
|
||||||
SHA512 (podman-141688c.tar.gz) = 2302c982d331315070a3355f3361123a022057b4ab0a8d10bd0f47063249d20a43120aa806491c2414384d31a9909c85bcd7a40527e057f38bfb734e5e3b5885
|
SHA512 (podman-a1045ad.tar.gz) = 25141518241e302d702713757bdc7e019cad08cc15db07e1192ee3c89d696ff25de8fec2119897e9830730f4f2f444d21f1c1063d1ff208e3601ae8d668541e1
|
||||||
|
Loading…
Reference in New Issue
Block a user