From 3cb9b1982b14be0aa32f4040b2d7754c81f9885c Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Feb 20 2007 18:40:27 +0000 Subject: * Tue Feb 20 2007 Dan Walsh 2.0.2-2 - Remove Requires: %{name}-plugins --- diff --git a/policycoreutils.spec b/policycoreutils.spec index 6052815..52cfd4d 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -6,7 +6,7 @@ Summary: SELinux policy core utilities. Name: policycoreutils Version: 2.0.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: System Environment/Base Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz @@ -25,7 +25,6 @@ Requires: /bin/mount /bin/egrep /bin/awk /usr/bin/diff /bin/rpm Requires: libsepol >= %{libsepolver} libsemanage >= %{libsemanagever} libselinux-python coreutils audit-libs-python >= %{libauditver} Requires(post): /sbin/service /sbin/chkconfig BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: %{name}-plugins %description Security-enhanced Linux is a feature of the Linux® kernel and a number @@ -182,6 +181,9 @@ fi /usr/bin/sepolgen-ifgen > /dev/null %changelog +* Tue Feb 20 2007 Dan Walsh 2.0.2-2 +- Remove Requires: %{name}-plugins + * Tue Feb 20 2007 Dan Walsh 2.0.2-1 - Update to upstream * Merged seobject exception handler fix from Caleb Case.