public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/s390utils] f44: - rebased to 2.42.1 (rhbz#2464150)
Date: Wed, 05 Aug 2026 09:16:59 GMT [thread overview]
Message-ID: <178592141913.1.8776762995112808979.rpms-s390utils-ec51b0e405ab@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/s390utils
Branch : f44
Commit : ec51b0e405abb553c48cc873e38b6dcbf0c9337b
Author : Dan Horák <dan@danny.cz>
Date : 2026-05-25T13:38:28+00:00
Stats : +13/-16 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/s390utils/c/ec51b0e405abb553c48cc873e38b6dcbf0c9337b?branch=f44
Log:
- rebased to 2.42.1 (rhbz#2464150)
---
diff --git a/s390utils-2.40.0-fedora.patch b/s390utils-2.40.0-fedora.patch
deleted file mode 100644
index e69de29..0000000
--- a/s390utils-2.40.0-fedora.patch
+++ /dev/null
diff --git a/s390utils-2.42.1-fedora.patch b/s390utils-2.42.1-fedora.patch
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/s390utils-2.42.1-fedora.patch
diff --git a/s390utils.spec b/s390utils.spec
index 47943cd..ff14cd4 100644
--- a/s390utils.spec
+++ b/s390utils.spec
@@ -16,8 +16,8 @@
Name: s390utils
Summary: Utilities and daemons for IBM z Systems
-Version: 2.41.0
-Release: 2%{?dist}
+Version: 2.42.1
+Release: 1%{?dist}
Epoch: 2
# MIT covers nearly all the files, except init files (LGPL-2.1-or-later)
#
@@ -481,13 +481,6 @@ s390 base tools. This collection provides the following utilities:
* qetharp:
Read and flush the ARP cache on OSA Express network cards.
- * tape390_display:
- Display information on the message display facility of a zSeries tape
- device.
-
- * tape390_crypt:
- Control and query crypto settings for 3592 zSeries tape devices.
-
* qethconf:
bash shell script simplifying the usage of qeth IPA (IP address
takeover), VIPA (Virtual IP address) and Proxy ARP.
@@ -628,8 +621,6 @@ For more information refer to the following publications:
%{_sbindir}/qethqoat
%{_sbindir}/sclpdbf
%{_sbindir}/start_hsnc.sh
-%{_sbindir}/tape390_crypt
-%{_sbindir}/tape390_display
%{_sbindir}/ttyrun
%{_sbindir}/tunedasd
%{_sbindir}/vmur
@@ -647,6 +638,8 @@ For more information refer to the following publications:
%{_bindir}/genprotimg
%{_bindir}/mk-s390image
%{_bindir}/pvapconfig
+%{_bindir}/pvebc
+%{_bindir}/pvics
%{_bindir}/pvimg
%{_bindir}/pvinfo
%{_bindir}/pvattest
@@ -662,6 +655,7 @@ For more information refer to the following publications:
%config(noreplace) %{_sysconfdir}/sysconfig/dumpconf
%{_sysconfdir}/mdevctl.d/*
%{_sysusersdir}/s390utils-base.conf
+/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
@@ -673,7 +667,6 @@ For more information refer to the following publications:
/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
@@ -689,6 +682,7 @@ For more information refer to the following publications:
%{_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*
@@ -712,6 +706,7 @@ For more information refer to the following publications:
%{_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*
@@ -742,11 +737,10 @@ For more information refer to the following publications:
%{_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*
-%{_mandir}/man8/tape390_crypt.8*
-%{_mandir}/man8/tape390_display.8*
%{_mandir}/man8/ttyrun.8*
%{_mandir}/man8/tunedasd.8*
%{_mandir}/man8/vmur.8*
@@ -1135,6 +1129,9 @@ User-space development files for the s390/s390x architecture.
%changelog
+* Mon May 25 2026 Dan Horák <dan[at]danny.cz> - 2:2.42.1-1
+- rebased to 2.42.1 (rhbz#2464150)
+
* Tue May 19 2026 Dan Horák <dan[at]danny.cz> - 2:2.41.0-2
- rebuilt for rust-openssl CVEs
- Resolves: CVE-2026-41676 CVE-2026-41677 CVE-2026-41678 CVE-2026-41681 CVE-2026-41898 CVE-2026-42327 CVE-2026-44662
diff --git a/sources b/sources
index ef64f7b..dd5160a 100644
--- a/sources
+++ b/sources
@@ -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
reply other threads:[~2026-08-05 9:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178592141913.1.8776762995112808979.rpms-s390utils-ec51b0e405ab@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox