podman-2:0.11.2-1.dev.git97bded4
- bump epoch cause previous version was messed up - built 97bded4 Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
7203469f10
commit
0584bab9cb
1
.gitignore
vendored
1
.gitignore
vendored
@ -114,3 +114,4 @@
|
||||
/libpod-f5473c6.tar.gz
|
||||
/libpod-78e6d8e.tar.gz
|
||||
/libpod-7965716.tar.gz
|
||||
/libpod-97bded4.tar.gz
|
||||
|
12
podman.spec
12
podman.spec
@ -26,7 +26,7 @@
|
||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global import_path %{provider_prefix}
|
||||
%global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global commit0 7965716c74ef249e14f66702cff66baf759f6d68
|
||||
%global commit0 97bded4a52c8d829c350eb170d4c3afd30f92d72
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
%global import_path_conmon github.com/kubernetes-sigs/cri-o
|
||||
@ -38,12 +38,12 @@ Name: podman
|
||||
# Version string is wrong but only written as such to avoid epoch bumps
|
||||
# Will be fixed once upstream moves to 0.8.11-dev
|
||||
%if 0%{?fedora} > 28
|
||||
Epoch: 1
|
||||
Epoch: 2
|
||||
%else
|
||||
Epoch: 0
|
||||
%endif
|
||||
Version: 0.11.20.11.2
|
||||
Release: 1.dev.git%{shortcommit0}%{?dist}1%{?dist}
|
||||
Version: 0.11.2
|
||||
Release: 1.dev.git%{shortcommit0}%{?dist}
|
||||
Summary: Manage Pods, Containers and Container Images
|
||||
License: ASL 2.0
|
||||
URL: https://podman.io/
|
||||
@ -577,6 +577,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Nov 14 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:0.11.2-1.dev.git97bded4
|
||||
- bump epoch cause previous version was messed up
|
||||
- built 97bded4
|
||||
|
||||
* Tue Nov 13 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1:0.11.20.11.2-1.dev.git79657161
|
||||
- bump to 0.11.2
|
||||
- autobuilt 7965716
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (cri-o-a30f93c.tar.gz) = 8bfa291fe3720259b63abaae5b0e50574a3437e1742c84fca36ff325d046ddd81a406a26fe0a3c4760b4c69a7e065a9b1ac550f2e061b45aadc7faf4702b798d
|
||||
SHA512 (libpod-7965716.tar.gz) = 7431e0b8095ecc0ccf477be7b975ab5e596375d9935ec381bac5c7b1fdc129684fc1302c9e3fdda8b7c8e946b73627fa50014afbf3032eb7745ae110ad77553d
|
||||
SHA512 (libpod-97bded4.tar.gz) = 807705387200b9cde0bf38ceac56acfc3c0028f9d41160f03072af8a6e761b55e2476e89fee3395273aa2f8ca860c1860b3e9162c80b4dfcc03b4d70b9b56ca8
|
||||
|
Loading…
Reference in New Issue
Block a user