version correction
This commit is contained in:
parent
d935e0b0ce
commit
106c0ab52f
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/libpod-3723cec.tar.gz
|
/libpod-3723cec.tar.gz
|
||||||
/libpod-525e3b1.tar.gz
|
/libpod-525e3b1.tar.gz
|
||||||
/libpod-c187538.tar.gz
|
/libpod-c187538.tar.gz
|
||||||
|
/libpod-98b95ff.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 c187538b9e7fa9af75a4123ff3dc128ce6f4ba1b
|
%global commit 98b95ff47f8387f47687fb2d1377b722bd6a2915
|
||||||
%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.1
|
||||||
Release: 1.git%{shortcommit}%{?dist}
|
Release: 2.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
|
||||||
|
* Sun Mar 04 2018 baude <bbaude@redhat.com> - 0.3.1-2.git98b95ff
|
||||||
|
- Correct RPM version
|
||||||
|
|
||||||
* Fri Mar 02 2018 baude <bbaude@redhat.com> - 0.3.1-1-gitc187538
|
* Fri Mar 02 2018 baude <bbaude@redhat.com> - 0.3.1-1-gitc187538
|
||||||
- Release 0.3.1-1
|
- Release 0.3.1-1
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libpod-c187538.tar.gz) = c210c695b55bffebee2b2896f59bbc9258a3b2321ea7fa24f501ddd8cd4ae2e361e8c1b3a2ee0a798c83795929b640c2f059a4c955c1966d0bac8457cfba110f
|
SHA512 (libpod-98b95ff.tar.gz) = 0ce06bfc4f873354185565980c6b587f98f68cce26bfddaffaa6bfc405c3bd78f6182c829e903d3faa23385d643e66f36c9c0a09d76a1301f5d72ac2159ff3cd
|
||||||
|
Loading…
Reference in New Issue
Block a user