diff --git a/.gitignore b/.gitignore index 408ffb3..e5ab20f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/release-1.4-130f32f.tar.gz +SOURCES/release-1.4-01e51ce.tar.gz diff --git a/.skopeo.metadata b/.skopeo.metadata index 2b24cca..e44cf1e 100644 --- a/.skopeo.metadata +++ b/.skopeo.metadata @@ -1 +1 @@ -98e80ae54fb603ea824665ff08b1844a62e2c48f SOURCES/release-1.4-130f32f.tar.gz +013bf3ab337eb45a8a7aa635ba4c3209e867a1f9 SOURCES/release-1.4-01e51ce.tar.gz diff --git a/SPECS/skopeo.spec b/SPECS/skopeo.spec index a96a7dd..ee8a29a 100644 --- a/SPECS/skopeo.spec +++ b/SPECS/skopeo.spec @@ -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 - 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 - 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)