From 79558e431840128ab5f3be7c9f015f0af8989193 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 31 Aug 2009 13:18:16 +0000 Subject: [PATCH] - Add PackageKit requires --- setroubleshoot.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 8e98c76..ca102aa 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,7 +1,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 2.2.23 -Release: 1%{?dist} +Release: 3%{?dist} License: GPLv2+ Group: Applications/System URL: https://fedorahosted.org/setroubleshoot @@ -17,7 +17,7 @@ Requires: %{name}-plugins >= 2.0.4 Requires: pygtk2 >= 2.9.2 Requires: gnome-python2-gnome, gnome-python2-canvas Requires: gnome-python2-gtkhtml2 -Requires: python-bugzilla python-slip-dbus +Requires: python-bugzilla Requires: polkit Requires: gnome-python2-gnomekeyring Requires(post): /usr/bin/update-desktop-database @@ -25,6 +25,7 @@ Requires(post): dbus libpcap Requires(postun): /usr/bin/update-desktop-database Requires(postun): dbus Requires: notify-python +Requires: PackageKit %{?fc7:Requires: selinux-policy-base >= 2.6.4-45} %{?fc8:Requires: selinux-policy-base >= 3.0.7-10} %{?fc11:Requires: selinux-policy-base >= 3.6.12-48} @@ -125,6 +126,7 @@ Requires: policycoreutils-python BuildRequires: intltool gettext python BuildRequires: setools-devel >= 3.3.6-3 BuildRequires: python-devel +Requires: python-slip-dbus Requires(post): /sbin/chkconfig Requires(post): /sbin/service @@ -210,6 +212,12 @@ Setroubleshoot documentation package %doc %{pkgdocdir} %changelog +* Mon Aug 31 2009 Dan Walsh - 2.2.23-3 +- Add PackageKit requires + +* Thu Aug 27 2009 Dan Walsh - 2.2.23-2 +- Move python-slip-dbus requirement to server package + * Wed Aug 26 2009 Dan Walsh - 2.2.23-1 - Fix Permissive Domain reporting