- rebased to 2.42.1 (RHEL-174896)

- hyptop: Backward compatibility options causes other issues (RHEL-166158)
- zipl/boot: Fix stage3 secure boot trailer placement (RHEL-169659)
- SEL-EBC: instrumentation of an SEL initramfs to support early boot customization (RHEL-136434)
- SEL-EBC: tool to build basic SEL-qcow2 image supporting early boot customization (RHEL-136437)
- KVM: Enhance pvimg info command to display additional SE image information (RHEL-73137)
- Resolves: RHEL-174896 RHEL-166158 RHEL-169659 RHEL-136434 RHEL-136437 RHEL-73137
This commit is contained in:
Dan Horák 2026-06-03 12:25:57 +02:00
parent 358181901a
commit 384a4f1d5e
4 changed files with 2878 additions and 4 deletions

1117
s390utils-lcs-revert.patch Normal file

File diff suppressed because it is too large Load Diff

1733
s390utils-tape-revert.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,7 @@
Name: s390utils
Summary: Utilities and daemons for IBM z Systems
Version: 2.41.0
Version: 2.42.1
Release: 1%{?dist}
Epoch: 2
License: MIT
@ -46,6 +46,10 @@ Source25: 91-zipl.install
Patch0: s390-tools-zipl-invert-script-options.patch
Patch1: s390-tools-zipl-blscfg-rpm-nvr-sort.patch
# reverts to keep stability within major RHEL release
Patch10: s390utils-tape-revert.patch
Patch11: s390utils-lcs-revert.patch
# upstream fixes/updates
#Patch100: s390utils-%%{version}-rhel.patch
@ -120,6 +124,10 @@ be used together with the zSeries (s390) Linux kernel and device drivers.
%patch -P 0 -p1 -b .zipl-invert-script-options
%patch -P 1 -p1 -b .blscfg-rpm-nvr-sort
# reverts of upstream changes
%patch -P 10 -p1
%patch -P 11 -p1
# upstream fixes/updates
#%%patch -P 100 -p1
@ -255,6 +263,7 @@ touch %{buildroot}%{_sysconfdir}/zipl.conf
%license LICENSE
%{_bindir}/genprotimg
%{_bindir}/pvattest
%{_bindir}/pvebc
%{_bindir}/pvextract-hdr
%if %{with rust}
%{_bindir}/pvimg
@ -263,6 +272,7 @@ touch %{buildroot}%{_sysconfdir}/zipl.conf
%endif
%{_mandir}/man1/genprotimg.1*
%{_mandir}/man1/pvattest.1*
%{_mandir}/man1/pvebc.1*
%{_mandir}/man1/pvattest-check.1*
%{_mandir}/man1/pvattest-create.1*
%{_mandir}/man1/pvattest-perform.1*
@ -595,6 +605,7 @@ getent group zkeyadm > /dev/null || groupadd -r zkeyadm
%{_sbindir}/lszfcp
%{_sbindir}/opticsmon
%{_sbindir}/pai
%{_sbindir}/pvics
%{_sbindir}/qetharp
%{_sbindir}/qethconf
%{_sbindir}/qethqoat
@ -619,6 +630,7 @@ getent group zkeyadm > /dev/null || groupadd -r zkeyadm
%{_bindir}/genprotimg
%{_bindir}/mk-s390image
%{_bindir}/pvapconfig
%{_bindir}/pvebc
%{_bindir}/pvimg
%if %{with rust}
%{_bindir}/pvapconfig
@ -638,6 +650,7 @@ getent group zkeyadm > /dev/null || groupadd -r zkeyadm
%ghost %config(noreplace) %{_sysconfdir}/zipl.conf
%config(noreplace) %{_sysconfdir}/sysconfig/dumpconf
%{_sysconfdir}/mdevctl.d/*
/usr/lib/dracut/modules.d/95sel-ebc/
/usr/lib/dracut/modules.d/99ngdump/
/usr/lib/dracut/dracut.conf.d/99-pkey.conf
# own the mdevctl dirs until new release is available
@ -649,7 +662,6 @@ getent group zkeyadm > /dev/null || groupadd -r zkeyadm
/lib/s390-tools/lsznet.raw
%dir /lib/s390-tools/zfcpdump
/lib/s390-tools/zfcpdump/zfcpdump-initrd
/lib/s390-tools/znetcontrolunits
%{_libdir}/libekmfweb.so.*
%{_libdir}/libkmipclient.so.*
%dir %{_libdir}/zkey
@ -668,6 +680,7 @@ getent group zkeyadm > /dev/null || groupadd -r zkeyadm
%{_mandir}/man1/pvattest-perform.1*
%{_mandir}/man1/pvattest-verify.1*
%if %{with rust}
%{_mandir}/man1/pvebc.1*
%{_mandir}/man1/pvimg.1*
%{_mandir}/man1/pvimg-create.1*
%{_mandir}/man1/pvimg-info.1*
@ -692,6 +705,7 @@ getent group zkeyadm > /dev/null || groupadd -r zkeyadm
%{_mandir}/man1/zpwr.1*
%{_mandir}/man4/prandom.4*
%{_mandir}/man5/hsavmcore.conf.5*
%{_mandir}/man5/pvics.yaml.5*
%{_mandir}/man8/chccwdev.8*
%{_mandir}/man8/chchp.8*
%{_mandir}/man8/chcpumf.8*
@ -722,6 +736,7 @@ getent group zkeyadm > /dev/null || groupadd -r zkeyadm
%{_mandir}/man8/lszfcp.8*
%{_mandir}/man8/opticsmon.8*
%{_mandir}/man8/pai.8*
%{_mandir}/man8/pvics.8*
%{_mandir}/man8/qetharp.8*
%{_mandir}/man8/qethconf.8*
%{_mandir}/man8/qethqoat.8*
@ -1108,6 +1123,15 @@ User-space development files for the s390/s390x architecture.
%changelog
* Thu Jun 18 2026 Dan Horák <dhorak@redhat.com> - 2:2.42.1-1
- rebased to 2.42.1 (RHEL-174896)
- hyptop: Backward compatibility options causes other issues (RHEL-166158)
- zipl/boot: Fix stage3 secure boot trailer placement (RHEL-169659)
- SEL-EBC: instrumentation of an SEL initramfs to support early boot customization (RHEL-136434)
- SEL-EBC: tool to build basic SEL-qcow2 image supporting early boot customization (RHEL-136437)
- KVM: Enhance pvimg info command to display additional SE image information (RHEL-73137)
- Resolves: RHEL-174896 RHEL-166158 RHEL-169659 RHEL-136434 RHEL-136437 RHEL-73137
* Wed Apr 08 2026 Dan Horák <dhorak@redhat.com> - 2:2.41.0-1
- rebased to 2.41.0 (RHEL-136098)
- hsci: Automatically set appropriate MTU for HSCI (RHEL-153547)

View File

@ -1,2 +1,2 @@
SHA512 (s390-tools-2.41.0.tar.gz) = 91f5be56c290b933b8a9723d4eead20c17943427343ad70bf05dcebe971e917157696e4296724bf3df498df14944fb264460b704a0874c5f5446dd951a39fae0
SHA512 (s390-tools-2.41.0-rust-vendor.tar.xz) = 2dff7187cef849df236babd7dbb687853ba8c30386b29b97ebd5a5a12cc607b2d77e68759da8f797d3f3efea3ddd6ed677db21649d2c88c7cdaf1b28c83b6f90
SHA512 (s390-tools-2.42.1.tar.gz) = 719b000ffc507837f579db8c395cd929151c77e36c598e872cef7cd76b6612f7cd5f8eba87de1df69a446a05ba3a6daa385a4bca2dfdb5b2b52e70cb5a7a197b
SHA512 (s390-tools-2.42.1-rust-vendor.tar.xz) = 7fbae9b43d956e2a9b71b6a0a0928fca9506a191424d63f6df109ddc0ce4efa9df2d0e245ee231602a139642fe7fc25f13680eec27a4aa914be151a39876b945