Version 0.3.2-1
This commit is contained in:
parent
106c0ab52f
commit
0bba71e56d
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/libpod-525e3b1.tar.gz
|
/libpod-525e3b1.tar.gz
|
||||||
/libpod-c187538.tar.gz
|
/libpod-c187538.tar.gz
|
||||||
/libpod-98b95ff.tar.gz
|
/libpod-98b95ff.tar.gz
|
||||||
|
/libpod-f79a39a.tar.gz
|
||||||
|
@ -40,12 +40,12 @@
|
|||||||
# https://github.com/projectatomic/libpod
|
# https://github.com/projectatomic/libpod
|
||||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||||
%global import_path %{provider_prefix}
|
%global import_path %{provider_prefix}
|
||||||
%global commit 98b95ff47f8387f47687fb2d1377b722bd6a2915
|
%global commit f79a39abb7725109cd3469f74fd6789d9a62a308
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: podman
|
Name: podman
|
||||||
Version: 0.3.1
|
Version: 0.3.2
|
||||||
Release: 2.git%{shortcommit}%{?dist}
|
Release: 1.git%{shortcommit}%{?dist}
|
||||||
Summary: Manage Pods, Containers and Container Images
|
Summary: Manage Pods, Containers and Container Images
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://%{provider_prefix}
|
URL: https://%{provider_prefix}
|
||||||
@ -457,6 +457,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 09 2018 baude <bbaude@redhat.com> - 0.3.1-3.gitf79a39a
|
||||||
|
- Release 0.3.2-1
|
||||||
|
|
||||||
* Sun Mar 04 2018 baude <bbaude@redhat.com> - 0.3.1-2.git98b95ff
|
* Sun Mar 04 2018 baude <bbaude@redhat.com> - 0.3.1-2.git98b95ff
|
||||||
- Correct RPM version
|
- Correct RPM version
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libpod-98b95ff.tar.gz) = 0ce06bfc4f873354185565980c6b587f98f68cce26bfddaffaa6bfc405c3bd78f6182c829e903d3faa23385d643e66f36c9c0a09d76a1301f5d72ac2159ff3cd
|
SHA512 (libpod-f79a39a.tar.gz) = dfdc90cf1bae56179896293bad438c5a109c716b855e172f8aedd225de224b1bfacd6d3a491bffa74fc11158231e7dd6c989654098e564bb11af134ea0f2f90d
|
||||||
|
Loading…
Reference in New Issue
Block a user