Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package s390-tools for openSUSE:Factory 
checked in at 2026-02-12 17:30:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/s390-tools (Old)
 and      /work/SRC/openSUSE:Factory/.s390-tools.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "s390-tools"

Thu Feb 12 17:30:40 2026 rev:106 rq:1332718 version:2.40.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/s390-tools/s390-tools.changes    2026-02-06 
21:31:13.604429760 +0100
+++ /work/SRC/openSUSE:Factory/.s390-tools.new.1977/s390-tools.changes  
2026-02-12 17:30:43.987854470 +0100
@@ -1,0 +2,14 @@
+Thu Feb 12 09:59:56 UTC 2026 - Nikolay Gueorguiev <[email protected]>
+
+- Updated a logic error in:
+  * s390-tools-combined.patch
+- Update the code for IBM z17 machine type 9176:
+  * read_values.c
+  * cputype
+  * Renamed cputype.1 to cputype.8 and amended
+  * Amended read_values.8
+- "Improved" the read_values.c: 
+  * Added functionalities for '-a' and '-L attributes'
+- Re-vendor-ed vendor.tar.zst
+
+-------------------------------------------------------------------

Old:
----
  cputype.1

New:
----
  cputype.8

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ s390-tools.spec ++++++
--- /var/tmp/diff_new_pack.Fj4Znb/_old  2026-02-12 17:30:47.680010908 +0100
+++ /var/tmp/diff_new_pack.Fj4Znb/_new  2026-02-12 17:30:47.696011586 +0100
@@ -75,7 +75,7 @@
 Source23:       README.SUSE.suse
 %endif
 Source24:       cputype
-Source25:       cputype.1
+Source25:       cputype.8
 Source26:       cio_ignore.service
 Source27:       setup_cio_ignore.sh
 Source28:       59-prng.rules

++++++ cputype ++++++
--- /var/tmp/diff_new_pack.Fj4Znb/_old  2026-02-12 17:30:48.704054297 +0100
+++ /var/tmp/diff_new_pack.Fj4Znb/_new  2026-02-12 17:30:48.748056161 +0100
@@ -64,7 +64,8 @@
   8562) echo "${machine} = z15 T02 IBM z15 T02" ;;
   3931) echo "${machine} = z16 A01 IBM z16 A01" ;;
   3932) echo "${machine} = z16 A02 IBM z16 A02" ;;
-  9175) echo "${machine} = z17     IBM z17    " ;;
+  9175) echo "${machine} = z17 ME1 IBM z17 ME1" ;;
+  9176) echo "${machine} = z17     IBM z17    " ;;
   *) echo "An unknown machine type was reported: ${machine}" >&2
      echo "Please file a bug report with this output:" >&2
      /bin/cat /proc/cpuinfo >&2

++++++ cputype.1 -> cputype.8 ++++++
--- /work/SRC/openSUSE:Factory/s390-tools/cputype.1     2017-03-02 
19:28:31.442456109 +0100
+++ /work/SRC/openSUSE:Factory/.s390-tools.new.1977/cputype.8   2026-02-12 
17:30:43.907851080 +0100
@@ -1,4 +1,4 @@
-.TH cputype 1 "April 2014" "s390-tools"
+.TH cputype 8 "February 2016" "1.0" "s390-tools cputype"
 .SH NAME
 cputype \- Based on the IBM machine model, returns a (hopefully) human 
understandable string that identifies the processor.
 .SH SYNOPSIS
@@ -42,9 +42,5 @@
 and the script has not been updated with the new model number.
 The contents of /proc/cpuinfo are printed. Return code 4 is set.
 .RE
-.SH Author
-Mark Post ([email protected])
-.SH Copyright
-Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 .SH BUGS
 Gotta be some, I'm sure. If you find one, please open a bug report.

++++++ read_values.8 ++++++
--- /var/tmp/diff_new_pack.Fj4Znb/_old  2026-02-12 17:30:50.392125822 +0100
+++ /var/tmp/diff_new_pack.Fj4Znb/_new  2026-02-12 17:30:50.416126838 +0100
@@ -1,4 +1,4 @@
-.TH read_values "8" "March 2015" "s390-tools"
+.TH read_values 8 "February 2026" "1.1.0" "s390-tools read_values"
 .SH NAME
 read_values \- Read information from the /sys and /proc filesystems for SUSE 
Customer Center (SCC) and the like.
 .SH SYNOPSIS

++++++ read_values.c ++++++
++++ 1205 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/s390-tools/read_values.c
++++ and /work/SRC/openSUSE:Factory/.s390-tools.new.1977/read_values.c

++++++ s390-tools-combined.patch ++++++
--- /var/tmp/diff_new_pack.Fj4Znb/_old  2026-02-12 17:30:50.808143448 +0100
+++ /var/tmp/diff_new_pack.Fj4Znb/_new  2026-02-12 17:30:50.836144635 +0100
@@ -237,8 +237,8 @@
  
 diff -Naur a/zdev/dracut/95zdev/parse-zfcp.sh 
b/zdev/dracut/95zdev/parse-zfcp.sh
 --- a/zdev/dracut/95zdev/parse-zfcp.sh 2025-12-11 17:03:28.000000000 +0100
-+++ b/zdev/dracut/95zdev/parse-zfcp.sh 2026-02-06 14:18:29.630327561 +0100
-@@ -11,26 +11,44 @@
++++ b/zdev/dracut/95zdev/parse-zfcp.sh 2026-02-12 10:49:05.939509610 +0100
+@@ -11,26 +11,43 @@
  #
  
  zdev_zfcp_base_args="--no-settle --yes --no-root-update --force"
@@ -261,9 +261,6 @@
 -        IFS="$IFS_SAVED"
 -        echo "rd.zfcp ${zdev_zfcp_arg} :" | zdev_vinfo
 -        if [ "$#" -eq 1 ]; then
--            # shellcheck disable=SC2086
--            chzdev --enable --persistent $zdev_zfcp_base_args \
--                   zfcp-host "$args" 2>&1 | zdev_vinfo
 +# autodetect active bootdev from zipl device
 +if ! getargbool 0 'rd.zfcp' \
 +    && [[ -f /sys/firmware/ipl/ipl_type ]] \
@@ -275,9 +272,12 @@
 +        (
 +            IFS_SAVED="$IFS"
 +            IFS="," # did not work in front of built-in set command below
-         else
              # shellcheck disable=SC2086
 -            chzdev --enable --persistent $zdev_zfcp_base_args \
+-                   zfcp-host "$args" 2>&1 | zdev_vinfo
+-        else
+-            # shellcheck disable=SC2086
+-            chzdev --enable --persistent $zdev_zfcp_base_args \
 -                   zfcp-lun "$args" 2>&1 | zdev_vinfo
 -        fi
 -    )

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/s390-tools/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.s390-tools.new.1977/vendor.tar.zst differ: char 7, 
line 1

Reply via email to