skopeo-1.17.0-2.el10

- remove squashfs-tools from RHEL10 build
- Related: RHEL-68938

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2024-12-10 04:31:49 +01:00
parent 7d9231e725
commit c61fcb3230

View File

@ -46,7 +46,7 @@ Epoch: %{conditional_epoch}
Version: 1.17.0 Version: 1.17.0
# The `AND` needs to be uppercase in the License for SPDX compatibility # 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 License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
Release: 1%{?dist} Release: 2%{?dist}
%if %{defined golang_arches_future} %if %{defined golang_arches_future}
ExclusiveArch: %{golang_arches_future} ExclusiveArch: %{golang_arches_future}
%else %else
@ -93,8 +93,8 @@ Requires: httpd-tools
Requires: openssl Requires: openssl
%if %{defined fedora} %if %{defined fedora}
Requires: fakeroot Requires: fakeroot
%endif
Requires: squashfs-tools Requires: squashfs-tools
%endif
%description tests %description tests
%{summary} %{summary}
@ -166,6 +166,10 @@ cp -pav systemtest/* %{buildroot}/%{_datadir}/%{name}/test/system/
%{_datadir}/%{name}/test %{_datadir}/%{name}/test
%changelog %changelog
* Tue Dec 10 2024 Jindrich Novy <jnovy@redhat.com> - 1:1.17.0-2
- remove squashfs-tools from RHEL10 build
- Related: RHEL-68938
* Mon Nov 25 2024 Jindrich Novy <jnovy@redhat.com> - 1:1.17.0-1 * Mon Nov 25 2024 Jindrich Novy <jnovy@redhat.com> - 1:1.17.0-1
- update to https://github.com/containers/skopeo/releases/tag/v1.17.0 - update to https://github.com/containers/skopeo/releases/tag/v1.17.0
- Related: RHEL-58990 - Related: RHEL-58990