From c12ca907ff9bc90638cba8d84b86d507a5b0cecf Mon Sep 17 00:00:00 2001 From: Klaus Wenninger Date: Mon, 6 Dec 2021 19:49:54 +0100 Subject: [PATCH] * Mon Dec 6 2021 Klaus Wenninger - 1.5.1-2 - obviously autoconf is defining runstatedir - but with a wrong default - directly hand it over to configure and skip --with-runstatedir implemented in configure.ac for older versions of autoconf Resolves: rhbz#2011707 --- sbd.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/sbd.spec b/sbd.spec index 650f93f..4a9ff2a 100644 --- a/sbd.spec +++ b/sbd.spec @@ -19,7 +19,7 @@ %global shortcommit %(echo %{longcommit}|cut -c1-8) %global modified %(echo %{longcommit}-|cut -f2 -d-) %global github_owner Clusterlabs -%global buildnum 1 +%global buildnum 2 %ifarch s390x s390 # minimum timeout on LPAR diag288 watchdog is 15s @@ -104,7 +104,7 @@ export CFLAGS="$RPM_OPT_FLAGS -Wall -Werror" %configure --with-watchdog-timeout-default=%{watchdog_timeout_default} \ --with-sync-resource-startup-default=%{?with_sync_resource_startup_default:yes}%{!?with_sync_resource_startup_default:no} \ --with-sync-resource-startup-sysconfig=%{sync_resource_startup_sysconfig} \ - --with-runstatedir=%{_rundir} + --runstatedir=%{_rundir} make %{?_smp_mflags} ########################################################### @@ -176,6 +176,14 @@ fi %{_libdir}/libsbdtestbed* %changelog +* Mon Dec 6 2021 Klaus Wenninger - 1.5.1-2 +- obviously autoconf is defining runstatedir - but with a + wrong default - directly hand it over to configure + and skip --with-runstatedir implemented in configure.ac + for older versions of autoconf + + Resolves: rhbz#2011707 + * Wed Dec 1 2021 Klaus Wenninger - 1.5.1-1 - rebase to upstream v1.5.1