From 2d42da852bb0205c76364626e9c65ff02ad4ce55 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Wed, 26 Aug 2009 19:29:18 +0000 Subject: [PATCH] - Do not require policycoreutils for post scriptlet (#519479) --- dhcp.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dhcp.spec b/dhcp.spec index 4714f1c..4a0d061 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -13,7 +13,7 @@ Summary: Dynamic host configuration protocol software Name: dhcp Version: %{basever}p1 -Release: 6%{?dist} +Release: 7%{?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. @@ -66,7 +66,6 @@ BuildRequires: libcap-ng-devel Requires(post): chkconfig Requires(post): coreutils -Requires(post): policycoreutils Requires(preun): chkconfig Requires(preun): initscripts Requires(postun): initscripts @@ -476,6 +475,9 @@ fi %attr(0644,root,root) %{_mandir}/man3/omapi.3.gz %changelog +* Wed Aug 26 2009 David Cantrell - 12:4.1.0p1-7 +- Do not require policycoreutils for post scriptlet (#519479) + * Fri Aug 21 2009 David Cantrell - 12:4.1.0p1-6 - BR libcap-ng-devel (#517649)