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 2022-12-16 17:52:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/s390-tools (Old)
 and      /work/SRC/openSUSE:Factory/.s390-tools.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "s390-tools"

Fri Dec 16 17:52:24 2022 rev:49 rq:1043348 version:2.25.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/s390-tools/s390-tools.changes    2022-12-07 
17:37:44.657452210 +0100
+++ /work/SRC/openSUSE:Factory/.s390-tools.new.1835/s390-tools.changes  
2022-12-16 17:52:28.124287479 +0100
@@ -1,0 +2,19 @@
+Mon Dec 12 15:05:48 UTC 2022 - Nikolay Gueorguiev <[email protected]>
+
+- Updated to version 2.25.0 (jsc#PED-627)
+  * __v2.25.0 (2022-12-12)__
+  For Linux kernel version: 6.1
+  Changes of existing tools:
+  - ap_tools: Use new mdevctl installation location
+  - lsdasd/tunedasd/zdev: Add support to handle copy pair relations presented 
by the DASD driver
+  - zdev: Add --shell command line switch to generate output suitable for 
shell environments
+  - zipl: Add List-Directed IPL from ECKD DASD to support secure boot
+  Bug Fixes:
+  - ipl_tools: Fix chreipl node for NVMes with CONFIG_NVME_MULTIPATH
+  - libdasd: Fix bug that prevented positive ioctl return codes
+- Updated s390-tools-sles15sp5-fix-chown-commands-syntax.patch to fit the 
current version
+- Removed obsolete Patch002, and Patch003
+  # Patch002:       s390-tools-sles15sp5-util_lockfile-fix-includes.patch
+  # Patch003:       
s390-tools-sles15sp5-ap_tools-ap-check-use-new-mdevctl-install-location.patch
+
+-------------------------------------------------------------------

Old:
----
  s390-tools-2.24.0.tar.gz
  s390-tools-sles15sp5-ap_tools-ap-check-use-new-mdevctl-install-location.patch
  s390-tools-sles15sp5-util_lockfile-fix-includes.patch

New:
----
  s390-tools-2.25.0.tar.gz

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

Other differences:
------------------
++++++ s390-tools.spec ++++++
--- /var/tmp/diff_new_pack.immoVN/_old  2022-12-16 17:52:29.132293027 +0100
+++ /var/tmp/diff_new_pack.immoVN/_new  2022-12-16 17:52:29.136293049 +0100
@@ -33,7 +33,7 @@
 %endif
 
 Name:           s390-tools
-Version:        2.24.0
+Version:        2.25.0
 Release:        0
 Summary:        S/390 tools like zipl and dasdfmt
 License:        MIT
@@ -130,8 +130,6 @@
 
 # IBM patches
 Patch001:       
s390-tools-sles15sp5-zipl-boot-disable-Warray-bounds-for-now.patch
-Patch002:       s390-tools-sles15sp5-util_lockfile-fix-includes.patch
-Patch003:       
s390-tools-sles15sp5-ap_tools-ap-check-use-new-mdevctl-install-location.patch
 # SUSE patches
 Patch900:       s390-tools-sles12-zipl_boot_msg.patch
 Patch901:       s390-tools-sles15-sysconfig-compatible-dumpconf.patch

++++++ s390-tools-2.24.0.tar.gz -> s390-tools-2.25.0.tar.gz ++++++
++++ 5256 lines of diff (skipped)

++++++ s390-tools-sles12-fdasd-skip-partition-check-and-BLKRRPART-ioctl.patch 
++++++
--- /var/tmp/diff_new_pack.immoVN/_old  2022-12-16 17:52:29.792296660 +0100
+++ /var/tmp/diff_new_pack.immoVN/_new  2022-12-16 17:52:29.796296682 +0100
@@ -19,7 +19,7 @@
 index 4503d3e..f04dc3d 100644
 --- a/fdasd/fdasd.c
 +++ b/fdasd/fdasd.c
-@@ -1229,10 +1229,12 @@
+@@ -1231,10 +1231,12 @@
   */
  static void fdasd_reread_partition_table(fdasd_anchor_t *anc)
  {

++++++ s390-tools-sles15sp5-fix-chown-commands-syntax.patch ++++++
--- /var/tmp/diff_new_pack.immoVN/_old  2022-12-16 17:52:29.828296858 +0100
+++ /var/tmp/diff_new_pack.immoVN/_new  2022-12-16 17:52:29.828296858 +0100
@@ -1,5 +1,5 @@
---- s390-tools-2.24.0/ap_tools/Makefile        2022-11-09 11:11:48.000000000 
-0500
-+++ s390-tools-2.24.0/ap_tools/Makefile        2022-12-01 15:33:30.953373912 
-0500
+--- s390-tools-2.25.0/ap_tools/Makefile        2022-11-09 11:11:48.000000000 
-0500
++++ s390-tools-2.25.0/ap_tools/Makefile        2022-12-01 15:33:30.953373912 
-0500
 @@ -26,9 +26,9 @@
  install: all
        @if [ ! -d $(DESTDIR)$(MDEVCTL_CALLOUTS) ]; then \
@@ -26,8 +26,8 @@
                chmod 755 $(DESTDIR)$(MDEVCTL_DEP_DIR); \
                chmod 755 $(DESTDIR)$(MDEVCTL_DEP_SCRIPTS); \
                chmod 755 $(DESTDIR)$(MDEVCTL_DEP_CALLOUTS); \
---- s390-tools-2.24.0/hmcdrvfs/Makefile2022-11-09 11:11:48.000000000 -0500
-+++ s390-tools-2.24.0/hmcdrvfs/Makefile        2022-12-01 15:33:42.825238489 
-0500
+--- s390-tools-2.25.0/hmcdrvfs/Makefile2022-11-09 11:11:48.000000000 -0500
++++ s390-tools-2.25.0/hmcdrvfs/Makefile        2022-12-01 15:33:42.825238489 
-0500
 @@ -52,7 +52,7 @@
                cat $$i | \
                sed -e 's/%S390_TOOLS_VERSION%/$(S390_TOOLS_RELEASE)/' \
@@ -37,8 +37,8 @@
                chmod 755 $(DESTDIR)$(USRSBINDIR)/$$i; \
        done
  
---- s390-tools-2.24.0/hsci/Makefile    2022-11-09 11:11:48.000000000 -0500
-+++ s390-tools-2.24.0/hsci/Makefile    2022-12-01 15:33:53.029122092 -0500
+--- s390-tools-2.25.0/hsci/Makefile    2022-11-09 11:11:48.000000000 -0500
++++ s390-tools-2.25.0/hsci/Makefile    2022-12-01 15:33:53.029122092 -0500
 @@ -5,7 +5,7 @@
  install: hsci
        $(SED) -e 's/%S390_TOOLS_VERSION%/$(S390_TOOLS_RELEASE)/' \
@@ -48,8 +48,8 @@
        chmod 755 $(DESTDIR)$(BINDIR)/hsci; \
        $(INSTALL) -d -m 755 $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man8
        $(INSTALL) -g $(GROUP) -o $(OWNER) -m 644 hsci.8 \
---- s390-tools-2.24.0/ip_watcher/Makefile      2022-11-09 11:11:48.000000000 
-0500
-+++ s390-tools-2.24.0/ip_watcher/Makefile      2022-12-01 15:34:09.116938576 
-0500
+--- s390-tools-2.25.0/ip_watcher/Makefile      2022-11-09 11:11:48.000000000 
-0500
++++ s390-tools-2.25.0/ip_watcher/Makefile      2022-12-01 15:34:09.116938576 
-0500
 @@ -12,7 +12,7 @@
  install: ip_watcher.pl xcec-bridge start_hsnc.sh
        $(SED) -e 's/%S390_TOOLS_VERSION%/$(S390_TOOLS_RELEASE)/' \
@@ -59,8 +59,8 @@
        chmod 755 $(DESTDIR)$(USRSBINDIR)/start_hsnc.sh; \
        $(INSTALL) -g $(GROUP) -o $(OWNER) -m 755 ip_watcher.pl \
                $(DESTDIR)$(USRSBINDIR)
---- s390-tools-2.24.0/netboot/Makefile 2022-11-09 11:11:48.000000000 -0500
-+++ s390-tools-2.24.0/netboot/Makefile 2022-12-01 15:34:28.212720750 -0500
+--- s390-tools-2.25.0/netboot/Makefile 2022-11-09 11:11:48.000000000 -0500
++++ s390-tools-2.25.0/netboot/Makefile 2022-12-01 15:34:28.212720750 -0500
 @@ -15,13 +15,13 @@
  install-scripts: $(SCRIPTS)
        @if [ ! -d $(DESTDIR)$(NETBOOT_SAMPLEDIR) ]; then \
@@ -77,8 +77,8 @@
                chmod 755 $(DESTDIR)$(NETBOOT_SAMPLEDIR)/$$i; \
        done
  
---- s390-tools-2.24.0/qethconf/Makefile        2022-11-09 11:11:48.000000000 
-0500
-+++ s390-tools-2.24.0/qethconf/Makefile        2022-12-01 15:34:39.356593630 
-0500
+--- s390-tools-2.25.0/qethconf/Makefile        2022-11-09 11:11:48.000000000 
-0500
++++ s390-tools-2.25.0/qethconf/Makefile        2022-12-01 15:34:39.356593630 
-0500
 @@ -5,7 +5,7 @@
  install: qethconf
        $(SED) -e 's/%S390_TOOLS_VERSION%/$(S390_TOOLS_RELEASE)/' \
@@ -88,8 +88,8 @@
        chmod 755 $(DESTDIR)$(BINDIR)/qethconf; \
        $(INSTALL) -d -m 755 $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man8
        $(INSTALL) -g $(GROUP) -o $(OWNER) -m 644 qethconf.8 \
---- s390-tools-2.24.0/zconf/Makefile   2022-11-09 11:11:48.000000000 -0500
-+++ s390-tools-2.24.0/zconf/Makefile   2022-12-01 15:36:10.583552975 -0500
+--- s390-tools-2.25.0/zconf/Makefile   2022-11-09 11:11:48.000000000 -0500
++++ s390-tools-2.25.0/zconf/Makefile   2022-12-01 15:36:10.583552975 -0500
 @@ -25,7 +25,7 @@
                cat $$i | \
                sed -e 's/%S390_TOOLS_VERSION%/$(S390_TOOLS_RELEASE)/' \
@@ -118,27 +118,4 @@
                chmod 755 $(DESTDIR)$(MANDIR); \
                chmod 755 $(DESTDIR)$(MANDIR)/man8; \
        fi; \
---- s390-tools-2.24.0/ziomon/Makefile  2022-11-09 11:11:48.000000000 -0500
-+++ s390-tools-2.24.0/ziomon/Makefile  2022-12-01 15:36:38.159238416 -0500
-@@ -43,17 +43,17 @@
- install: all
-       $(SED) -e 's/%S390_TOOLS_VERSION%/$(S390_TOOLS_RELEASE)/' \
-               < ziomon > $(DESTDIR)$(USRSBINDIR)/ziomon;
--      chown $(OWNER).$(GROUP) $(DESTDIR)$(USRSBINDIR)/ziomon;
-+      chown $(OWNER):$(GROUP) $(DESTDIR)$(USRSBINDIR)/ziomon;
-       chmod 755 $(DESTDIR)$(USRSBINDIR)/ziomon;
-       $(SED) -e \
-               's/%S390_TOOLS_VERSION%/$(S390_TOOLS_RELEASE)/' \
-               < ziomon_fcpconf > $(DESTDIR)$(USRSBINDIR)/ziomon_fcpconf;
--      chown $(OWNER).$(GROUP) $(DESTDIR)$(USRSBINDIR)/ziomon_fcpconf;
-+      chown $(OWNER):$(GROUP) $(DESTDIR)$(USRSBINDIR)/ziomon_fcpconf;
-       chmod 755 $(DESTDIR)$(USRSBINDIR)/ziomon_fcpconf;
-       $(SED) -e \
-               's/%S390_TOOLS_VERSION%/$(S390_TOOLS_RELEASE)/' \
-               < ziorep_config > $(DESTDIR)$(USRSBINDIR)/ziorep_config;
--      chown $(OWNER).$(GROUP) $(DESTDIR)$(USRSBINDIR)/ziorep_config;
-+      chown $(OWNER):$(GROUP) $(DESTDIR)$(USRSBINDIR)/ziorep_config;
-       chmod 755 $(DESTDIR)$(USRSBINDIR)/ziorep_config;
-       $(INSTALL) -g $(GROUP) -o $(OWNER) -m 644 ziomon.8 \
-               $(DESTDIR)$(MANDIR)/man8
 

Reply via email to