podman-3:3.3.0-0.9.dev.gite2f51ee
- autobuilt e2f51ee Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
adf96c3758
commit
0d9fbe8486
1
.gitignore
vendored
1
.gitignore
vendored
@ -1762,3 +1762,4 @@
|
||||
/podman-ed983c9.tar.gz
|
||||
/podman-45dc3d6.tar.gz
|
||||
/podman-e549ca5.tar.gz
|
||||
/podman-e2f51ee.tar.gz
|
||||
|
@ -27,7 +27,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 e549ca5078b60defca91c724305cac8929b8ff0f
|
||||
%global commit0 e2f51eeb0693eda026fa509a9decfbdd7e0b74a8
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
# dnsname
|
||||
@ -48,7 +48,7 @@
|
||||
|
||||
# Used for comparing with latest upstream tag
|
||||
# to decide whether to autobuild and set download url (non-rawhide only)
|
||||
%define built_tag v3.2.0
|
||||
%define built_tag v3.2.1
|
||||
%define built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
||||
%define download_url %{git0}/archive/%{built_tag}.tar.gz
|
||||
|
||||
@ -63,7 +63,7 @@ Version: 3.3.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.8.dev.git%{shortcommit0}%{?dist}
|
||||
Release: 0.9.dev.git%{shortcommit0}%{?dist}
|
||||
Summary: Manage Pods, Containers and Container Images
|
||||
License: ASL 2.0
|
||||
URL: https://%{name}.io/
|
||||
@ -648,6 +648,9 @@ exit 0
|
||||
|
||||
# rhcontainerbot account currently managed by lsm5
|
||||
%changelog
|
||||
* Tue Jun 15 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 3:3.3.0-0.9.dev.gite2f51ee
|
||||
- autobuilt e2f51ee
|
||||
|
||||
* Mon Jun 14 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 3:3.3.0-0.8.dev.gite549ca5
|
||||
- BR: go-rpm-macros to re-enable debuginfo
|
||||
|
||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (dnsname-c654c95.tar.gz) = 34c844ca3ebe24b069077836d27e828ebbfd61c13e0aa943838af9aae475258c3f02e7d1c5e61362cb6904287eee4e3fc85cc2879216e1a8e1142b69731926f0
|
||||
SHA512 (podman-e549ca5.tar.gz) = ffbbebfb5a7295651c5811c2fad164c16fb0833c8f41c8337d95dfe9ac2069252a6e28e9784997dbecc7d31cb7e969705b5f185f11d02bac975aa6e8ed0d1ed7
|
||||
SHA512 (podman-e2f51ee.tar.gz) = f8f1ae3e6dacb3761273a1a18d9ea3384b131241a19adb39a22e5b8147d71ae1f31bf1a14ed6ce2787a84fb1accc5bfc730278c13c42d6ec5301b579af0159e9
|
||||
SHA512 (podman-machine-cni-afab2d8.tar.gz) = 121f33e212daebd3c2c10d24ef2a5dae28d1df5b758209d5590d600d7cd3cfc6af5955371f03e2cb3b9ef0f6e9a1a345f50925abc8ccc2147bc4c925ac670d91
|
||||
|
Loading…
Reference in New Issue
Block a user