rpms/dhcp/F-12 dhcp.spec,1.287,1.288

Jiří Popelka jpopelka at fedoraproject.org
Thu Feb 18 11:43:10 UTC 2010


Author: jpopelka

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

Modified Files:
	dhcp.spec 
Log Message:
* Thu Feb 18 2010 Jiri Popelka <jpopelka at redhat.com> - 12:4.1.1-6
- Fix installation of pm-utils script (#479639, c#16)



Index: dhcp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dhcp/F-12/dhcp.spec,v
retrieving revision 1.287
retrieving revision 1.288
diff -u -p -r1.287 -r1.288
--- dhcp.spec	8 Feb 2010 16:01:40 -0000	1.287
+++ dhcp.spec	18 Feb 2010 11:43:10 -0000	1.288
@@ -13,7 +13,7 @@
 Summary:  Dynamic host configuration protocol software
 Name:     dhcp
 Version:  %{basever}
-Release:  5%{?dist}
+Release:  6%{?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.
@@ -366,7 +366,7 @@ EOF
 
 # Install pm-utils script to handle suspend/resume and dhclient leases
 %{__mkdir} -p %{buildroot}%{_libdir}/pm-utils/sleep.d
-%{__install} -p -m 0755 %{SOURCE6} %{buildroot}%{_libdir}/pm-utils/sleep.d
+%{__install} -p -m 0755 %{SOURCE7} %{buildroot}%{_libdir}/pm-utils/sleep.d
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -500,6 +500,9 @@ fi
 %attr(0644,root,root) %{_mandir}/man3/omapi.3.gz
 
 %changelog
+* Thu Feb 18 2010 Jiri Popelka <jpopelka at redhat.com> - 12:4.1.1-6
+- Fix installation of pm-utils script (#479639, c#16)
+
 * Mon Feb 08 2010 Jiri Popelka <jpopelka at redhat.com> - 12:4.1.1-5
 - Fix dhclient-decline-backoff.patch (#562854)
 



More information about the scm-commits mailing list