skopeo-1.11.2-0.1.el9
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.11 (https://github.com/containers/skopeo/commit/3f98753) - Related: #2124478 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
a39211ce5c
commit
bb292f797e
13
skopeo.spec
13
skopeo.spec
@ -8,14 +8,14 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global import_path github.com/containers/%{name}
|
%global import_path github.com/containers/%{name}
|
||||||
#%%global branch main
|
%global branch release-1.11
|
||||||
%global commit0 fb1ade6d9e9b501e35b09538c9533fac5dd604b6
|
%global commit0 3f98753bfdaa2c9e0465328b279f48bbdaa2ddaa
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Name: skopeo
|
Name: skopeo
|
||||||
Version: 1.11.1
|
Version: 1.11.2
|
||||||
Release: 1%{?dist}
|
Release: 0.1%{?dist}
|
||||||
Summary: Inspect container images and repositories on registries
|
Summary: Inspect container images and repositories on registries
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://%{import_path}
|
URL: https://%{import_path}
|
||||||
@ -121,6 +121,11 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 21 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.11.2-0.1
|
||||||
|
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.11
|
||||||
|
(https://github.com/containers/skopeo/commit/3f98753)
|
||||||
|
- Related: #2124478
|
||||||
|
|
||||||
* Mon Feb 20 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.11.1-1
|
* Mon Feb 20 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.11.1-1
|
||||||
- update to https://github.com/containers/skopeo/releases/tag/v1.11.1
|
- update to https://github.com/containers/skopeo/releases/tag/v1.11.1
|
||||||
- Related: #2124478
|
- Related: #2124478
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (skopeo-1.11.1-fb1ade6.tar.gz) = c9af5c35ed04dcbd86cc48b33417679ae87f63b2923d13a6ddfbcf42876590f1a10accf7041cbe1ab93f4a44944db68d3698174495caa3f0c686f1310647c00c
|
SHA512 (release-1.11-3f98753.tar.gz) = ed5120b5e2350fb48508d570033bb7c2b98e6efd57186626353d01c9d0f364645e875442317edfec9d32750fd29d5f3eacff7075b0910e1ece4ec9421bc1fb71
|
||||||
|
Loading…
Reference in New Issue
Block a user