- Update to version 1.1.18+20180118.9c3f7a49c: - libcrmcommon: put exit/return handling in own source/header files - bump build dependencies - Rebase: * pacemaker-Wno-format-signedness.patch - configure: Check for python3 with AM_PATH_PYTHON (fate#323526) * fate-323526_pacemaker-pacemaker-configure-AM_PATH_PYTHON-python3.patch - Update to version 1.1.18+20180112.bd7115b8c: - tools: improve help text - libpe_status: deprecate restart-type and role_after_failure - Update to version 1.1.18+20180109.57d48a1b1: - libcluster,libcrmcommon: improve BZ2 error messages - all: use consistent exit status codes - libcrmcommon,tools: improve XML write error handling - stonithd,libcrmcommon: auto-calculate stonith-watchdog-timeout when requested (fate#324508) - logrotate: switch user when rotating logs - cts: Operate pacemaker service on startup to prevent triggering StopWhenUnneeded of corosync service * pacemaker-cts-StartCmd.patch OBS-URL: https://build.opensuse.org/request/show/567532 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/pacemaker?expand=0&rev=293
14 lines
572 B
Diff
14 lines
572 B
Diff
Index: pacemaker-1.1.18+20180112.bd7115b8c/configure.ac
|
|
===================================================================
|
|
--- pacemaker-1.1.18+20180112.bd7115b8c.orig/configure.ac
|
|
+++ pacemaker-1.1.18+20180112.bd7115b8c/configure.ac
|
|
@@ -493,7 +493,7 @@ dnl Replacing AC_PROG_LIBTOOL with AC_CH
|
|
dnl was NOT being expanded all the time thus causing things to fail.
|
|
AC_CHECK_PROGS(LIBTOOL, glibtool libtool libtool15 libtool13)
|
|
|
|
-AM_PATH_PYTHON
|
|
+AM_PATH_PYTHON([3])
|
|
AC_CHECK_PROGS(MAKE, gmake make)
|
|
AC_PATH_PROGS(HTML2TXT, lynx w3m)
|
|
AC_PATH_PROGS(HELP2MAN, help2man)
|