fix requires for plugins
This commit is contained in:
parent
856ee8d08c
commit
8ffc8418df
@ -1,7 +1,7 @@
|
|||||||
Summary: Helps troubleshoot SELinux problems
|
Summary: Helps troubleshoot SELinux problems
|
||||||
Name: setroubleshoot
|
Name: setroubleshoot
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: https://hosted.fedoraproject.org/projects/setroubleshoot
|
URL: https://hosted.fedoraproject.org/projects/setroubleshoot
|
||||||
@ -102,7 +102,7 @@ touch %{buildroot}%{pkgvardatadir}/email_alert_recipients
|
|||||||
Summary: SELinux troubleshoot server
|
Summary: SELinux troubleshoot server
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
|
|
||||||
Requires: %{name}-plugins
|
Requires: %{name}-plugins >= 2.0.0
|
||||||
Requires: audit >= 1.2.6-3
|
Requires: audit >= 1.2.6-3
|
||||||
Requires: audit-libs-python >= 1.2.6-3
|
Requires: audit-libs-python >= 1.2.6-3
|
||||||
Requires: libselinux >= 1.30.15-1
|
Requires: libselinux >= 1.30.15-1
|
||||||
@ -185,6 +185,9 @@ rm -rf %{buildroot}
|
|||||||
%attr(0755,root,root) /etc/rc.d/init.d/%{name}
|
%attr(0755,root,root) /etc/rc.d/init.d/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Dec 28 2007 <jdennis@redhat.com> - 2.0.0-1
|
||||||
- prepare for v2 test release
|
- prepare for v2 test release
|
||||||
- Completed most work for version 2 of setroubleshoot, prepare for test release
|
- Completed most work for version 2 of setroubleshoot, prepare for test release
|
||||||
|
Loading…
Reference in New Issue
Block a user