* Mon Dec 6 2021 Klaus Wenninger <kwenning@redhat.com> - 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
This commit is contained in:
parent
529348f72d
commit
c12ca907ff
12
sbd.spec
12
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 <kwenning@redhat.com> - 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 <kwenning@redhat.com> - 1.5.1-1
|
||||
- rebase to upstream v1.5.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user