Hello community,

here is the log from the commit of package lvm2 for openSUSE:Factory checked in 
at 2018-02-14 09:21:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lvm2 (Old)
 and      /work/SRC/openSUSE:Factory/.lvm2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lvm2"

Wed Feb 14 09:21:52 2018 rev:115 rq:575550 version:2.02.177

Changes:
--------
--- /work/SRC/openSUSE:Factory/lvm2/device-mapper.changes       2018-02-03 
15:37:07.644434746 +0100
+++ /work/SRC/openSUSE:Factory/.lvm2.new/device-mapper.changes  2018-02-14 
09:21:55.976547751 +0100
@@ -1,0 +2,8 @@
+Mon Feb 12 09:01:29 UTC 2018 - tchva...@suse.com
+
+- Fix detection of clvm that happens on compile time based on
+  CLVM_PIDFILE, as we determine these features on runtime
+  bsc#1080299:
+  + bsc1080299-detect-clvm-properly.patch
+
+-------------------------------------------------------------------
lvm2-clvm.changes: same change
lvm2.changes: same change

New:
----
  bsc1080299-detect-clvm-properly.patch

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

Other differences:
------------------
++++++ device-mapper.spec ++++++
--- /var/tmp/diff_new_pack.IvHGp4/_old  2018-02-14 09:22:00.144396691 +0100
+++ /var/tmp/diff_new_pack.IvHGp4/_new  2018-02-14 09:22:00.148396546 +0100
@@ -55,6 +55,7 @@
 Patch1002:      fate-309425_display-dm-name-for-lv-name.patch
 Patch1003:      fate-31841_fsadm-add-support-for-btrfs.patch
 Patch1004:      bug-935623_dmeventd-fix-dso-name-wrong-compare.patch
+Patch1005:      bsc1080299-detect-clvm-properly.patch
 
 #SUSE patches 2000+ for device mapper, udev rules
 Patch2001:      
bug-1012973_simplify-special-case-for-md-in-69-dm-lvm-metadata.patch
@@ -71,6 +72,7 @@
 %patch1002 -p1
 %patch1003 -p1
 %patch1004 -p1
+%patch1005 -p1
 %patch2001 -p1
 ### COMMON-PREP-END ###
 

lvm2-clvm.spec: same change
lvm2.spec: same change

++++++ bsc1080299-detect-clvm-properly.patch ++++++
Index: LVM2.2.02.177/configure
===================================================================
--- LVM2.2.02.177.orig/configure
+++ LVM2.2.02.177/configure
@@ -10888,8 +10888,6 @@ if [ `expr x"$CLVMD" : '.*corosync.*'` !
 fi
 
 
################################################################################
-if test "$CLVMD" != none; then
-
 # Check whether --with-clvmd-pidfile was given.
 if test "${with_clvmd_pidfile+set}" = set; then :
   withval=$with_clvmd_pidfile; CLVMD_PIDFILE=$withval
@@ -10902,8 +10900,6 @@ cat >>confdefs.h <<_ACEOF
 #define CLVMD_PIDFILE "$CLVMD_PIDFILE"
 _ACEOF
 
-fi
-
 
################################################################################
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build cluster 
mirror log daemon" >&5
 $as_echo_n "checking whether to build cluster mirror log daemon... " >&6; }
Index: LVM2.2.02.177/configure.in
===================================================================
--- LVM2.2.02.177.orig/configure.in
+++ LVM2.2.02.177/configure.in
@@ -959,7 +959,6 @@ fi
 
 
################################################################################
 dnl -- clvmd pidfile
-if test "$CLVMD" != none; then
        AC_ARG_WITH(clvmd-pidfile,
                    AC_HELP_STRING([--with-clvmd-pidfile=PATH],
                                   [clvmd pidfile [PID_DIR/clvmd.pid]]),
@@ -967,7 +966,6 @@ if test "$CLVMD" != none; then
                    CLVMD_PIDFILE="$DEFAULT_PID_DIR/clvmd.pid")
        AC_DEFINE_UNQUOTED(CLVMD_PIDFILE, ["$CLVMD_PIDFILE"],
                           [Path to clvmd pidfile.])
-fi
 
 
################################################################################
 dnl -- Build cluster mirror log daemon

Reply via email to