SPECS: dhcpcd.spec - dhcpcd.sh is back (see r1.57); rel 2

glen glen at pld-linux.org
Mon Nov 26 21:52:34 CET 2007


Author: glen                         Date: Mon Nov 26 20:52:34 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- dhcpcd.sh is back (see r1.57); rel 2

---- Files affected:
SPECS:
   dhcpcd.spec (1.83 -> 1.84) 

---- Diffs:

================================================================
Index: SPECS/dhcpcd.spec
diff -u SPECS/dhcpcd.spec:1.83 SPECS/dhcpcd.spec:1.84
--- SPECS/dhcpcd.spec:1.83	Mon Nov 26 20:24:26 2007
+++ SPECS/dhcpcd.spec	Mon Nov 26 21:52:29 2007
@@ -8,7 +8,7 @@
 Summary(tr.UTF-8):	DHCPC sunucu süreçi (daemon)
 Name:		dhcpcd
 Version:	3.1.8
-Release:	1
+Release:	2
 License:	GPL v2
 Group:		Networking/Daemons
 #Source0Download: http://developer.berlios.de/project/filelist.php?group_id=4229
@@ -100,19 +100,23 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/var/lib/dhcpc
+install -d $RPM_BUILD_ROOT{%{_sysconfdir},/var/lib/dhcpc}
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT \
 	mandir=%{_mandir} \
 	sbindir=%{_sbindir}
 
+# do not put executable bit here when installing
+cp -a dhcpcd.sh $RPM_BUILD_ROOT%{_sysconfdir}/dhcpcd.sh
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog
+%attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dhcpcd.sh
 %attr(755,root,root) %{_sbindir}/dhcpcd
 %dir %{_var}/lib/dhcpc
 %{_mandir}/man8/dhcpcd.8*
@@ -123,6 +127,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.84  2007-11-26 20:52:29  glen
+- dhcpcd.sh is back (see r1.57); rel 2
+
 Revision 1.83  2007-11-26 19:24:26  shadzik
 - 3.1.8
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/dhcpcd.spec?r1=1.83&r2=1.84&f=u



More information about the pld-cvs-commit mailing list