Upstream release 0.3.4
This commit is contained in:
parent
7277be3d82
commit
9fe2f8e4fd
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/cri-o-712f3b8.tar.gz
|
||||
/libpod-bc358eb.tar.gz
|
||||
/libpod-b47fc0d.tar.gz
|
||||
/libpod-57b403e.tar.gz
|
||||
|
@ -41,7 +41,7 @@
|
||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global import_path %{provider_prefix}
|
||||
%global git_podman https://%{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global commit b47fc0dda522008ef4ed6abf72b764fb5b445f3a
|
||||
%global commit 57b403eda155d321d8aa29cfa0085aac8ce28a57
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global import_path_conmon github.com/kubernetes-incubator/cri-o
|
||||
@ -50,8 +50,8 @@
|
||||
%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7})
|
||||
|
||||
Name: podman
|
||||
Version: 0.3.3
|
||||
Release: 2.git%{shortcommit}%{?dist}
|
||||
Version: 0.3.4
|
||||
Release: 1.git%{shortcommit}%{?dist}
|
||||
Summary: Manage Pods, Containers and Container Images
|
||||
License: ASL 2.0
|
||||
URL: %{git_podman}
|
||||
@ -487,6 +487,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Mar 23 2018 baude <bbaude@redhat.com> - 0.3.4-1.git57b403eda155d321d8aa29cfa0085aac8ce28a57
|
||||
- Upstream release 0.3.4
|
||||
|
||||
* Fri Mar 16 2018 baude <bbaude@redhat.com> - 0.3.3-2.dev.gitbc358eb
|
||||
- Upstream release 0.3.3
|
||||
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (cri-o-712f3b8.tar.gz) = 46f9cf6b2796b512eef15adf052842b50021ce07a8bb51bb6494698321e317d782f1978032e9cad0d836bc951ff61bfc778c6c57506475975acc0eac236fd354
|
||||
SHA512 (libpod-b47fc0d.tar.gz) = 1d935b18fd94c8ac14c9666fff52cbda23229bf5dd63894c0a003b2914e305dbfc3c1403cd6905ef23a33c9b7d1113bee86f11e0c371c6bd41fb5482974d4680
|
||||
SHA512 (libpod-57b403e.tar.gz) = e10bfa6379789376be8acef4716c00ee3a6d678fe56e4e3f194e76a537784a797926ba8eec997a6b887b69fb190dd04032b50f6cbebcd5b65751dcf43d7ef64d
|
||||
|
Loading…
Reference in New Issue
Block a user