Accepting request 919681 from home:wanghaisu:branches:network:ha-clustering:Factory

bsc#1190591, fail to start due to lack of /usr/var/run/drbd

OBS-URL: https://build.opensuse.org/request/show/919681
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/drbd-utils?expand=0&rev=107
This commit is contained in:
nick wang 2021-09-17 08:25:45 +00:00 committed by Git OBS Bridge
parent a8e7c0bc06
commit 4d9c6cbe37
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 17 08:05:56 UTC 2021 - nick wang <nwang@suse.com>
- bsc#1190591, fail to start due to lack of /usr/var/run/drbd
-------------------------------------------------------------------
Wed Jul 21 07:20:21 UTC 2021 - nick wang <nwang@suse.com>

View File

@ -112,13 +112,15 @@ PATH=/sbin:$PATH ./configure \
--sbindir=/sbin \
%else
--prefix=%{_prefix} \
%endif
%if 0%{?is_opensuse}
--localstatedir=/var \
%endif
--libdir=%{_prefix}/lib \
--mandir=%{_mandir} \
--sysconfdir=%{_sysconfdir} \
--datarootdir=%{_datadir} \
--datadir=%{_datadir} \
--libdir=%{_prefix}/lib \
--exec_prefix=%{_prefix}/lib \
%{?with_drbdmon: --with-drbdmon} \
%{?with_prebuiltman: --with-prebuiltman} \