import CS skopeo-1.23.0-1.el9

This commit is contained in:
AlmaLinux RelEng Bot 2026-08-24 09:40:56 -04:00
parent 5cb9c6e1e9
commit a506f2f672
3 changed files with 23 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/skopeo-1.22.0-23dddaa.tar.gz
SOURCES/skopeo-1.23.0-9645b28.tar.gz

View File

@ -1 +1 @@
06ebb83aa9f3b48104e29cd26025383a4dc85b9b SOURCES/skopeo-1.22.0-23dddaa.tar.gz
4f6cf1af4235d63e7a4048104b8c711d4dd9e85b SOURCES/skopeo-1.23.0-9645b28.tar.gz

View File

@ -10,7 +10,7 @@
%global gomodulesmode GO111MODULE=on
#%%global branch release-1.21
%global commit0 23dddaad3d8f86f8c1d3204646b14aa0da86a85e
%global commit0 9645b282ca2d8792235db5a3e142ea9ae2f0c63b
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
# No btrfs on RHEL
@ -43,10 +43,10 @@ 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.22.0
Version: 1.23.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: 2%{?dist}
Release: 1%{?dist}
%if %{defined golang_arches_future}
ExclusiveArch: %{golang_arches_future}
%else
@ -157,6 +157,10 @@ make \
PREFIX=%{_prefix} \
install-binary install-docs install-completions
# system tests
install -d -p %{buildroot}/%{_datadir}/%{name}/test/system
cp -pav systemtest/* %{buildroot}/%{_datadir}/%{name}/test/system/
#define license tag if not already defined
%{!?_licensedir:%global license %doc}
@ -177,10 +181,23 @@ make \
%dir %{_datadir}/zsh/site-functions
%{_datadir}/zsh/site-functions/_%{name}
# Only test dependencies installed, no files.
%files tests
%license LICENSE vendor/modules.txt
%{_datadir}/%{name}/test
%changelog
* Wed Jun 17 2026 Jindrich Novy <jnovy@redhat.com> - 2:1.23.0-1
- update to https://github.com/containers/skopeo/releases/tag/v1.23.0
- Resolves: RHEL-185740
* Thu Apr 23 2026 Jindrich Novy <jnovy@redhat.com> - 2:1.22.2-2
- update to https://github.com/containers/skopeo/releases/tag/v1.22.2
- re-add test file installation to fix tier0 tests
- Resolves: RHEL-170602
* Thu Apr 23 2026 Jindrich Novy <jnovy@redhat.com> - 2:1.22.2-1
- update to https://github.com/containers/skopeo/releases/tag/v1.22.2
- Resolves: RHEL-170602
* Mon Feb 23 2026 Jindrich Novy <jnovy@redhat.com> - 1:1.22.0-2
- Rebuild for new golang to address CVE-2025-68121
- Resolves: RHEL-149649