Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lvm2 for openSUSE:Factory checked in 
at 2022-11-02 12:46:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lvm2 (Old)
 and      /work/SRC/openSUSE:Factory/.lvm2.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lvm2"

Wed Nov  2 12:46:34 2022 rev:157 rq:1032589 version:2.03.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/lvm2/lvm2.changes        2022-10-14 
15:40:06.291674492 +0200
+++ /work/SRC/openSUSE:Factory/.lvm2.new.2275/lvm2.changes      2022-11-02 
12:46:50.641477420 +0100
@@ -1,0 +2,6 @@
+Mon Oct 31 12:11:00 UTC 2022 - Heming Zhao <heming.z...@suse.com>
+
+- dracut-initqueue timeouts with 5.3.18-150300.59.63 kernel on ppc64le 
(bsc#1199074)
+  - in lvm2.spec, change device_mapper_version from 1.02.185 to 
%{lvm2_version}_1.02.185
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lvm2.spec ++++++
--- /var/tmp/diff_new_pack.o069Ob/_old  2022-11-02 12:46:54.669497867 +0100
+++ /var/tmp/diff_new_pack.o069Ob/_new  2022-11-02 12:46:54.669497867 +0100
@@ -22,7 +22,10 @@
 %define _udevdir %(pkg-config --variable=udevdir udev)
 %define cmdlib liblvm2cmd2_03
 %define lvm2_version              2.03.16
-%define device_mapper_version     1.02.185
+# For device_mapper_version, it's package version, see bsc#1199074.
+# Also note there is another dm version on below "sed -ie ... VERSION_DM".
+%define upstream_device_mapper_version  1.02.185
+%define device_mapper_version           %{lvm2_version}_1.02.185
 %define thin_provisioning_version 0.7.0
 %define _supportsanlock 1
 %define dlm_version     4.0.9
@@ -206,7 +209,8 @@
 ### COMMON-CONFIG-BEGIN ###
 export PATH=$PATH:/sbin:%{_sbindir}
 # Why this messy fix here? someone released a wrong version...
-sed -ie "s/%{device_mapper_version}/1.03.01/g" VERSION_DM
+# There will change library version to 1.03.01, see output "dmsetup --version".
+sed -ie "s/%{upstream_device_mapper_version}/1.03.01/g" VERSION_DM
 %configure \
     --enable-dmeventd \
     --enable-dmfilemapd \

Reply via email to