podman-2:2.1.0-0.13.dev.git92af85f
- autobuilt 92af85f Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
f248755bcc
commit
03fd2a7851
1
.gitignore
vendored
1
.gitignore
vendored
@ -1089,3 +1089,4 @@
|
||||
/libpod-9e37fd4.tar.gz
|
||||
/libpod-bbaba9f.tar.gz
|
||||
/libpod-73514b1.tar.gz
|
||||
/libpod-92af85f.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 73514b1465fe2f79b82d017cdb11d587d6f7df3d
|
||||
%global commit0 92af85fcc2cb35b04ed74072ffd54d65b936d288
|
||||
%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.0.0
|
||||
%define built_tag v2.0.0-rc7
|
||||
|
||||
Name: podman
|
||||
%if 0%{?fedora}
|
||||
@ -57,7 +57,7 @@ Version: 2.1.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.12.dev.git%{shortcommit0}%{?dist}
|
||||
Release: 0.13.dev.git%{shortcommit0}%{?dist}
|
||||
Summary: Manage Pods, Containers and Container Images
|
||||
License: ASL 2.0
|
||||
URL: https://%{name}.io/
|
||||
@ -641,6 +641,9 @@ exit 0
|
||||
|
||||
# rhcontainerbot account currently managed by lsm5
|
||||
%changelog
|
||||
* Tue Jun 23 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.1.0-0.13.dev.git92af85f
|
||||
- autobuilt 92af85f
|
||||
|
||||
* Tue Jun 23 2020 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:2.1.0-0.12.dev.git73514b1
|
||||
- re-enable remote package
|
||||
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (dnsname-f5af33d.tar.gz) = 564555ef83f9bf70560bfdaf864112d62c318b83827400e65d8cbca6deed0813cafdef222c32ada4f596ad60fe4d9753286e65b577a73c85915bd46fc550cadc
|
||||
SHA512 (libpod-73514b1.tar.gz) = 27ff19f36e29f3493661f696acaed6beae613d9e36c7311a7eb2346b289853b15089995a6be0a46c3c659f694303c9b4f3f82a3749b8d23a4ef896630064c8e7
|
||||
SHA512 (libpod-92af85f.tar.gz) = e0096c7f3d35f0109a0d9600bdb2861d5f95529174b54ce0c1780985edd7170f76db1065eed5acbb4dd4894f592ab0aeb4c07a551848fa01e0ea2b9692c48be4
|
||||
|
Loading…
Reference in New Issue
Block a user