import UBI skopeo-1.14.5-1.el9_4

This commit is contained in:
eabdullin 2024-09-03 10:26:45 +00:00
parent 1090d003bb
commit ecf5137658
3 changed files with 10 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/release-1.14-5f2b9af.tar.gz
SOURCES/release-1.14-072072b.tar.gz

View File

@ -1 +1 @@
ba762ce24a6214b6ff7c716d7282f3d60c3432c4 SOURCES/release-1.14-5f2b9af.tar.gz
f49f4c3fd20ac5f7aa39ab97f8904203318c9ab1 SOURCES/release-1.14-072072b.tar.gz

View File

@ -9,13 +9,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 072072bf6e451bbd1e69a40177d047f088eca393
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Epoch: 2
Name: skopeo
Version: 1.14.3
Release: 3%{?dist}
Version: 1.14.5
Release: 1%{?dist}
Summary: Inspect container images and repositories on registries
License: ASL 2.0
URL: https://%{import_path}
@ -124,6 +124,11 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%{_datadir}/%{name}/test
%changelog
* Wed Jul 17 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.14.5-1
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.14
(https://github.com/containers/skopeo/commit/072072b)
- Resolves: RHEL-40805
* Fri Jun 21 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.14.3-3
- rebuild for CVE-2024-1394
- Resolves: RHEL-24321