podman-2:2.2.0-0.63.dev.git4ebd9d9
- autobuilt 4ebd9d9 Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
8dfa629213
commit
e2ea6f641e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1411,3 +1411,4 @@
|
||||
/podman-5d55285.tar.gz
|
||||
/podman-cd6c4cb.tar.gz
|
||||
/podman-4fe7c3f.tar.gz
|
||||
/podman-4ebd9d9.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 4fe7c3f7bc8a1d20a23e87783b6a17b887c782e1
|
||||
%global commit0 4ebd9d9191606319f618d6e7e552256c07fff2c4
|
||||
%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.2.0-rc1
|
||||
%define built_tag v2.2.0-rc2
|
||||
|
||||
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.62.dev.git%{shortcommit0}%{?dist}
|
||||
Release: 0.63.dev.git%{shortcommit0}%{?dist}
|
||||
Summary: Manage Pods, Containers and Container Images
|
||||
License: ASL 2.0
|
||||
URL: https://%{name}.io/
|
||||
@ -624,6 +624,9 @@ exit 0
|
||||
|
||||
# rhcontainerbot account currently managed by lsm5
|
||||
%changelog
|
||||
* Tue Nov 24 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.2.0-0.63.dev.git4ebd9d9
|
||||
- autobuilt 4ebd9d9
|
||||
|
||||
* Mon Nov 23 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.2.0-0.62.dev.git4fe7c3f
|
||||
- autobuilt 4fe7c3f
|
||||
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (dnsname-a9c2a10.tar.gz) = 4e415890c550ef4452f318753bfedec7eec66ee61f9660e7fa4094d2048e60b48f4d514267483e77697b8febb6b640be7714cff1f089752596f214dd0d852868
|
||||
SHA512 (podman-4fe7c3f.tar.gz) = 1e76fb0b721110ed995854eab57636d20cbd79385f1a51aa1014b08ceb9ed8bf9ac054adec60109bdfaf1c276a2a385645cd030ebd2e9bebbe9db987f184da6a
|
||||
SHA512 (podman-4ebd9d9.tar.gz) = 35efb48fde1ad3cc12518a078cc37c39ee72e2b9226e07122c3b8bc61e053a7ee608419378059b27c4063b77495782183df41c133983e488c00d13ce13774895
|
||||
|
Loading…
Reference in New Issue
Block a user