- Make sure all /etc/dhcp config files are marked in the manifest
- Include new config file directies in the dhcp and dhclient packages - Do not overwrite new config files if they already exist
This commit is contained in:
parent
81814c785d
commit
13a0b57486
@ -257,7 +257,8 @@ CFLAGS="%{optflags} -fPIC -D_GNU_SOURCE -DLDAP_CONFIGURATION -DUSE_SSL" \
|
|||||||
%{__make} install DESTDIR=%{buildroot}
|
%{__make} install DESTDIR=%{buildroot}
|
||||||
|
|
||||||
# Remove files we don't want
|
# Remove files we don't want
|
||||||
%{__rm} %{buildroot}%{_sysconfdir}/dhcp/dhclient.conf
|
%{__rm} -f %{buildroot}%{_sysconfdir}/dhclient.conf
|
||||||
|
%{__rm} -f %{buildroot}%{_sysconfdir}/dhcp/dhclient.conf
|
||||||
|
|
||||||
# Install correct dhclient-script
|
# Install correct dhclient-script
|
||||||
%{__mkdir} -p %{buildroot}/sbin
|
%{__mkdir} -p %{buildroot}/sbin
|
||||||
|
Loading…
Reference in New Issue
Block a user