From d9e03a75c7888e66e9fae7e4ea222674b915315b Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 20 Aug 2009 19:17:26 +0000 Subject: [PATCH] - Turn on libpcap --- setroubleshoot.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index a692ab8..acd2d00 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,7 +1,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 2.2.21 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/System URL: https://fedorahosted.org/setroubleshoot @@ -9,6 +9,7 @@ Source0: %{name}-%{version}.tar.gz Source2: setroubleshoot.logrotate BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl-XML-Parser +BuildRequires: libpcap-devel BuildRequires: intltool gettext python BuildRequires: desktop-file-utils dbus-devel gtk2-devel libnotify-devel audit-libs-devel libselinux-devel polkit-devel Requires: %{name}-server = %{version}-%{release} @@ -20,7 +21,7 @@ Requires: python-bugzilla python-slip-dbus Requires: polkit Requires: gnome-python2-gnomekeyring Requires(post): /usr/bin/update-desktop-database -Requires(post): dbus +Requires(post): dbus libpcap Requires(postun): /usr/bin/update-desktop-database Requires(postun): dbus Requires: notify-python @@ -209,6 +210,9 @@ Setroubleshoot documentation package %doc %{pkgdocdir} %changelog +* Thu Aug 20 2009 Dan Walsh - 2.2.21-2 +- Turn on libpcap + * Tue Aug 18 2009 Dan Walsh - 2.2.21-1 - Turn on copy to clipboard button