public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/s390utils] rawhide: - rebased to 2.44.1 (rhbz#2537672)
Date: Tue, 22 Sep 2026 11:34:16 GMT	[thread overview]
Message-ID: <179007685677.1.11558653864061259667.rpms-s390utils-9f145ffe8ed4@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/s390utils
Branch : rawhide
Commit : 9f145ffe8ed46df4b42b9960d2d7c28b83d07a45
Author : Dan Horák <dan@danny.cz>
Date   : 2026-09-22T11:33:09+00:00
Stats  : +7/-38 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/s390utils/c/9f145ffe8ed46df4b42b9960d2d7c28b83d07a45?branch=rawhide

Log:
- rebased to 2.44.1 (rhbz#2537672)

---
diff --git a/s390utils-2.44.0-pvics-return.patch b/s390utils-2.44.0-pvics-return.patch
deleted file mode 100644
index e5c66da..0000000
--- a/s390utils-2.44.0-pvics-return.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff --git a/scripts/pvics b/scripts/pvics
-index 18cdbb6b..8fe21a3b 100755
---- a/scripts/pvics
-+++ b/scripts/pvics
-@@ -1474,12 +1474,6 @@ main() {
- 	local -
- 	set -Eu
- 
--	# call cleanup on error
--	# PIPE is needed to allow out=$(main list -i <image> | grep -m 1 <filter>)
--	#   bash will close the subshell executing the main function as soon as grep has found a match
--	#   cleanup will not be executed anymore
--	trap 'cleanup 1' ERR EXIT PIPE
--
- 	# general
- 	ACTION=""
- 	NBD=""
-@@ -1518,6 +1512,12 @@ main() {
- 	# parse command line
- 	cli "$@"
- 
-+	# call cleanup on error
-+	# PIPE is needed to allow out=$(main list -i <image> | grep -m 1 <filter>)
-+	#   bash will close the subshell executing the main function as soon as grep has found a match
-+	#   cleanup will not be executed anymore
-+	trap 'cleanup 1' ERR EXIT PIPE
-+
- 	# set up logger
- 	setup_logger
- 

diff --git a/s390utils.spec b/s390utils.spec
index 5c6d475..e17fe6b 100644
--- a/s390utils.spec
+++ b/s390utils.spec
@@ -16,8 +16,8 @@
 
 Name:           s390utils
 Summary:        Utilities and daemons for IBM z Systems
-Version:        2.44.0
-Release:        2%{?dist}
+Version:        2.44.1
+Release:        1%{?dist}
 Epoch:          2
 # MIT covers nearly all the files, except init files (LGPL-2.1-or-later)
 #
@@ -77,10 +77,6 @@ Source28:       https://fedorapeople.org/cgit/sharkcz/public_git/utils.git/tree/
 Patch0:         s390-tools-zipl-invert-script-options.patch
 Patch1:         s390-tools-zipl-blscfg-rpm-nvr-sort.patch
 
-# temporary fixes
-# https://github.com/ibm-s390-linux/s390-tools/issues/208
-Patch90:        s390utils-2.44.0-pvics-return.patch
-
 # upstream fixes/updates
 #Patch100:       s390utils-%%{version}-fedora.patch
 
@@ -1149,6 +1145,9 @@ User-space development files for the s390/s390x architecture.
 
 
 %changelog
+* Tue Sep 22 2026 Dan Horák <dan[at]danny.cz> - 2:2.44.1-1
+- rebased to 2.44.1 (rhbz#2537672)
+
 * Mon Aug 03 2026 Dan Horák <dan[at]danny.cz> - 2:2.44.0-2
 - fix pvics return code
 

diff --git a/sources b/sources
index 55b8768..13552e7 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (s390-tools-2.44.0.tar.gz) = 6f2f7fa45573b1a2515c4ea143ff0877711713724c737f9aaa4f853f6142f215628c10d1827f94cf54a50c1fec757fd3710f3e4b60f6125b0ee952002e43dbf7
-SHA512 (s390-tools-2.44.0-rust-vendor.tar.xz) = 7c0708a6593d9a2ff307e9e46c63f191532170db43f7f5e4f68c64673dbb7f1dae5663f60236d54b0c67d9bbc3b523aedcdf8747377e63f82f3767586fa3e8c4
+SHA512 (s390-tools-2.44.1.tar.gz) = f3b1e0f203749a3e9a43df39cd21070fae46303207eb11e1c04d0cce78fd6c361d22d912fe043aa460f8cbc9d64b29c46f4f7c8a963e736b1a1343f5f907bc4b
+SHA512 (s390-tools-2.44.1-rust-vendor.tar.xz) = 6670586cc9e1420a08eaf0db9aa3b754a9733ce43488a5ac808dcf846151b10ac399fd385ff0ab389fd501cf39fdfd8854edec112ac8399893b67ec47d84f49a

                 reply	other threads:[~2026-09-22 11:34 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=179007685677.1.11558653864061259667.rpms-s390utils-9f145ffe8ed4@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