import skopeo-1.9.4-0.1.module+el8.7.0+17824+66a0202b

This commit is contained in:
CentOS Sources 2023-02-21 08:53:36 +00:00 committed by Stepan Oksanichenko
parent 5828b5288d
commit c5b3a1c1d7
3 changed files with 10 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/skopeo-1.9.3-89966c5.tar.gz
SOURCES/release-1.9-04d99f7.tar.gz

View File

@ -1 +1 @@
f019c49f1c164d0a3b6ae777703e9d019d185abe SOURCES/skopeo-1.9.3-89966c5.tar.gz
18428c8228769f4b38bfc4565405f624ec67f770 SOURCES/release-1.9-04d99f7.tar.gz

View File

@ -8,14 +8,14 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
%endif
%global import_path github.com/containers/%{name}
#%%global branch main
%global commit0 89966c513c89061d288690da671643d50968ca3f
%global branch release-1.9
%global commit0 04d99f7eb2de0abdb04ea6b7b9f3fff77dfe4c9f
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Epoch: 2
Name: skopeo
Version: 1.9.3
Release: 1%{?dist}
Version: 1.9.4
Release: 0.1%{?dist}
Summary: Inspect container images and repositories on registries
License: ASL 2.0
URL: https://%{import_path}
@ -121,6 +121,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%{_datadir}/%{name}/test
%changelog
* Fri Jan 13 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.9.4-0.1
- consume skopeo from release-1.9 upstream branch
- Resolves: #2160713
* 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