Bug fixes
Update to release
This commit is contained in:
parent
a13589cd18
commit
91aca80242
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
|||||||
/skopeo-a41cd0a.tar.gz
|
/skopeo-a41cd0a.tar.gz
|
||||||
/skopeo-875dd2e.tar.gz
|
/skopeo-875dd2e.tar.gz
|
||||||
/skopeo-28d4e08.tar.gz
|
/skopeo-28d4e08.tar.gz
|
||||||
|
/skopeo-dd2c3e3.tar.gz
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
%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 git0 https://%{import_path}
|
%global git0 https://%{import_path}
|
||||||
%global commit0 28d4e08a4bee85ad7c25106431df649c6f9e389b
|
%global commit0 dd2c3e3a8e33b849f3625f4f56fa229c76448629
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required
|
# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required
|
||||||
@ -38,7 +38,7 @@ Name: %{repo}
|
|||||||
Epoch: 1
|
Epoch: 1
|
||||||
%endif # centos
|
%endif # centos
|
||||||
Version: 0.1.24
|
Version: 0.1.24
|
||||||
Release: 6.dev.git%{shortcommit0}%{?dist}
|
Release: 7.git%{shortcommit0}%{?dist}
|
||||||
Summary: Inspect Docker images and repositories on registries
|
Summary: Inspect Docker images and repositories on registries
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: %{git0}
|
URL: %{git0}
|
||||||
@ -301,6 +301,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%{_datadir}/bash-completion/completions/%{name}
|
%{_datadir}/bash-completion/completions/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 22 2017 dwalsh <dwalsh@redhat.com> - 0.1.24-7.git28d4e08a
|
||||||
|
- Bug fixes
|
||||||
|
- Update to release
|
||||||
|
|
||||||
* Tue Oct 17 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.24-6.dev.git28d4e08
|
* Tue Oct 17 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.24-6.dev.git28d4e08
|
||||||
- skopeo-containers conflicts with docker-rhsubscription <= 2:1.13.1-31
|
- skopeo-containers conflicts with docker-rhsubscription <= 2:1.13.1-31
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (skopeo-28d4e08.tar.gz) = 7d06904ddd70710f211a46da69d7e91162c0ae9923fd85e721e53ca5bd395cadcd0bdf88ec75602367c65dd015cf7dc8f7dea38cb7dae095b0a034f1bc1cc9b7
|
SHA512 (skopeo-dd2c3e3.tar.gz) = cc8d8c6b7add3ef3bd8ddbacb11a1ce35eb767f47f8025d44576490dca59343d8c2a7211d8f83a681d53fc93c23925681b637be11515b84984c637f238f275bc
|
||||||
|
Loading…
Reference in New Issue
Block a user