Upstream 10.1 release
This commit is contained in:
parent
68a3dd860b
commit
b86634e593
1
.gitignore
vendored
1
.gitignore
vendored
@ -104,3 +104,4 @@
|
||||
/libpod-af791f3.tar.gz
|
||||
/cri-o-2cbe48b.tar.gz
|
||||
/libpod-e7e81e6.tar.gz
|
||||
/libpod-da5c894.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 e7e81e6448dc4ad1d53ef51e8175d717d18a8197
|
||||
%global commit0 da5c89497f9d6ee5cb6e826d7db7cca5686ab4f7
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
%global import_path_conmon github.com/kubernetes-sigs/cri-o
|
||||
@ -40,8 +40,8 @@ Name: podman
|
||||
%if 0%{?fedora} > 28
|
||||
Epoch: 1
|
||||
%endif
|
||||
Version: 0.9.4
|
||||
Release: 3.dev.git%{shortcommit0}%{?dist}
|
||||
Version: 0.10.1
|
||||
Release: 1.git%{shortcommit0}%{?dist}
|
||||
Summary: Manage Pods, Containers and Container Images
|
||||
License: ASL 2.0
|
||||
URL: https://podman.io/
|
||||
@ -578,6 +578,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Oct 11 2018 baude <bbaude@redhat.com> - 0.10.1-1.gitda5c894
|
||||
- Upstream 10.1 release
|
||||
|
||||
* Fri Sep 28 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:0.9.4-3.dev.gite7e81e6
|
||||
- built libpod commit e7e81e6
|
||||
- built conmon from cri-o commit 2cbe48b
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (cri-o-2cbe48b.tar.gz) = e22110140109ecc86c6fb636808070f4728a3b550a4cd748b756410b836650b20060c805c66c56f9c517c3e8cca609c1d4e4a0bd3aa989ae5f940266022351f9
|
||||
SHA512 (libpod-e7e81e6.tar.gz) = 18c38d1952d1cd519071c4ae0130139404a5198c055f66b6c8228fa5e9a27a39631b09771a4310bc4686877be5f0e8623bcc04903e357771185e5ab52a431c3e
|
||||
SHA512 (libpod-da5c894.tar.gz) = 141b50340bee54d82747ee17d7ce3c7d309f108a22e1838f322b4963f0552f455dafc6e6627360105ae394c6b0821b66de560c11f5118d9da8d9159b4158dfb7
|
||||
|
Loading…
Reference in New Issue
Block a user