Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dracut for openSUSE:Factory checked 
in at 2024-03-21 17:00:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dracut (Old)
 and      /work/SRC/openSUSE:Factory/.dracut.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dracut"

Thu Mar 21 17:00:00 2024 rev:223 rq:1158915 version:059+suse.560.g145cde90

Changes:
--------
--- /work/SRC/openSUSE:Factory/dracut/dracut.changes    2024-02-28 
19:44:50.856863496 +0100
+++ /work/SRC/openSUSE:Factory/.dracut.new.1905/dracut.changes  2024-03-21 
17:00:01.711443006 +0100
@@ -1,0 +2,6 @@
+Mon Mar 18 08:18:21 UTC 2024 - antonio.fei...@suse.com
+
+- Update to version 059+suse.560.g145cde90:
+  * fix(systemd-pcrphase): rename systemd-pcrphase binary to systemd-pcrextend
+
+-------------------------------------------------------------------

Old:
----
  dracut-059+suse.557.g8a62bf73.obscpio

New:
----
  dracut-059+suse.560.g145cde90.obscpio

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

Other differences:
------------------
++++++ dracut.spec ++++++
--- /var/tmp/diff_new_pack.ZLr1Cq/_old  2024-03-21 17:00:03.631515068 +0100
+++ /var/tmp/diff_new_pack.ZLr1Cq/_new  2024-03-21 17:00:03.631515068 +0100
@@ -25,7 +25,7 @@
 %endif
 
 Name:           dracut
-Version:        059+suse.557.g8a62bf73
+Version:        059+suse.560.g145cde90
 Release:        0
 Summary:        Event driven initramfs infrastructure
 License:        GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later

++++++ README.susemaint ++++++
--- /var/tmp/diff_new_pack.ZLr1Cq/_old  2024-03-21 17:00:03.667516419 +0100
+++ /var/tmp/diff_new_pack.ZLr1Cq/_new  2024-03-21 17:00:03.671516569 +0100
@@ -313,6 +313,7 @@
 2404    fix(multipath): explicitly check if hostonly_cmdline is yes
 2451    fix(base): correct handling of quiet in loginit
 2524    fix(dracut.sh): abort if Bash is in POSIX mode
+2526    fix(systemd-pcrphase): rename systemd-pcrphase binary to 
systemd-pcrextend
 2527    fix(resume): add new systemd-hibernate-resume.service
 2531    feat(kernel-modules): add Qualcomm IPC router to enable USB
 2532    fix(dracut-systemd): use `DRACUT_VERSION` instead of `VERSION`

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.ZLr1Cq/_old  2024-03-21 17:00:03.699517620 +0100
+++ /var/tmp/diff_new_pack.ZLr1Cq/_new  2024-03-21 17:00:03.703517770 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/opensuse/dracut.git</param>
-              <param 
name="changesrevision">4d203e0423d5ae54db94788aca7c9f31240b9bbb</param></service></servicedata>
+              <param 
name="changesrevision">145cde90e914e051eefd7153ff98b324c7277998</param></service></servicedata>
 (No newline at EOF)
 

++++++ dracut-059+suse.557.g8a62bf73.obscpio -> 
dracut-059+suse.560.g145cde90.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dracut-059+suse.557.g8a62bf73/modules.d/01systemd-pcrphase/module-setup.sh 
new/dracut-059+suse.560.g145cde90/modules.d/01systemd-pcrphase/module-setup.sh
--- 
old/dracut-059+suse.557.g8a62bf73/modules.d/01systemd-pcrphase/module-setup.sh  
    2024-02-28 09:03:24.000000000 +0100
+++ 
new/dracut-059+suse.560.g145cde90/modules.d/01systemd-pcrphase/module-setup.sh  
    2024-03-18 08:54:44.000000000 +0100
@@ -6,7 +6,7 @@
 check() {
 
     # If the binary(s) requirements are not fulfilled the module can't be 
installed.
-    require_binaries "$systemdutildir"/systemd-pcrphase || return 1
+    require_binaries "$systemdutildir"/systemd-pcrextend || return 1
 
     # Return 255 to only include the module, if another module requires it.
     return 255
@@ -27,7 +27,7 @@
 install() {
 
     inst_multiple -o \
-        "$systemdutildir"/systemd-pcrphase \
+        "$systemdutildir"/systemd-pcrextend \
         "$systemdsystemunitdir"/systemd-pcrphase-initrd.service \
         "$systemdsystemunitdir/systemd-pcrphase-initrd.service.d/*.conf" \
         
"$systemdsystemunitdir"/initrd.target.wants/systemd-pcrphase-initrd.service
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dracut-059+suse.557.g8a62bf73/suse/README.susemaint 
new/dracut-059+suse.560.g145cde90/suse/README.susemaint
--- old/dracut-059+suse.557.g8a62bf73/suse/README.susemaint     2024-02-28 
09:03:24.000000000 +0100
+++ new/dracut-059+suse.560.g145cde90/suse/README.susemaint     2024-03-18 
08:54:44.000000000 +0100
@@ -313,6 +313,7 @@
 2404    fix(multipath): explicitly check if hostonly_cmdline is yes
 2451    fix(base): correct handling of quiet in loginit
 2524    fix(dracut.sh): abort if Bash is in POSIX mode
+2526    fix(systemd-pcrphase): rename systemd-pcrphase binary to 
systemd-pcrextend
 2527    fix(resume): add new systemd-hibernate-resume.service
 2531    feat(kernel-modules): add Qualcomm IPC router to enable USB
 2532    fix(dracut-systemd): use `DRACUT_VERSION` instead of `VERSION`

++++++ dracut.obsinfo ++++++
--- /var/tmp/diff_new_pack.ZLr1Cq/_old  2024-03-21 17:00:03.999528880 +0100
+++ /var/tmp/diff_new_pack.ZLr1Cq/_new  2024-03-21 17:00:04.003529030 +0100
@@ -1,5 +1,5 @@
 name: dracut
-version: 059+suse.557.g8a62bf73
-mtime: 1709107404
-commit: 8a62bf7337c9d1960daa96db64b1af92b8dfbd8e
+version: 059+suse.560.g145cde90
+mtime: 1710748484
+commit: 145cde90e914e051eefd7153ff98b324c7277998
 

Reply via email to