diff --git a/download b/download index b1abfa731ab9a83804321787424a5c21e718669b..0df0d8190ac51f1f68ed2b765fe37bb14dd0ab83 100644 --- a/download +++ b/download @@ -1 +1 @@ -16db48d7c12708ab9b504f282766e164 release-1.14-5f2b9af.tar.gz +e965b3821ae464cc65ced8c4354adbad release-1.14-78d9c9a.tar.gz diff --git a/skopeo.spec b/skopeo.spec index be9ade14373a586845d946f8506ac8ad61d60a94..b58fc77eea130bd6d28c9245e3acfa4c724d33bb 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -16,13 +16,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl %global import_path github.com/containers/%{name} %global branch release-1.14 -%global commit0 5f2b9afebe813012e936cd5b3f4bae1caae8bd6f +%global commit0 78d9c9a5a94172d1768640651906ed66a395e496 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Epoch: 2 Name: skopeo -Version: 1.14.3 -Release: 2%{anolis_release}%{?dist} +Version: 1.14.4 +Release: 1%{anolis_release}%{?dist} Summary: Inspect container images and repositories on registries License: ASL 2.0 URL: https://%{import_path} @@ -129,9 +129,14 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/%{name}/test %changelog -* Mon May 27 2024 Wenlong Zhang - 2:1.14.3-2.0.1 +* Wed Jul 31 2024 Wenlong Zhang - 2:1.14.4-1.0.1 - add loong64 support for skopeo +* Thu Jun 13 2024 Jindrich Novy - 2:1.14.4-1 +- update to the latest content of https://github.com/containers/skopeo/tree/release-1.14 + (https://github.com/containers/skopeo/commit/78d9c9a) +- Resolves: RHEL-40852 + * Fri Apr 19 2024 Jindrich Novy - 2:1.14.3-2 - update to the latest content of https://github.com/containers/skopeo/tree/release-1.14 (https://github.com/containers/skopeo/commit/5f2b9af)