Accepting request 1035207 from network:dhcp

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1035207
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dhcp?expand=0&rev=136
This commit is contained in:
Dominique Leuenberger 2022-11-12 16:40:32 +00:00 committed by Git OBS Bridge
commit bb859b535f
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 27 15:30:26 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
- Use %_rundir
-------------------------------------------------------------------
Wed Oct 5 14:01:47 UTC 2022 - Reinhard Max <max@suse.com>

View File

@ -257,13 +257,13 @@ export CFLAGS LDFLAGS FFLAGS CXXFLAGS
--enable-binary-leases \
--with-ldap \
--with-ldapcrypto \
--with-cli-pid-file=%{_localstatedir}/run/dhclient.pid \
--with-cli-pid-file=%{_rundir}/dhclient.pid \
--with-cli-lease-file=%{_localstatedir}/lib/dhcp/dhclient.leases \
--with-cli6-pid-file=%{_localstatedir}/run/dhclient6.pid \
--with-cli6-pid-file=%{_rundir}/dhclient6.pid \
--with-cli6-lease-file=%{_localstatedir}/lib/dhcp6/dhclient.leases \
--with-srv-pid-file=%{_localstatedir}/run/dhcpd.pid \
--with-srv-pid-file=%{_rundir}/dhcpd.pid \
--with-srv-lease-file=%{_localstatedir}/lib/dhcp/db/dhcpd.leases \
--with-srv6-pid-file=%{_localstatedir}/run/dhcpd6.pid \
--with-srv6-pid-file=%{_rundir}/dhcpd6.pid \
--with-srv6-lease-file=%{_localstatedir}/lib/dhcp6/db/dhcpd6.leases
#
: building bind sources