Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package combustion for openSUSE:Factory 
checked in at 2021-11-24 23:54:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/combustion (Old)
 and      /work/SRC/openSUSE:Factory/.combustion.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "combustion"

Wed Nov 24 23:54:30 2021 rev:12 rq:933441 version:0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/combustion/combustion.changes    2021-07-28 
19:21:52.615490935 +0200
+++ /work/SRC/openSUSE:Factory/.combustion.new.1895/combustion.changes  
2021-11-24 23:54:57.900379830 +0100
@@ -1,0 +2,5 @@
+Wed Nov 24 13:10:37 UTC 2021 - Dimitar Zahariev <mi...@tuionui.com>
+
+- Look for filesystems with uppercase labels as well
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ combustion ++++++
--- /var/tmp/diff_new_pack.bHM44H/_old  2021-11-24 23:54:58.492377843 +0100
+++ /var/tmp/diff_new_pack.bHM44H/_new  2021-11-24 23:54:58.492377843 +0100
@@ -24,8 +24,8 @@
                config_drive_found=1
        fi
 
-       # Try disks next
-       for label in combustion ignition; do
+       # Try disks next - both lower and upper case
+       for label in combustion COMBUSTION ignition IGNITION; do
                [ "${config_drive_found}" = "1" ] && break
                [ -e "/dev/disk/by-label/${label}" ] || continue
 

Reply via email to