fix requires for plugins

This commit is contained in:
John Dennis 2007-12-28 15:46:04 +00:00
parent 856ee8d08c
commit 8ffc8418df
1 changed files with 5 additions and 2 deletions

View File

@ -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 <jdennis@redhat.com> - 2.0.0-2
- fix requires for plugins
* Fri Dec 28 2007 <jdennis@redhat.com> - 2.0.0-1
- prepare for v2 test release
- Completed most work for version 2 of setroubleshoot, prepare for test release