update to 1.24.0
Resolves: RHEL-185735 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
9c010d9fe6
commit
e016ede641
14
skopeo.spec
14
skopeo.spec
@ -10,7 +10,7 @@
|
||||
%global gomodulesmode GO111MODULE=on
|
||||
|
||||
#%%global branch release-1.21
|
||||
%global commit0 9645b282ca2d8792235db5a3e142ea9ae2f0c63b
|
||||
%global commit0 ea7faa7ba79b2e3308259673fbd3b472198afd1a
|
||||
%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.23.0
|
||||
Version: 1.24.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
|
||||
@ -58,7 +58,7 @@ URL: https://github.com/containers/%{name}
|
||||
%if 0%{?branch:1}
|
||||
Source0: https://github.com/containers/%{name}/tarball/%{commit0}/%{branch}-%{shortcommit0}.tar.gz
|
||||
%else
|
||||
Source0: https://github.com/containers/%{name}/archive/%{commit0}/%{name}-%{version}-%{shortcommit0}.tar.gz
|
||||
Source0: https://github.com/containers/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
%endif
|
||||
BuildRequires: %{_bindir}/go-md2man
|
||||
%if %{defined build_with_btrfs}
|
||||
@ -109,7 +109,7 @@ This package installs system test dependencies for %{name}
|
||||
%if 0%{?branch:1}
|
||||
%autosetup -Sgit -n containers-%{name}-%{shortcommit0}
|
||||
%else
|
||||
%autosetup -Sgit -n %{name}-%{commit0}
|
||||
%autosetup -Sgit -n %{name}-%{version}
|
||||
%endif
|
||||
# The %%install stage should not rebuild anything but only install what's
|
||||
# built in the %%build stage. So, remove any dependency on build targets.
|
||||
@ -186,6 +186,10 @@ cp -pav systemtest/* %{buildroot}/%{_datadir}/%{name}/test/system/
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Mon Aug 03 2026 Jindrich Novy <jnovy@redhat.com> - 3:1.24.0-1
|
||||
- update to https://github.com/containers/skopeo/releases/tag/v1.24.0
|
||||
- Resolves: RHEL-185735
|
||||
|
||||
* Thu Jul 30 2026 Jindrich Novy <jnovy@redhat.com> - 3:1.23.0-2
|
||||
- bump Epoch to preserve upgrade path
|
||||
- Resolves: RHEL-220536
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (skopeo-1.23.0-9645b28.tar.gz) = 969bb1f6ec8b0dc00989314e68ccea09493c211843e88c06acf02eadeecaffe42e176d322a25f496529820d06afa229406e30ed9c0c50234721c54e72106d148
|
||||
SHA512 (skopeo-1.24.0.tar.gz) = 5c4ba7d1f4a86546fedd8aab0b69139e9376a158b62b1876aff695c65cd2d16bf7380bdf2d3d3ae691582bb2a8acb837d0f6f517161d3c95945995a57bc112d2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user