skopeo-1.2.1-9.el9
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.2 (https://github.com/containers/skopeo/commit/3abb778) Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
e772bcaed5
commit
32fec14af9
@ -1,6 +1,6 @@
|
||||
[aliases]
|
||||
# centos
|
||||
"centos" = "registry.centos.org/centos"
|
||||
"centos" = "quay.io/centos/centos"
|
||||
# containers
|
||||
"skopeo" = "quay.io/skopeo/stable"
|
||||
"buildah" = "quay.io/buildah/stable"
|
||||
|
@ -23,13 +23,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
||||
%global common_branch v0.33.0
|
||||
%global storage_branch v1.24.5
|
||||
%global shortnames_branch main
|
||||
%global commit0 b4210c0ba08491fe635a043bd5d09448b7aa67e7
|
||||
%global commit0 3abb778b4d4d1ae4d9c2403bf2d679c878efc575
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
Epoch: 1
|
||||
Name: skopeo
|
||||
Version: 1.2.1
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
Summary: Inspect container images and repositories on registries
|
||||
License: ASL 2.0
|
||||
URL: %{git0}
|
||||
@ -237,6 +237,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Thu Feb 18 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.1-9
|
||||
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.2
|
||||
(https://github.com/containers/skopeo/commit/3abb778)
|
||||
|
||||
* Mon Feb 15 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.2.1-8
|
||||
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.2
|
||||
(https://github.com/containers/skopeo/commit/b4210c0)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (release-1.2-b4210c0.tar.gz) = 04fcac557c5f375ea67d97ee9a7948f61b47c4f00b2274e0df9256498420cd3c0407cf070a00685da6191b8590a9d7c57869037ccaf9429aea8c2b30b22e5ed4
|
||||
SHA512 (release-1.2-3abb778.tar.gz) = 6fbf4056a30c0e38f623c8bab41378edf1057fe1fd0207eeea1ca1524a0d86ffa082a7a05238155cb24ea1254dc49a3f7c81341caef0f0359078208253ef4b1e
|
||||
|
Loading…
Reference in New Issue
Block a user