From e4bf7303fbea145d29f33c3290ba7c703d3464b9 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 29 Nov 2024 09:47:28 +0300 Subject: [PATCH] import skopeo-1.17.0-1.el10 --- .gitignore | 2 +- .skopeo.metadata | 2 +- SPECS/skopeo.spec | 10 +++++++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 41f540c..d3f15a4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v1.16.1.tar.gz +SOURCES/v1.17.0.tar.gz diff --git a/.skopeo.metadata b/.skopeo.metadata index 2c87e39..059ff51 100644 --- a/.skopeo.metadata +++ b/.skopeo.metadata @@ -1 +1 @@ -8d60d7d9d06a9a724e8e7b47be5b3db2f820c38c SOURCES/v1.16.1.tar.gz +cfc1259126aa47133e5d681086a468c6a9c9d302 SOURCES/v1.17.0.tar.gz diff --git a/SPECS/skopeo.spec b/SPECS/skopeo.spec index 92560e6..2f71765 100644 --- a/SPECS/skopeo.spec +++ b/SPECS/skopeo.spec @@ -43,7 +43,7 @@ Epoch: %{conditional_epoch} # If that's what you're reading, Version must be 0, and will be updated by Packit for # copr and koji builds. # If you're reading this on dist-git, the version is automatically filled in by Packit. -Version: 1.16.1 +Version: 1.17.0 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 Release: 1%{?dist} @@ -166,6 +166,14 @@ cp -pav systemtest/* %{buildroot}/%{_datadir}/%{name}/test/system/ %{_datadir}/%{name}/test %changelog +* Mon Nov 25 2024 Jindrich Novy - 1:1.17.0-1 +- update to https://github.com/containers/skopeo/releases/tag/v1.17.0 +- Related: RHEL-58990 + +* Tue Oct 29 2024 Troy Dawson - 2:1.16.1-2 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Mon Aug 26 2024 Jindrich Novy - 1:1.16.1-1 - update to https://github.com/containers/skopeo/releases/tag/v1.16.1 - Related: RHEL-34195