Backport upstream s390-tools fixes for 2.40.0

This commit is contained in:
Andrew Lukoshko 2026-08-12 11:59:44 +00:00
parent 211269e89f
commit f9741d9d3d
2 changed files with 1293 additions and 2 deletions

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.40.0
Release: 1%{?dist}
Release: 1%{?dist}.2
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}
@ -1107,6 +1107,14 @@ User-space development files for the s390/s390x architecture.
%changelog
* Wed Aug 12 2026 Andrew Lukoshko <alukoshko@almalinux.org> - 2:2.40.0-1.2
- Backport 10 upstream s390-tools fixes:
hsci: automatically set appropriate MTU for HSCI
hyptop/opts: replace sort_field option and fix long option abbreviations
zipl/boot: fix stage3 secure boot trailer placement
zipl/src: fixes for replicated program tables, component location
alignment, verbose output and add_component_file_range()
* Mon Jan 12 2026 Dan Horák <dhorak@redhat.com> - 2:2.40.0-1
- rebased to 2.40.0 (RHEL-100438)
- zipl/boot: Fix unused loadparm when SCLP line-mode console is absent (RHEL-71829)