rpms/dhcp/devel dhcp.spec,1.125,1.126

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Nov 16 20:31:16 UTC 2006


Author: dcantrel

Update of /cvs/dist/rpms/dhcp/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15744

Modified Files:
	dhcp.spec 
Log Message:
- Set permission of libdhcp4client.so.1 to 0755 (#215910)



Index: dhcp.spec
===================================================================
RCS file: /cvs/dist/rpms/dhcp/devel/dhcp.spec,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- dhcp.spec	14 Nov 2006 21:04:46 -0000	1.125
+++ dhcp.spec	16 Nov 2006 20:31:12 -0000	1.126
@@ -8,7 +8,7 @@
 Summary: DHCP (Dynamic Host Configuration Protocol) server and relay agent.
 Name:    dhcp
 Version: 3.0.5
-Release: 5%{?dist}
+Release: 6%{?dist}
 Epoch:   12
 License: distributable
 Group:   System Environment/Daemons
@@ -329,7 +329,7 @@
 %{_mandir}/man3/*
 
 %files -n libdhcp4client
-%defattr(-,root,root,-)
+%defattr(0755,root,root,0755)
 %{_libdir}/libdhcp4client.so.*
 
 %files -n libdhcp4client-devel
@@ -340,6 +340,9 @@
 %{_libdir}/libdhcp4client.so
 
 %changelog
+* Thu Nov 16 2006 David Cantrell <dcantrell at redhat.com> - 12:3.0.5-6
+- Set permission of libdhcp4client.so.1 to 0755 (#215910)
+
 * Tue Nov 14 2006 David Cantrell <dcantrell at redhat.com> - 12:3.0.5-5
 - Do not link res_query.o in to libdhcp4client (#215501)
 




More information about the fedora-cvs-commits mailing list