rpms/sectool/F-12 sectool.spec,1.33,1.34

Maros Barabas mbarabas at fedoraproject.org
Wed Jan 27 13:53:10 UTC 2010


Author: mbarabas

Update of /cvs/pkgs/rpms/sectool/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11086

Modified Files:
	sectool.spec 
Log Message:
Changed DBus sync call to async; removed killing python test scripts


Index: sectool.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sectool/F-12/sectool.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- sectool.spec	19 Nov 2009 13:57:23 -0000	1.33
+++ sectool.spec	27 Jan 2010 13:53:10 -0000	1.34
@@ -1,12 +1,13 @@
 Summary: A security audit system and intrusion detection system
 Name: sectool
 Version: 0.9.4
-Release: 3%{?dist}
+Release: 4%{?dist}
 URL: https://hosted.fedoraproject.org/sectool/wiki/WikiStart
 Source0: %{name}-%{version}.tar.bz2
 Source1: sectool.log
 Patch1: sectool-0.9.2-optflags.patch
 Patch2: sectool-0.9.4-pk1.patch
+Patch3: sectool-0.9.4-policykit-fix.patch
 License: GPLv2+
 Group: Applications/System
 Requires: gettext coreutils libselinux python-slip-dbus PolicyKit dbus
@@ -43,6 +44,7 @@ sectool-gui provides a GTK-based graphic
 %setup -q
 %patch1 -p1 -b .optflags
 %patch2 -p1 -b .pk1
+%patch3 -p1 -b .policykit
 
 %build
 make %{?_smp_mflags}
@@ -112,6 +114,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Nov 19 2009 Maros Barabas <mbarabas at redhat.com> - 0.9.4-4
+- change dbus sync call to async
+- removed killing python test scripts
+
 * Thu Nov 19 2009 Maros Barabas <mbarabas at redhat.com> - 0.9.4-3
 - change policy file path
 - removed usermod requirement



More information about the scm-commits mailing list