import skopeo-1.4.2-0.1.module+el8.5.0+12395+c8e7922f

This commit is contained in:
CentOS Sources 2021-08-27 17:27:08 +00:00 committed by Andrew Lukoshko
parent 9a8f50f83e
commit c5086fcc70
3 changed files with 10 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/release-1.4-130f32f.tar.gz
SOURCES/release-1.4-01e51ce.tar.gz

View File

@ -1 +1 @@
98e80ae54fb603ea824665ff08b1844a62e2c48f SOURCES/release-1.4-130f32f.tar.gz
013bf3ab337eb45a8a7aa635ba4c3209e867a1f9 SOURCES/release-1.4-01e51ce.tar.gz

View File

@ -14,13 +14,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
%global import_path github.com/containers/skopeo
%global branch release-1.4
%global commit0 130f32f047b7bf9b1fb4f95c4c5b1da6255e4829
%global commit0 01e51ce610e3cfe1230a10af982e962c4ad1c990
%global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7})
Epoch: 1
Name: skopeo
Version: 1.4.1
Release: 2%{?dist}
Version: 1.4.2
Release: 0.1%{?dist}
Summary: Inspect container images and repositories on registries
License: ASL 2.0
URL: https://github.com/containers/skopeo
@ -124,6 +124,11 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%{_datadir}/%{name}/test
%changelog
* Thu Aug 26 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.4.2-0.1
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.4
(https://github.com/containers/skopeo/commit/01e51ce)
- Related: #1934415
* Wed Aug 25 2021 Jindrich Novy <jnovy@redhat.com> - 1:1.4.1-2
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.4
(https://github.com/containers/skopeo/commit/130f32f)