Use /run directory, build test

This commit is contained in:
Petr Menšík 2023-07-23 21:11:23 +02:00
parent b58246c039
commit 61c1512463

View File

@ -41,11 +41,11 @@ through NDP, DHCPv4 and DHCPv6 protocols.
%build
%configure \
--dbdir=/var/lib/%{name}
--dbdir=/var/lib/%{name} --runstatedir=%{_rundir}
%make_build
%check
make test
%make_build test
%install
export BINMODE=755