import UBI skopeo-1.14.6-2.module+el8.10.0+24321+617e8352

This commit is contained in:
AlmaLinux RelEng Bot 2026-07-02 14:28:45 -04:00
parent 4c3d1e7835
commit 798bcd98c5
3 changed files with 21 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/release-1.14-072072b.tar.gz
SOURCES/release-1.14-3a559b2.tar.gz

View File

@ -1 +1 @@
f49f4c3fd20ac5f7aa39ab97f8904203318c9ab1 SOURCES/release-1.14-072072b.tar.gz
665d81d91d68007488e5022b1171681c52922870 SOURCES/release-1.14-3a559b2.tar.gz

View File

@ -10,13 +10,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 072072bf6e451bbd1e69a40177d047f088eca393
%global commit0 3a559b2d652abdae5cd63f5093d0d110de524499
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Epoch: 2
Name: skopeo
Version: 1.14.5
Release: 7%{?dist}
Version: 1.14.6
Release: 2%{?dist}
Summary: Inspect container images and repositories on registries
License: ASL 2.0
URL: https://%{import_path}
@ -122,6 +122,22 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%{_datadir}/%{name}/test
%changelog
* Wed May 20 2026 Jindrich Novy <jnovy@redhat.com> - 2:1.14.6-2
- Rebuild for CVE-2026-32281
- Resolves: RHEL-177067
* Thu Apr 30 2026 Jindrich Novy <jnovy@redhat.com> - 2:1.14.6-1
- update to 1.14.6 to fix CVE-2026-34986
- Resolves: RHEL-164976
* Thu Apr 30 2026 Jindrich Novy <jnovy@redhat.com> - 2:1.14.5-9
- rebuild for CVE-2026-34986
- Resolves: RHEL-164976
* Mon Apr 20 2026 Jindrich Novy <jnovy@redhat.com> - 2:1.14.5-8
- rebuild for CVE-2026-25679
- Resolves: RHEL-156633
* Tue Feb 17 2026 Jindrich Novy <jnovy@redhat.com> - 2:1.14.5-7
- rebuild for CVE-2025-68121
- Resolves: RHEL-149267