Remove requires for notify-python and yum

This commit is contained in:
Dan Walsh 2014-01-07 17:24:46 -05:00
parent dc5526b3dc
commit 05a8fc5fc8

View File

@ -1,7 +1,7 @@
Summary: Helps troubleshoot SELinux problems Summary: Helps troubleshoot SELinux problems
Name: setroubleshoot Name: setroubleshoot
Version: 3.2.16 Version: 3.2.16
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
URL: https://fedorahosted.org/setroubleshoot URL: https://fedorahosted.org/setroubleshoot
@ -17,12 +17,10 @@ Requires: %{name}-server = %{version}-%{release}
Requires: pygtk2-libglade >= 2.9.2 Requires: pygtk2-libglade >= 2.9.2
Requires: gtk2 Requires: gtk2
Requires: libreport-gtk, libreport-python Requires: libreport-gtk, libreport-python
Requires: yum
Requires(post): desktop-file-utils Requires(post): desktop-file-utils
Requires(post): dbus Requires(post): dbus
Requires(postun): desktop-file-utils Requires(postun): desktop-file-utils
Requires(postun): dbus Requires(postun): dbus
Requires: notify-python
BuildRequires: xdg-utils BuildRequires: xdg-utils
Requires: xdg-utils Requires: xdg-utils
@ -170,6 +168,9 @@ rm -rf %{buildroot}
%{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service %{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service
%changelog %changelog
* Tue Jan 7 2014 Dan Walsh <dwalsh@redhat.com> - 3.2.16-2
- Remove requires for notify-python and yum
* Thu Jan 2 2014 Dan Walsh <dwalsh@redhat.com> - 3.2.16-1 * Thu Jan 2 2014 Dan Walsh <dwalsh@redhat.com> - 3.2.16-1
- Don't error out on no policy installed - Don't error out on no policy installed
- Update translations. - Update translations.