import skopeo-1.10.0-1.module+el8.8.0+17695+8a9c0c1b

This commit is contained in:
CentOS Sources 2023-01-31 01:21:45 +00:00 committed by root
parent 1577e007d1
commit a341992cc9
3 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/skopeo-1.9.2-ca1b0f3.tar.gz SOURCES/skopeo-1.10.0-ee60474.tar.gz

View File

@ -1 +1 @@
0aa761c1d338667b325d5761fcec67998beb3478 SOURCES/skopeo-1.9.2-ca1b0f3.tar.gz 79d9e993cf77f17bc5f3d49dcae7215a8bd2098e SOURCES/skopeo-1.10.0-ee60474.tar.gz

View File

@ -9,12 +9,12 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
%global import_path github.com/containers/%{name} %global import_path github.com/containers/%{name}
#%%global branch main #%%global branch main
%global commit0 ca1b0f34d1d2c3e2074c9c231249f1a0e4d3ceb7 %global commit0 ee60474d5a4d99745aac9855797ad4b26510d786
%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.9.2 Version: 1.10.0
Release: 1%{?dist} Release: 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
@ -121,6 +121,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%{_datadir}/%{name}/test %{_datadir}/%{name}/test
%changelog %changelog
* Thu Oct 06 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.10.0-1
- update to https://github.com/containers/skopeo/releases/tag/v1.10.0
- Related: #2123641
* Wed Aug 03 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.9.2-1 * Wed Aug 03 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.9.2-1
- update to https://github.com/containers/skopeo/releases/tag/v1.9.2 - update to https://github.com/containers/skopeo/releases/tag/v1.9.2
- Related: #2061390 - Related: #2061390