skopeo-1.13.3-3.el9
- Rebuild with golang 1.20.10 - Related: Jira:RHEL-2786 Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
parent
f08f0d8151
commit
4a9b715f80
10
skopeo.spec
10
skopeo.spec
@ -15,7 +15,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
|||||||
Epoch: 2
|
Epoch: 2
|
||||||
Name: skopeo
|
Name: skopeo
|
||||||
Version: 1.13.3
|
Version: 1.13.3
|
||||||
Release: 2%{?dist}
|
Release: 3%{?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.21.3
|
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 >= 1.21.3
|
Requires: golang >= 1.20.10
|
||||||
Requires: podman
|
Requires: podman
|
||||||
Requires: crun
|
Requires: crun
|
||||||
Requires: httpd-tools
|
Requires: httpd-tools
|
||||||
@ -124,6 +124,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|||||||
%{_datadir}/%{name}/test
|
%{_datadir}/%{name}/test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Fri Dec 01 2023 Lokesh Mandvekar <lsm5@redhat.com> - 2:1.13.3-2
|
||||||
- Rebuild with golang 1.21.3
|
- Rebuild with golang 1.21.3
|
||||||
- Related: Jira:RHEL-2786
|
- Related: Jira:RHEL-2786
|
||||||
|
Loading…
Reference in New Issue
Block a user