podman-2:1.6.1-0.6.dev.git74879c8
- autobuilt 74879c8 Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
2af441066a
commit
21002186c9
1
.gitignore
vendored
1
.gitignore
vendored
@ -528,3 +528,4 @@
|
||||
/libpod-049aafa.tar.gz
|
||||
/libpod-8f2ec88.tar.gz
|
||||
/libpod-7a56963.tar.gz
|
||||
/libpod-74879c8.tar.gz
|
||||
|
@ -27,12 +27,12 @@
|
||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global import_path %{provider_prefix}
|
||||
%global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global commit0 7a5696316a03df5dddded9c3afa8bf26acd74678
|
||||
%global commit0 74879c8c172e5c7db491c80ad3a2f8fcdc33beb8
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
# Used for comparing with latest upstream tag
|
||||
# to decide whether to autobuild (non-rawhide only)
|
||||
%global built_tag v1.6.0-rc2
|
||||
%global built_tag v1.6.0
|
||||
|
||||
Name: podman
|
||||
%if 0%{?fedora}
|
||||
@ -41,7 +41,7 @@ Epoch: 2
|
||||
Version: 1.6.1
|
||||
# Rawhide almost always ships unreleased builds,
|
||||
# so release tag should be of the form 0.N.blahblah
|
||||
Release: 0.5.dev.git%{shortcommit0}%{?dist}
|
||||
Release: 0.6.dev.git%{shortcommit0}%{?dist}
|
||||
Summary: Manage Pods, Containers and Container Images
|
||||
License: ASL 2.0
|
||||
URL: https://%{name}.io/
|
||||
@ -585,6 +585,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Oct 02 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:1.6.1-0.6.dev.git74879c8
|
||||
- autobuilt 74879c8
|
||||
|
||||
* Tue Oct 01 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.6.1-0.5.dev.git7a56963
|
||||
- Requires: crun >= 0.10-1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libpod-7a56963.tar.gz) = 575e29dd6f5f6450d4031305e63508e67bdd60c8bd281a12522b72de266f6811abf4e65c431a061763b83a2a4dbeb2e5bc0987d52e711db748f58895835bc837
|
||||
SHA512 (libpod-74879c8.tar.gz) = 61fbda2fc63d57fbc513984f6ef960d20e37eb432638487a53edac14878ce40c184512aceced5867e70546770aabacef909a5d928d1b0ffbe554f15e88049102
|
||||
|
Loading…
Reference in New Issue
Block a user