skopeo-1:0.1.42-0.1.dev.git7a0a8c2
- bump to 0.1.42 - autobuilt 7a0a8c2 Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
c2ef798d7f
commit
dc899c574b
1
.gitignore
vendored
1
.gitignore
vendored
@ -123,3 +123,4 @@
|
||||
/skopeo-763e488.tar.gz
|
||||
/skopeo-4489ddd.tar.gz
|
||||
/skopeo-7cbb8ad.tar.gz
|
||||
/skopeo-7a0a8c2.tar.gz
|
||||
|
12
skopeo.spec
12
skopeo.spec
@ -28,12 +28,12 @@
|
||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global import_path %{provider_prefix}
|
||||
%global git0 https://%{import_path}
|
||||
%global commit0 7cbb8ad3bab065128fdb080e4b7001832d65f9f7
|
||||
%global commit0 7a0a8c25a26829b827ce33e7845c343395b4f997
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
# Used for comparing with latest upstream tag
|
||||
# to decide whether to autobuild (non-rawhide only)
|
||||
%global built_tag v0.1.40
|
||||
%global built_tag v0.1.41
|
||||
|
||||
# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required
|
||||
# manually listed arches due https://bugzilla.redhat.com/show_bug.cgi?id=1391932 (removed ppc64)
|
||||
@ -45,8 +45,8 @@ Epoch: 1
|
||||
%else
|
||||
Epoch: 2
|
||||
%endif
|
||||
Version: 0.1.41
|
||||
Release: 27.dev.git%{shortcommit0}%{?dist}
|
||||
Version: 0.1.42
|
||||
Release: 0.1.dev.git%{shortcommit0}%{?dist}
|
||||
Summary: Inspect container images and repositories on registries
|
||||
License: ASL 2.0
|
||||
URL: %{git0}
|
||||
@ -440,6 +440,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Mon Mar 16 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1:0.1.42-0.1.dev.git7a0a8c2
|
||||
- bump to 0.1.42
|
||||
- autobuilt 7a0a8c2
|
||||
|
||||
* Mon Feb 17 2020 Dan Walsh <dwalsh@fedoraproject.org> - 1:0.1.41-27.dev.git7cbb8ad
|
||||
- Allow s390x to use clone syscall in seccomp.json
|
||||
- Add support for containers.conf and man page
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (skopeo-7cbb8ad.tar.gz) = b9fc740d8f99c1e339f7ebeff74dc2c4944fe4d7b7de55d83a476a8f79a30983b102217150cd246e57a876023ad8273f8e2547386dc50fb14320d60a2e01db3b
|
||||
SHA512 (skopeo-7a0a8c2.tar.gz) = d734a4768a8659af80534324007eaed4fa8669be3d6860e6d6e2fbb1a1872f98081b4d034f0279490bd0f3e2541f25e3505de7f3eb0a00054d07ee154e472eb4
|
||||
|
Loading…
Reference in New Issue
Block a user