- rebased to 2.42.1 (RHEL-174898)

- hyptop: Backward compatibility options causes other issues (RHEL-166157)
- zipl/boot: Fix stage3 secure boot trailer placement (RHEL-170707)
- SEL-EBC: instrumentation of an SEL initramfs to support early boot customization (RHEL-136433)
- SEL-EBC: tool to build basic SEL-qcow2 image supporting early boot customization (RHEL-136435)
- KVM: Enhance pvimg info command to display additional SE image information (RHEL-73136)
- Resolves: RHEL-174898 RHEL-166157 RHEL-170707 RHEL-136433 RHEL-136435 RHEL-73136
This commit is contained in:
Dan Horák 2026-06-03 12:25:57 +02:00
parent 77e9fa9e1a
commit 0054c9c63b
3 changed files with 1756 additions and 4 deletions

1733
s390utils-tape-revert.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@
Name: s390utils
Summary: Utilities and daemons for IBM z Systems
Version: 2.41.0
Version: 2.42.1
Release: 1%{?dist}
Epoch: 2
# MIT covers nearly all the files, except init files
@ -46,6 +46,9 @@ 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
# upstream fixes/updates
#Patch100: s390utils-%%{version}-rhel.patch
@ -250,12 +253,14 @@ touch %{buildroot}%{_sysconfdir}/zipl.conf
%endif
%{_bindir}/genprotimg
%{_bindir}/pvattest
%{_bindir}/pvebc
%{_bindir}/pvextract-hdr
%{_bindir}/pvimg
%{_bindir}/pvsecret
%{_bindir}/pvverify
%{_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*
@ -593,6 +598,7 @@ getent group zkeyadm > /dev/null || groupadd -r zkeyadm
%{_sbindir}/lszfcp
%{_sbindir}/opticsmon
%{_sbindir}/pai
%{_sbindir}/pvics
%{_sbindir}/qetharp
%{_sbindir}/qethconf
%{_sbindir}/qethqoat
@ -617,6 +623,7 @@ getent group zkeyadm > /dev/null || groupadd -r zkeyadm
%{_bindir}/genprotimg
%{_bindir}/mk-s390image
%{_bindir}/pvapconfig
%{_bindir}/pvebc
%{_bindir}/pvimg
%{_bindir}/pvinfo
%{_bindir}/pvattest
@ -631,6 +638,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
@ -642,7 +650,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
@ -658,6 +665,7 @@ getent group zkeyadm > /dev/null || groupadd -r zkeyadm
%{_mandir}/man1/pvattest-create.1*
%{_mandir}/man1/pvattest-perform.1*
%{_mandir}/man1/pvattest-verify.1*
%{_mandir}/man1/pvebc.1*
%{_mandir}/man1/pvimg.1*
%{_mandir}/man1/pvimg-create.1*
%{_mandir}/man1/pvimg-info.1*
@ -681,6 +689,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*
@ -711,6 +720,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 +1118,15 @@ User-space development files for the s390/s390x architecture.
%changelog
* Tue Jun 02 2026 Dan Horák <dhorak@redhat.com> - 2:2.42.1-1
- rebased to 2.42.1 (RHEL-174898)
- hyptop: Backward compatibility options causes other issues (RHEL-166157)
- zipl/boot: Fix stage3 secure boot trailer placement (RHEL-170707)
- SEL-EBC: instrumentation of an SEL initramfs to support early boot customization (RHEL-136433)
- SEL-EBC: tool to build basic SEL-qcow2 image supporting early boot customization (RHEL-136435)
- KVM: Enhance pvimg info command to display additional SE image information (RHEL-73136)
- Resolves: RHEL-174898 RHEL-166157 RHEL-170707 RHEL-136433 RHEL-136435 RHEL-73136
* Tue Mar 24 2026 Dan Horák <dhorak@redhat.com> - 2:2.41.0-1
- rebased to 2.41.0 (RHEL-136097)
- hsci: Automatically set appropriate MTU for HSCI (RHEL-153550)

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