import CS skopeo-1.14.3-0.1.el9

This commit is contained in:
eabdullin 2024-03-28 11:49:44 +00:00
parent e7b93ecf66
commit a49b9cc551
3 changed files with 33 additions and 8 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/skopeo-1.13.3-9e29e4c.tar.gz SOURCES/release-1.14-1c2ab99.tar.gz

View File

@ -1 +1 @@
758a95f4018d4d005a3011d4d5cca702073e0d55 SOURCES/skopeo-1.13.3-9e29e4c.tar.gz bf4ae6b3d4c10b01d8b5f0ea52ad0afdf59b3227 SOURCES/release-1.14-1c2ab99.tar.gz

View File

@ -8,14 +8,14 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
%endif %endif
%global import_path github.com/containers/%{name} %global import_path github.com/containers/%{name}
#%%global branch release-1.11 %global branch release-1.14
%global commit0 9e29e4cede9bdaa4a54aa5b0af86efedb823bde4 %global commit0 1c2ab995059dd011aad74e2c37305d636ebd2675
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Epoch: 2 Epoch: 2
Name: skopeo Name: skopeo
Version: 1.13.3 Version: 1.14.3
Release: 1%{?dist} Release: 0.1%{?dist}
Summary: Inspect container images and repositories on registries Summary: Inspect container images and repositories on registries
License: ASL 2.0 License: ASL 2.0
URL: https://%{import_path} URL: https://%{import_path}
@ -27,7 +27,7 @@ Source0: https://%{import_path}/tarball/%{commit0}/%{branch}-%{shortcommit0}.tar
Source0: https://%{import_path}/archive/%{commit0}/%{name}-%{version}-%{shortcommit0}.tar.gz Source0: https://%{import_path}/archive/%{commit0}/%{name}-%{version}-%{shortcommit0}.tar.gz
%endif %endif
BuildRequires: git-core BuildRequires: git-core
BuildRequires: golang >= 1.16.6 BuildRequires: golang >= 1.20.10
BuildRequires: /usr/bin/go-md2man BuildRequires: /usr/bin/go-md2man
BuildRequires: gpgme-devel BuildRequires: gpgme-devel
BuildRequires: libassuan-devel BuildRequires: libassuan-devel
@ -47,7 +47,7 @@ Requires: %{name} = %{epoch}:%{version}-%{release}
#Requires: bats (which RHEL8 doesn't have. If it ever does, un-comment this) #Requires: bats (which RHEL8 doesn't have. If it ever does, un-comment this)
Requires: gnupg Requires: gnupg
Requires: jq Requires: jq
Requires: golang Requires: golang >= 1.20.10
Requires: podman Requires: podman
Requires: crun Requires: crun
Requires: httpd-tools Requires: httpd-tools
@ -124,6 +124,31 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%{_datadir}/%{name}/test %{_datadir}/%{name}/test
%changelog %changelog
* Fri Feb 02 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.14.3-0.1
- update to the latest content of https://github.com/containers/skopeo/tree/release-1.14
(https://github.com/containers/skopeo/commit/1c2ab99)
- Related: RHEL-2112
* Wed Jan 31 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.14.1-2
- Switch to the maint branch
- Related: Jira:RHEL-2112
* Fri Jan 19 2024 Jindrich Novy <jnovy@redhat.com> - 2:1.14.1-1
- update to https://github.com/containers/skopeo/releases/tag/v1.14.1
- Related: RHEL-2112
* Wed Dec 06 2023 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.14.0-1
- bump to v1.14.0
- Related: Jira:RHEL-2112
* Fri Dec 01 2023 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.13.3-3
- Rebuild with golang 1.20.10
- Related: Jira:RHEL-2786
* Fri Dec 01 2023 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.13.3-2
- Rebuild with golang 1.21.3
- Related: Jira:RHEL-2786
* Fri Aug 25 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.13.3-1 * Fri Aug 25 2023 Jindrich Novy <jnovy@redhat.com> - 2:1.13.3-1
- update to https://github.com/containers/skopeo/releases/tag/v1.13.3 - update to https://github.com/containers/skopeo/releases/tag/v1.13.3
- Related: #2176063 - Related: #2176063