diff --git a/download b/download index 928d348cb3dbeea1b0f62d09d8d35661d6f6e896..4c412a20b455f2ec0c3219180fcfbc8b76be38d2 100644 --- a/download +++ b/download @@ -1 +1 @@ -56630e3e5cec036328c04ce9c3094e8c release-1.6-c20c32d.tar.gz +77564857e22d822186ceb7fb3c52dcc3 release-1.6-2b16a1c.tar.gz diff --git a/skopeo.spec b/skopeo.spec index 6f2b6c48fb62f96ebd751f66191ff45f1a56b881..ec2221d1cd082208300b7862b9200ff5ffb576b3 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -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 - 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 - 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)