diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 1a5a7db..431b376 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,7 +1,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.2.3 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/System URL: https://fedorahosted.org/setroubleshoot @@ -102,7 +102,6 @@ Requires: %{name}-plugins >= 3.0.14 Requires: audit >= 1.2.6-3 Requires: audit-libs-python >= 1.2.6-3 Requires: libxml2-python -Requires: setools-libs-python >= 3.3.7-19 Requires: rpm-python Requires: libselinux-python >= 2.1.5-1 Requires: policycoreutils-devel @@ -182,6 +181,9 @@ rm -rf %{buildroot} %{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service %changelog +* Tue Mar 26 2013 Dan Walsh - 3.2.3-2 +- Remove requirement for setools-libs-python, no longer needed. + * Fri Feb 15 2013 Dan Walsh - 3.2.3-1 - Update Translations - Fix audit2allow -R output to actually work.