SPECS: dhcp.spec - touch v6 lease files

arekm arekm at pld-linux.org
Sun Feb 3 20:37:53 CET 2008


Author: arekm                        Date: Sun Feb  3 19:37:53 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- touch v6 lease files

---- Files affected:
SPECS:
   dhcp.spec (1.158 -> 1.159) 

---- Diffs:

================================================================
Index: SPECS/dhcp.spec
diff -u SPECS/dhcp.spec:1.158 SPECS/dhcp.spec:1.159
--- SPECS/dhcp.spec:1.158	Sun Feb  3 20:33:06 2008
+++ SPECS/dhcp.spec	Sun Feb  3 20:37:48 2008
@@ -264,6 +264,9 @@
 touch $RPM_BUILD_ROOT/var/lib/%{name}/dhcpd.leases
 touch $RPM_BUILD_ROOT/var/lib/dhclient/dhclient.leases
 
+touch $RPM_BUILD_ROOT/var/lib/%{name}/dhcpd6.leases
+touch $RPM_BUILD_ROOT/var/lib/dhclient/dhclient6.leases
+
 install libdhcp4client.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig/libdhcp4client.pc
 
 %clean
@@ -335,6 +338,7 @@
 %attr(754,root,root) /etc/rc.d/init.d/dhcpd6
 %attr(750,root,root) %dir /var/lib/%{name}
 %ghost /var/lib/%{name}/dhcpd.leases
+%ghost /var/lib/%{name}/dhcpd6.leases
 %{_mandir}/man1/omshell.1*
 %{_mandir}/man5/dhcp-eval.5*
 %{_mandir}/man5/dhcp-options.5*
@@ -360,6 +364,7 @@
 %{_mandir}/man8/dhclient-script.8*
 %attr(750,root,root) %dir /var/lib/dhclient
 %ghost /var/lib/dhclient/dhclient.leases
+%ghost /var/lib/dhclient/dhclient6.leases
 
 %files relay
 %defattr(644,root,root,755)
@@ -400,6 +405,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.159  2008-02-03 19:37:48  arekm
+- touch v6 lease files
+
 Revision 1.158  2008-02-03 19:33:06  arekm
 - fix some paths
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dhcp.spec?r1=1.158&r2=1.159&f=u



More information about the pld-cvs-commit mailing list