import skopeo-1.9.3-1.module+el8.7.0+17064+3b31f55c

This commit is contained in:
CentOS Sources 2022-11-08 06:44:00 -05:00 committed by Stepan Oksanichenko
parent d75d4f08a3
commit e9b85aa6ea
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.9.3-89966c5.tar.gz

View File

@ -1 +1 @@
0aa761c1d338667b325d5761fcec67998beb3478 SOURCES/skopeo-1.9.2-ca1b0f3.tar.gz
f019c49f1c164d0a3b6ae777703e9d019d185abe SOURCES/skopeo-1.9.3-89966c5.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 branch main
%global commit0 ca1b0f34d1d2c3e2074c9c231249f1a0e4d3ceb7
%global commit0 89966c513c89061d288690da671643d50968ca3f
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Epoch: 2
Name: skopeo
Version: 1.9.2
Version: 1.9.3
Release: 1%{?dist}
Summary: Inspect container images and repositories on registries
License: ASL 2.0
@ -121,6 +121,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%{_datadir}/%{name}/test
%changelog
* Thu Oct 20 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.9.3-1
- update to https://github.com/containers/skopeo/releases/tag/v1.9.3
- Related: #2135973
* 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
- Related: #2061390