podman-1:0.9.1.1-1.dev.git95dbcad
- bump to v0.9.1.1 - built commit 95dbcad Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
e4a4dfcc40
commit
ce30e40b75
1
.gitignore
vendored
1
.gitignore
vendored
@ -98,3 +98,4 @@
|
||||
/libpod-3d55721.tar.gz
|
||||
/libpod-65c31d4.tar.gz
|
||||
/libpod-123de30.tar.gz
|
||||
/libpod-95dbcad.tar.gz
|
||||
|
@ -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 123de3087e142f3a6c05ad35fc2095953065415b
|
||||
%global commit0 95dbcada740b4d7d0d3458cadfda1bf95f722c99
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
Name: podman
|
||||
@ -35,7 +35,7 @@ Name: podman
|
||||
%if 0%{?fedora} > 28
|
||||
Epoch: 1
|
||||
%endif
|
||||
Version: 0.9.1
|
||||
Version: 0.9.1.1
|
||||
Release: 1.dev.git%{shortcommit0}%{?dist}
|
||||
Summary: Manage Pods, Containers and Container Images
|
||||
License: ASL 2.0
|
||||
@ -552,6 +552,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Sep 11 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.9.1.1-1.dev.git95dbcad
|
||||
- bump to v0.9.1.1
|
||||
- built commit 95dbcad
|
||||
|
||||
* Tue Sep 11 2018 baude <bbaude@redhat.com> - 1:0.9.1-1.dev.git123de30
|
||||
- Upstream release of 0.9.1
|
||||
- Do not build with devicemapper
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libpod-123de30.tar.gz) = e33bcb692776348f06d9da7745aa6712ef68c6e938bee0bee6cbdb21817b23fce2774063bdc870bdafbde448807eff612f40dce44ccb33d013055e1dc1cd9ab7
|
||||
SHA512 (libpod-95dbcad.tar.gz) = 65366f3c18f234ae5702d47db6c261920c481ef5a7d04353652772870ba6726f9ef355905c41f209cef7125adfc46283d5cd5d98fc6b422f7eb153123d66a985
|
||||
|
Loading…
Reference in New Issue
Block a user