Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lvm2 for openSUSE:Factory checked in at 2024-07-24 15:32:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lvm2 (Old) and /work/SRC/openSUSE:Factory/.lvm2.new.1869 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "lvm2" Wed Jul 24 15:32:45 2024 rev:168 rq:1188923 version:2.03.24 Changes: -------- --- /work/SRC/openSUSE:Factory/lvm2/lvm2.changes 2024-06-27 15:57:53.498665498 +0200 +++ /work/SRC/openSUSE:Factory/.lvm2.new.1869/lvm2.changes 2024-07-25 11:57:11.269610697 +0200 @@ -1,0 +2,7 @@ +Tue Jul 22 01:44:00 UTC 2024 - Glass Su <glass.su@suse.com> + +- enable devices file feature by default - see lvmdevices(8) + * enable '--with-default-use-devices-file=1' in lvm2.spec + * update commented default value of 'use_devicesfile' in lvm2.conf + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lvm2.spec ++++++ --- /var/tmp/diff_new_pack.A7IJy5/_old 2024-07-25 11:57:12.129645173 +0200 +++ /var/tmp/diff_new_pack.A7IJy5/_new 2024-07-25 11:57:12.129645173 +0200 @@ -40,6 +40,10 @@ %define sanlock_version 3.3.0 %endif +%if 0%{?suse_version} >= 1600 + %define default_use_devices_file 1 +%endif + %global flavor @BUILD_FLAVOR@%{nil} %define psuffix %{nil} @@ -183,6 +187,12 @@ " %endif +%if 0%{?default_use_devices_file} == 1 +extra_opts="$extra_opts + --with-default-use-devices-file=1 +" +%endif + ### COMMON-CONFIG-BEGIN ### export PATH=$PATH:/sbin:%{_sbindir} # Why this messy fix here? someone released a wrong version... ++++++ lvm.conf ++++++ --- /var/tmp/diff_new_pack.A7IJy5/_old 2024-07-25 11:57:12.237649502 +0200 +++ /var/tmp/diff_new_pack.A7IJy5/_new 2024-07-25 11:57:12.241649662 +0200 @@ -128,7 +128,7 @@ # be used, regardless of this setting, when the --devicesfile # option is set to a specific file name. # This configuration option has an automatic default value. - # use_devicesfile = 0 + # use_devicesfile = 1 # Configuration option devices/devicesfile. # The name of the system devices file, listing devices that LVM should use.