rpms/dhcp/F-13 dhcp.spec,1.292,1.293

Jiří Popelka jpopelka at fedoraproject.org
Fri Feb 19 17:38:18 UTC 2010


Author: jpopelka

Update of /cvs/pkgs/rpms/dhcp/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23509

Modified Files:
	dhcp.spec 
Log Message:
* Fri Feb 19 2010 Jiri Popelka <jpopelka at redhat.com> - 12:4.1.1-9
- Fix pm-utils/sleep.d/ directory ownership conflict



Index: dhcp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/F-13/dhcp.spec,v
retrieving revision 1.292
retrieving revision 1.293
diff -u -p -r1.292 -r1.293
--- dhcp.spec	18 Feb 2010 11:49:36 -0000	1.292
+++ dhcp.spec	19 Feb 2010 17:38:18 -0000	1.293
@@ -13,7 +13,7 @@
 Summary:  Dynamic host configuration protocol software
 Name:     dhcp
 Version:  %{basever}
-Release:  8%{?dist}
+Release:  9%{?dist}
 # NEVER CHANGE THE EPOCH on this package.  The previous maintainer (prior to
 # dcantrell maintaining the package) made incorrect use of the epoch and
 # that's why it is at 12 now.  It should have never been used, but it was.
@@ -480,7 +480,7 @@ fi
 %dir %{_localstatedir}/lib/dhclient
 /sbin/dhclient
 /sbin/dhclient-script
-%{_libdir}/pm-utils
+%attr(0755,root,root) %{_libdir}/pm-utils/sleep.d/56dhclient
 %attr(0644,root,root) %{_mandir}/man5/dhclient.conf.5.gz
 %attr(0644,root,root) %{_mandir}/man5/dhclient.leases.5.gz
 %attr(0644,root,root) %{_mandir}/man8/dhclient.8.gz
@@ -500,6 +500,9 @@ fi
 %attr(0644,root,root) %{_mandir}/man3/omapi.3.gz
 
 %changelog
+* Fri Feb 19 2010 Jiri Popelka <jpopelka at redhat.com> - 12:4.1.1-9
+- Fix pm-utils/sleep.d/ directory ownership conflict
+
 * Thu Feb 18 2010 Jiri Popelka <jpopelka at redhat.com> - 12:4.1.1-8
 - Fix installation of pm-utils script (#479639, c#16)
 



More information about the scm-commits mailing list