Hello community,

here is the log from the commit of package lvm2 for openSUSE:Factory checked in 
at 2020-10-15 13:44:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lvm2 (Old)
 and      /work/SRC/openSUSE:Factory/.lvm2.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lvm2"

Thu Oct 15 13:44:38 2020 rev:140 rq:841376 version:2.03.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/lvm2/lvm2.changes        2020-09-08 
22:44:14.935426412 +0200
+++ /work/SRC/openSUSE:Factory/.lvm2.new.3486/lvm2.changes      2020-10-15 
13:44:44.877161132 +0200
@@ -1,0 +2,7 @@
+Mon Oct 12 10:00:20 UTC 2020 - g...@suse.com
+
+- Update lvm2.spec file (bsc#1174336)
+  - enable lvmlockd remote refresh using libdlmcontrol
+  - update libdlm dependency relationship
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lvm2.spec ++++++
--- /var/tmp/diff_new_pack.nz4oXF/_old  2020-10-15 13:44:48.057162374 +0200
+++ /var/tmp/diff_new_pack.nz4oXF/_new  2020-10-15 13:44:48.061162375 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lvm2
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@
 %define device_mapper_version     1.02.173
 %define thin_provisioning_version 0.7.0
 %define _supportsanlock 0
-%define dlm_version     4.0
+%define dlm_version     4.0.9
 # from lvm2 version 2.03, suse obsoleted clvm, cmirrord, liblvm2app & 
liblvm2cmd. 
 # so the obseletes version is 2.03 
 %define lvm2_clvm_version 2.03
@@ -100,7 +100,7 @@
 BuildRequires:  libcorosync-devel
 BuildRequires:  pkgconfig(blkid)
 %if %{with lockd}
-BuildRequires:  libdlm-devel
+BuildRequires:  libdlm-devel >= %{dlm_version}
 BuildRequires:  pkgconfig(libsystemd)
 %if 0%{_supportsanlock} == 1
 BuildRequires:  sanlock-devel >= %{sanlock_version}
@@ -162,6 +162,7 @@
     --with-default-pid-dir=/run
     --with-default-run-dir=/run/lvm
     --enable-lvmlockd-dlm
+    --enable-lvmlockd-dlmcontrol
 %if 0%{_supportsanlock} == 1
     --enable-lvmlockd-sanlock
 %endif
@@ -425,8 +426,8 @@
 Group:          System/Base
 Requires:       corosync
 Requires:       device-mapper >= %{device_mapper_version}
+Requires:       libdlm >= %{dlm_version}
 Requires:       lvm2 = %{version}
-Recommends:     libdlm >= %{dlm_version}
 Obsoletes:      lvm2-clvm <= %{lvm2_clvm_version}
 %{?systemd_requires}
 %if 0%{_supportsanlock} == 1



Reply via email to