- rebased to 2.36.0 (RHEL-59086)
- cpacfinfo: new tool to provide CPACF information (RHEL-23869) - chpstat: Additional Channel Measurements (RHEL-23875) - zPCI: Optics Monitoring for PF Access Mode (RHEL-24153) - KVM: Support extended attestation for Secure Execution (RHEL-27472) - KVM: genprotimg: validate if SE image can run on particular host(s) (RHEL-47108) - Vertical CPU Polarization Support Stage 2 (RHEL-64704) - KVM: Support unencrypted SE images by exposing resp. SE header flag (RHEL-70851) - KVM: Rewrite genprotimg in Rust (RHEL-72022) - Provide genprotimg / pvimg info command to display encrypted & unencrypted SE image information (RHEL-71821) - KVM: Support retrievable secrets in Secure Execution guests (RHEL-46894) - zkey key support for dm-crypt with XTS keys (RHEL-23870) - Resolves: RHEL-59086 RHEL-23869 RHEL-23875 RHEL-24153 RHEL-27472 RHEL-47108 RHEL-64704 RHEL-70851 RHEL-72022 RHEL-71821 RHEL-46894 RHEL-23870
This commit is contained in:
parent
5a5067104b
commit
e35dfdc78a
9730
s390utils-2.36.0-rhel.patch
Normal file
9730
s390utils-2.36.0-rhel.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -13,8 +13,8 @@
|
||||
|
||||
Name: s390utils
|
||||
Summary: Utilities and daemons for IBM z Systems
|
||||
Version: 2.35.0
|
||||
Release: 2%{?dist}
|
||||
Version: 2.36.0
|
||||
Release: 1%{?dist}
|
||||
Epoch: 2
|
||||
# MIT covers nearly all the files, except init files
|
||||
License: MIT AND LGPL-2.1-or-later
|
||||
@ -47,7 +47,7 @@ Patch0: s390-tools-zipl-invert-script-options.patch
|
||||
Patch1: s390-tools-zipl-blscfg-rpm-nvr-sort.patch
|
||||
|
||||
# upstream fixes/updates
|
||||
#Patch100: s390utils-%%{version}-rhel.patch
|
||||
Patch100: s390utils-%{version}-rhel.patch
|
||||
|
||||
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
|
||||
ExcludeArch: %{ix86}
|
||||
@ -250,22 +250,30 @@ touch %{buildroot}%{_sysconfdir}/zipl.conf
|
||||
%{_bindir}/genprotimg
|
||||
%{_bindir}/pvattest
|
||||
%{_bindir}/pvextract-hdr
|
||||
%{_bindir}/pvimg
|
||||
%{_bindir}/pvsecret
|
||||
%{_mandir}/man1/genprotimg.1*
|
||||
%{_mandir}/man1/pvattest.1*
|
||||
%{_mandir}/man1/pvattest-check.1*
|
||||
%{_mandir}/man1/pvattest-create.1*
|
||||
%{_mandir}/man1/pvattest-perform.1*
|
||||
%{_mandir}/man1/pvattest-verify.1*
|
||||
%{_mandir}/man1/pvimg.1*
|
||||
%{_mandir}/man1/pvimg-create.1*
|
||||
%{_mandir}/man1/pvimg-info.1*
|
||||
%{_mandir}/man1/pvimg-test.1*
|
||||
%{_mandir}/man1/pvsecret-add.1*
|
||||
%{_mandir}/man1/pvsecret-create-association.1*
|
||||
%{_mandir}/man1/pvsecret-create-meta.1*
|
||||
%{_mandir}/man1/pvsecret-create-retrievable.1*
|
||||
%{_mandir}/man1/pvsecret-create.1*
|
||||
%{_mandir}/man1/pvsecret-list.1*
|
||||
%{_mandir}/man1/pvsecret-lock.1*
|
||||
%{_mandir}/man1/pvsecret-retrieve.1*
|
||||
%{_mandir}/man1/pvsecret-verify.1*
|
||||
%{_mandir}/man1/pvsecret.1*
|
||||
%dir %{_datadir}/s390-tools
|
||||
%{_datadir}/s390-tools/genprotimg/
|
||||
%{_datadir}/s390-tools/pvimg/
|
||||
|
||||
#
|
||||
# enf of multi-arch section
|
||||
@ -395,6 +403,7 @@ BuildRequires: cryptsetup-devel >= 2.0.3
|
||||
BuildRequires: json-c-devel
|
||||
BuildRequires: rpm-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libnl3-devel
|
||||
|
||||
|
||||
%description base
|
||||
@ -573,6 +582,7 @@ getent group zkeyadm > /dev/null || groupadd -r zkeyadm
|
||||
%{_sbindir}/lstape
|
||||
%{_sbindir}/lszcrypt
|
||||
%{_sbindir}/lszfcp
|
||||
%{_sbindir}/opticsmon
|
||||
%{_sbindir}/pai
|
||||
%{_sbindir}/qetharp
|
||||
%{_sbindir}/qethconf
|
||||
@ -593,9 +603,11 @@ getent group zkeyadm > /dev/null || groupadd -r zkeyadm
|
||||
%{_sbindir}/zipl-switch-to-blscfg
|
||||
%{_sbindir}/znetconf
|
||||
%{_sbindir}/zpcictl
|
||||
%{_bindir}/cpacfinfo
|
||||
%{_bindir}/dump2tar
|
||||
%{_bindir}/genprotimg
|
||||
%{_bindir}/pvapconfig
|
||||
%{_bindir}/pvimg
|
||||
%{_bindir}/mk-s390image
|
||||
%{_bindir}/pvattest
|
||||
%{_bindir}/pvextract-hdr
|
||||
@ -603,6 +615,7 @@ getent group zkeyadm > /dev/null || groupadd -r zkeyadm
|
||||
%{_bindir}/zkey
|
||||
%{_bindir}/zkey-cryptsetup
|
||||
%{_unitdir}/dumpconf.service
|
||||
%{_unitdir}/opticsmon.service
|
||||
%ghost %config(noreplace) %{_sysconfdir}/zipl.conf
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/dumpconf
|
||||
%{_sysconfdir}/mdevctl.d/*
|
||||
@ -622,19 +635,27 @@ getent group zkeyadm > /dev/null || groupadd -r zkeyadm
|
||||
%dir %{_libdir}/zkey
|
||||
%{_libdir}/zkey/zkey-ekmfweb.so
|
||||
%{_libdir}/zkey/zkey-kmip.so
|
||||
%{_mandir}/man1/cpacfinfo.1*
|
||||
%{_mandir}/man1/dump2tar.1*
|
||||
%{_mandir}/man1/genprotimg.1*
|
||||
%{_mandir}/man1/pvapconfig.1*
|
||||
%{_mandir}/man1/pvattest.1*
|
||||
%{_mandir}/man1/pvattest-check.1*
|
||||
%{_mandir}/man1/pvattest-create.1*
|
||||
%{_mandir}/man1/pvattest-perform.1*
|
||||
%{_mandir}/man1/pvattest-verify.1*
|
||||
%{_mandir}/man1/pvimg.1*
|
||||
%{_mandir}/man1/pvimg-create.1*
|
||||
%{_mandir}/man1/pvimg-info.1*
|
||||
%{_mandir}/man1/pvimg-test.1*
|
||||
%{_mandir}/man1/pvsecret-add.1*
|
||||
%{_mandir}/man1/pvsecret-create-association.1*
|
||||
%{_mandir}/man1/pvsecret-create-meta.1*
|
||||
%{_mandir}/man1/pvsecret-create-retrievable.1*
|
||||
%{_mandir}/man1/pvsecret-create.1*
|
||||
%{_mandir}/man1/pvsecret-list.1*
|
||||
%{_mandir}/man1/pvsecret-lock.1*
|
||||
%{_mandir}/man1/pvsecret-retrieve.1*
|
||||
%{_mandir}/man1/pvsecret-verify.1*
|
||||
%{_mandir}/man1/pvsecret.1*
|
||||
%{_mandir}/man1/zkey.1*
|
||||
@ -671,6 +692,7 @@ getent group zkeyadm > /dev/null || groupadd -r zkeyadm
|
||||
%{_mandir}/man8/lstape.8*
|
||||
%{_mandir}/man8/lszcrypt.8*
|
||||
%{_mandir}/man8/lszfcp.8*
|
||||
%{_mandir}/man8/opticsmon.8*
|
||||
%{_mandir}/man8/pai.8*
|
||||
%{_mandir}/man8/qetharp.8*
|
||||
%{_mandir}/man8/qethconf.8*
|
||||
@ -710,7 +732,7 @@ BuildArch: noarch
|
||||
|
||||
%files se-data
|
||||
%dir %{_datadir}/s390-tools
|
||||
%{_datadir}/s390-tools/genprotimg/
|
||||
%{_datadir}/s390-tools/pvimg/
|
||||
|
||||
#
|
||||
# *********************** s390-tools osasnmpd package ***********************
|
||||
@ -1065,6 +1087,21 @@ User-space development files for the s390/s390x architecture.
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 10 2025 Dan Horák <dhorak@redhat.com> - 2:2.36.0-1
|
||||
- rebased to 2.36.0 (RHEL-59086)
|
||||
- cpacfinfo: new tool to provide CPACF information (RHEL-23869)
|
||||
- chpstat: Additional Channel Measurements (RHEL-23875)
|
||||
- zPCI: Optics Monitoring for PF Access Mode (RHEL-24153)
|
||||
- KVM: Support extended attestation for Secure Execution (RHEL-27472)
|
||||
- KVM: genprotimg: validate if SE image can run on particular host(s) (RHEL-47108)
|
||||
- Vertical CPU Polarization Support Stage 2 (RHEL-64704)
|
||||
- KVM: Support unencrypted SE images by exposing resp. SE header flag (RHEL-70851)
|
||||
- KVM: Rewrite genprotimg in Rust (RHEL-72022)
|
||||
- Provide genprotimg / pvimg info command to display encrypted & unencrypted SE image information (RHEL-71821)
|
||||
- KVM: Support retrievable secrets in Secure Execution guests (RHEL-46894)
|
||||
- zkey key support for dm-crypt with XTS keys (RHEL-23870)
|
||||
- Resolves: RHEL-59086 RHEL-23869 RHEL-23875 RHEL-24153 RHEL-27472 RHEL-47108 RHEL-64704 RHEL-70851 RHEL-72022 RHEL-71821 RHEL-46894 RHEL-23870
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2:2.35.0-2
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (s390-tools-2.35.0.tar.gz) = 1ee6e7dc5a0c504bb23bde00e5e6a2ed333e7712677056075caf68a02eb222cd9c00d16fcf17e0a7c9f89609901d343b55953b0036c0d2cab35830ea8eb53fea
|
||||
SHA512 (s390-tools-2.35.0-rust-vendor.tar.xz) = 116adeac121c56d7d5bc37b3a7972a78e1ce86fd53f919d293d4bfe92999449ce6f30a592fdb3f4d48fda64817c9b19587a038bf832c7b745a715b9b469e1ee4
|
||||
SHA512 (s390-tools-2.36.0.tar.gz) = 5704dcbfc88972ff74b5d81acf549e719b90f2ce60b66ca6935c16c0b266ca6728adca72133aa51e1a5acfbabfd6f121b7f9b5023be498c5a203217adc4f5c46
|
||||
SHA512 (s390-tools-2.36.0-rust-vendor.tar.xz) = 2e4f53b64e71307e79a3a433c7bd2a6304b0c4e6e34cb84c57e459e86ec25c14b64eab870f0081f2f31d5b8003b071e8f45cf639111a1e759f0dfa070a96d765
|
||||
|
Loading…
Reference in New Issue
Block a user