[setroubleshoot] Remove requires for notify-python and yum

Daniel J Walsh dwalsh at fedoraproject.org
Tue Jan 7 22:24:41 UTC 2014


commit 05a8fc5fc8386e5f46c3fbaf47c807a33c67569e
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Tue Jan 7 17:24:46 2014 -0500

    Remove requires for notify-python and yum

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


More information about the scm-commits mailing list