rpms/sectool/devel sectool-0.8.6-fixDEP.patch, NONE, 1.1 sectool.spec, 1.15, 1.16

Peter Vrabec pvrabec at fedoraproject.org
Sat Sep 6 16:14:10 UTC 2008


Author: pvrabec

Update of /cvs/extras/rpms/sectool/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv858

Modified Files:
	sectool.spec 
Added Files:
	sectool-0.8.6-fixDEP.patch 
Log Message:
fix selinux DEPS, quick workaround



sectool-0.8.6-fixDEP.patch:

--- NEW FILE sectool-0.8.6-fixDEP.patch ---
diff -up sectool-0.8.6/tests/09_selinux.dsc.fixDEP sectool-0.8.6/tests/09_selinux.dsc
--- sectool-0.8.6/tests/09_selinux.dsc.fixDEP	2008-09-06 18:09:50.000000000 +0200
+++ sectool-0.8.6/tests/09_selinux.dsc	2008-09-06 18:10:20.000000000 +0200
@@ -5,7 +5,8 @@ DESCRIPTION="Checks if you have SELinux 
 NEED_DATA_DIR=1
 LEVELS="2 3 4 5"
 GROUPS="selinux"
-DEPS="getenforce libselinux-python"
+DEPS="getenforce"
+REQUIRES="libselinux-python"
 AUTHOR="Lukas Kuklinek <lkukline at redhat.com>"
 
 [DEFAULT]


Index: sectool.spec
===================================================================
RCS file: /cvs/extras/rpms/sectool/devel/sectool.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sectool.spec	5 Sep 2008 15:31:54 -0000	1.15
+++ sectool.spec	6 Sep 2008 16:13:40 -0000	1.16
@@ -1,9 +1,10 @@
 Summary: A security audit system and intrusion detection system
 Name: sectool
 Version: 0.8.6
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: https://hosted.fedoraproject.org/sectool/wiki/WikiStart
 Source0: %{name}-%{version}.tar.bz2
+Patch0: sectool-0.8.6-fixDEP.patch
 License: GPLv2+
 Group: Applications/System
 Requires: gettext coreutils  libselinux
@@ -31,6 +32,7 @@
 
 %prep
 %setup -q
+%patch0  -p1 -b .fixDEP.patch
 
 %build
 make %{?_smp_mflags}
@@ -93,6 +95,9 @@
 
 
 %changelog
+* Sat Sep 06 2008 Peter Vrabec <pvrabec at redhat.com> - 0.8.6-2
+- fix selinux DEPS, quick workaround
+
 * Fri Sep 05 2008 Peter Vrabec <pvrabec at redhat.com> - 0.8.6-1
 - upgrade, see changelog
 




More information about the fedora-extras-commits mailing list