import skopeo-1.6.2-6.module+el8.8.0+17821+de1b53f1

This commit is contained in:
CentOS Sources 2023-05-16 06:07:33 +00:00 committed by Stepan Oksanichenko
parent 7d20037c48
commit 18e799e6d6
3 changed files with 9 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/release-1.6-c20c32d.tar.gz
SOURCES/release-1.6-2b16a1c.tar.gz

View File

@ -1 +1 @@
18a43c622d36200dd624006d49be199666511ad5 SOURCES/release-1.6-c20c32d.tar.gz
79c1795c6373ae9bad954e20f254cd1674d05ab5 SOURCES/release-1.6-2b16a1c.tar.gz

View File

@ -12,13 +12,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
%global branch release-1.6
%global import_path github.com/containers/%{name}
%global commit0 c20c32dc25f4bb0ec2e0cfadb51d692f4b0b50ca
%global commit0 2b16a1ccfb89ef07688d191ed97712622e2aa7e0
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Epoch: 2
Name: skopeo
Version: 1.6.2
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Inspect container images and repositories on registries
License: ASL 2.0
URL: https://%{import_path}
@ -119,6 +119,11 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%{_datadir}/%{name}/test
%changelog
* Fri Jan 13 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.6.2-6
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.6
(https://github.com/containers/skopeo/commit/2b16a1c)
- Related: #2129766
* Tue Aug 16 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.6.2-5
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.6
(https://github.com/containers/skopeo/commit/c20c32d)