From 8ffc8418df154ed0d9c5efe7e82dadc45903019d Mon Sep 17 00:00:00 2001 From: John Dennis Date: Fri, 28 Dec 2007 15:46:04 +0000 Subject: [PATCH] fix requires for plugins --- setroubleshoot.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 414bcdd..b6c862d 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,7 +1,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 2.0.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/System URL: https://hosted.fedoraproject.org/projects/setroubleshoot @@ -102,7 +102,7 @@ touch %{buildroot}%{pkgvardatadir}/email_alert_recipients Summary: SELinux troubleshoot server Group: Applications/System -Requires: %{name}-plugins +Requires: %{name}-plugins >= 2.0.0 Requires: audit >= 1.2.6-3 Requires: audit-libs-python >= 1.2.6-3 Requires: libselinux >= 1.30.15-1 @@ -185,6 +185,9 @@ rm -rf %{buildroot} %attr(0755,root,root) /etc/rc.d/init.d/%{name} %changelog +* Fri Dec 28 2007 - 2.0.0-2 + - fix requires for plugins + * Fri Dec 28 2007 - 2.0.0-1 - prepare for v2 test release - Completed most work for version 2 of setroubleshoot, prepare for test release