podman-2:3.0.0-0.1.dev.gitca612a3
- bump to 3.0.0 - autobuilt ca612a3 Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
d8c709a610
commit
6f77eb8729
1
.gitignore
vendored
1
.gitignore
vendored
@ -1423,3 +1423,4 @@
|
||||
/podman-7ad1c9c.tar.gz
|
||||
/podman-f6fb297.tar.gz
|
||||
/podman-c342583.tar.gz
|
||||
/podman-ca612a3.tar.gz
|
||||
|
10
podman.spec
10
podman.spec
@ -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 c342583da09f47e22e8e1be7b1414ef38e6ef194
|
||||
%global commit0 ca612a3407eeecfedc38b629731f1e7a0105020f
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
%global repo_plugins dnsname
|
||||
@ -52,12 +52,12 @@ Epoch: 2
|
||||
%else
|
||||
Epoch: 0
|
||||
%endif
|
||||
Version: 2.2.0
|
||||
Version: 3.0.0
|
||||
# RELEASE TAG SHOULD ALWAYS BEGIN WITH A NUMBER
|
||||
# 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.74.dev.git%{shortcommit0}%{?dist}
|
||||
Release: 0.1.dev.git%{shortcommit0}%{?dist}
|
||||
Summary: Manage Pods, Containers and Container Images
|
||||
License: ASL 2.0
|
||||
URL: https://%{name}.io/
|
||||
@ -624,6 +624,10 @@ exit 0
|
||||
|
||||
# rhcontainerbot account currently managed by lsm5
|
||||
%changelog
|
||||
* Tue Dec 1 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:3.0.0-0.1.dev.gitca612a3
|
||||
- bump to 3.0.0
|
||||
- autobuilt ca612a3
|
||||
|
||||
* Mon Nov 30 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.2.0-0.74.dev.gitc342583
|
||||
- autobuilt c342583
|
||||
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (dnsname-a9c2a10.tar.gz) = 4e415890c550ef4452f318753bfedec7eec66ee61f9660e7fa4094d2048e60b48f4d514267483e77697b8febb6b640be7714cff1f089752596f214dd0d852868
|
||||
SHA512 (podman-c342583.tar.gz) = 30bfe04027fc4162d031f24e9515a3570bc4404534ca8e7e2052923bf4268dfe0896469b3cac89559691a0425b68008603e531bca88d91ed26883ce566e8ba5f
|
||||
SHA512 (podman-ca612a3.tar.gz) = 9e17042ea654f8b3296731a1d0d40ba69d38f5ac0c21896dd7dc8c32fc90383ac2cbdb4430326dbf1de7e31521e79199a313690be336a719076833cf4b6142c9
|
||||
|
Loading…
Reference in New Issue
Block a user