9b722c3a2d
- Update to LVM2.2.02.180 - Drop the upstream patches - fate-323203_lvmlockd-add-lockopt-values-for-skipping-selected-lo.patch - lvm2-69-dm-lvm-metad.rules-explicit-pvscan-rule.patch - lvm2-69-dm-lvm-metad.rules-set-systemd-vars-on-chang.patch - bug-1095960_dev_io-no-discard-in-testmode.patch - Refresh patches + bsc1080299-detect-clvm-properly.patch + bug-950089_test-fix-lvm2-testsuite-build-error.patch - Fix cmirrord LV creation/activation failure (bsc#1091863) - Fix that pvmove does not work (bsc#1080299) - Fix package name for modprobe during build (bsc#1102668) - Fix building error due to the script interpreter + tests-specify-python3-as-the-script-interpreter.patch - Update to LVM2.2.02.180 - Drop the upstream patches - fate-323203_lvmlockd-add-lockopt-values-for-skipping-selected-lo.patch - lvm2-69-dm-lvm-metad.rules-explicit-pvscan-rule.patch - lvm2-69-dm-lvm-metad.rules-set-systemd-vars-on-chang.patch - bug-1095960_dev_io-no-discard-in-testmode.patch - Refresh patches + bsc1080299-detect-clvm-properly.patch + bug-950089_test-fix-lvm2-testsuite-build-error.patch - Fix cmirrord LV creation/activation failure (bsc#1091863) - Fix that pvmove does not work (bsc#1080299) - Fix package name for modprobe during build (bsc#1102668) - Fix building error due to the script interpreter + tests-specify-python3-as-the-script-interpreter.patch - Update to LVM2.2.02.180 - Drop the upstream patches - fate-323203_lvmlockd-add-lockopt-values-for-skipping-selected-lo.patch - lvm2-69-dm-lvm-metad.rules-explicit-pvscan-rule.patch - lvm2-69-dm-lvm-metad.rules-set-systemd-vars-on-chang.patch - bug-1095960_dev_io-no-discard-in-testmode.patch - Refresh patches + bsc1080299-detect-clvm-properly.patch + bug-950089_test-fix-lvm2-testsuite-build-error.patch - Fix cmirrord LV creation/activation failure (bsc#1091863) - Fix that pvmove does not work (bsc#1080299) - Fix package name for modprobe during build (bsc#1102668) - Fix building error due to the script interpreter + tests-specify-python3-as-the-script-interpreter.patch OBS-URL: https://build.opensuse.org/request/show/630677 OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=227
43 lines
1.6 KiB
Diff
43 lines
1.6 KiB
Diff
Index: LVM2.2.02.178/configure
|
|
===================================================================
|
|
--- LVM2.2.02.178.orig/configure
|
|
+++ LVM2.2.02.178/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.178/configure.ac
|
|
===================================================================
|
|
--- LVM2.2.02.178.orig/configure.ac
|
|
+++ LVM2.2.02.178/configure.ac
|
|
@@ -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
|