From e343131049cbc5b07a9572d60fae5c8e4f3f9d36 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Aug 26 2009 20:10:50 +0000 Subject: - Do not require policycoreutils for post scriptlet (#519479) --- diff --git a/dhcp.spec b/dhcp.spec index 47b746a..38cb51d 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -13,7 +13,7 @@ Summary: Dynamic host configuration protocol software Name: dhcp Version: %{basever}p1 -Release: 2%{?dist} +Release: 3%{?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. @@ -62,7 +62,6 @@ BuildRequires: openldap-devel Requires(post): chkconfig Requires(post): coreutils -Requires(post): policycoreutils Requires(preun): chkconfig Requires(preun): initscripts Requires(postun): initscripts @@ -458,6 +457,9 @@ fi %attr(0644,root,root) %{_mandir}/man3/omapi.3.gz %changelog +* Wed Aug 26 2009 David Cantrell - 12:4.1.0p1-3 +- Do not require policycoreutils for post scriptlet (#519479) + * Thu Aug 06 2009 David Cantrell - 12:4.1.0p1-2 - Add /usr/lib[64]/pm-utils/sleep.d/56dhclient to handle suspend and resume with active dhclient leases (#479639)