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 2023-03-24 15:21:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/s390-tools (Old)
 and      /work/SRC/openSUSE:Factory/.s390-tools.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "s390-tools"

Fri Mar 24 15:21:13 2023 rev:58 rq:1073983 version:2.25.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/s390-tools/s390-tools.changes    2023-03-22 
22:32:31.378761097 +0100
+++ /work/SRC/openSUSE:Factory/.s390-tools.new.31432/s390-tools.changes 
2023-03-24 15:21:32.399237985 +0100
@@ -2 +2 @@
-Wed Mar 22 12:13:52 UTC 2023 - Nikolay Gueorguiev <nikolay.gueorgu...@suse.com>
+Thu Mar 23 12:45:57 UTC 2023 - Nikolay Gueorguiev <nikolay.gueorgu...@suse.com>
@@ -4,4 +4,4 @@
-- Added SUSE scripts
-  * module-setup.sh
-  * parse-zdev-suse.sh
-  * write-udev-live-suse.sh 
+- Allow activation of devices at boot via kernel command line  
+   for live installation media (jsc#PED-2975)
+  * Added a Source dracut-zdev-live-20230321.tar
+  * Updated the .spec file for the new Source 

Old:
----
  module-setup.sh
  parse-zdev-suse.sh
  write-udev-live-suse.sh

New:
----
  dracut-zdev-live-20230321.tar

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

Other differences:
------------------
++++++ s390-tools.spec ++++++
--- /var/tmp/diff_new_pack.lUBupy/_old  2023-03-24 15:21:33.527243867 +0100
+++ /var/tmp/diff_new_pack.lUBupy/_new  2023-03-24 15:21:33.531243888 +0100
@@ -105,9 +105,8 @@
 Source40:       xpram.service
 Source41:       pkey.conf
 ###
-Source42:       module-setup.sh
-Source43:       parse-zdev-suse.sh
-Source44:       write-udev-live-suse.sh
+Source42:       dracut-zdev-live-20230321.tar
+
 ###
 ### Obsolete scripts and man pages to be removed once changes in other tools 
are made
 ### That's been delayed to at least SLES12 SP1, but I'm leaving the comments 
here.
@@ -328,7 +327,7 @@
 operational path.
 
 %prep
-%autosetup -p1
+%autosetup -p1 -a 42
 
 cp -vi %{SOURCE22} CAUTION
 
@@ -398,6 +397,11 @@
 cp %{SOURCE2} zipl.conf.sample
 cp  %{SOURCE23} README.SUSE
 
+### Adding SUSE scripts
+install -d -m 755 %{buildroot}%{_prefix}/lib/dracut/modules.d
+cp -a 96zdev-live %{buildroot}%{_prefix}/lib/dracut/modules.d
+###
+
 cd %{buildroot}
 install -D -m755 %{SOURCE3} %{buildroot}%{_prefix}/lib/systemd/scripts/hsnc
 install -D -m644 %{SOURCE4} %{buildroot}%{_fillupdir}/sysconfig.hsnc
@@ -466,6 +470,7 @@
 rm -fv %{buildroot}%{_mysbindir}/lsmem
 rm -fv %{buildroot}%{_mysbindir}/chmem
 
+###
 find . ! -type d |
     sed 's/^.//;\-/man/-s/^.*$/%doc &.gz/' > %{_builddir}/%{name}-filelist
 grep -v -E 
'osasnmp|etc/ziplenv|\.conf$|ekmfweb.so|ekmfweb.h|kmipclient|kmip/profiles/.*profile$|chreipl-fcp-mpath'
 %{_builddir}/%{name}-filelist >%{_builddir}/%{name}.list
@@ -677,6 +682,7 @@
 %dir %{_datadir}/s390-tools/netboot
 %dir %{_datadir}/s390-tools/genprotimg
 %dir %{_prefix}/lib/dracut/modules.d/95zdev
+%dir %{_prefix}/lib/dracut/modules.d/96zdev-live
 %dir %{_prefix}/lib/dracut/modules.d/99ngdump
 %dir /boot/zipl
 %dir %{_libdir}/zkey

++++++ read_values.c ++++++
--- /var/tmp/diff_new_pack.lUBupy/_old  2023-03-24 15:21:33.895245786 +0100
+++ /var/tmp/diff_new_pack.lUBupy/_new  2023-03-24 15:21:33.895245786 +0100
@@ -378,7 +378,7 @@
 
                result_string = NULL;
        }
-       printf("\n", result_string);
+       printf("%s\n", result_string);
        return 0;
 } /* print_uuid */
 

Reply via email to