rpms/sectool/devel sectool-0.9.3-ext4.patch, NONE, 1.1 sectool.spec, 1.29, 1.30

Peter Vrabec pvrabec at fedoraproject.org
Tue Jul 14 13:26:02 UTC 2009


Author: pvrabec

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

Modified Files:
	sectool.spec 
Added Files:
	sectool-0.9.3-ext4.patch 
Log Message:
handle ext4 fs in filesystem test (#510646)


sectool-0.9.3-ext4.patch:

--- NEW FILE sectool-0.9.3-ext4.patch ---
diff -up sectool-0.9.3/tests/03_filesystem.dsc.ext4 sectool-0.9.3/tests/03_filesystem.dsc
--- sectool-0.9.3/tests/03_filesystem.dsc.ext4	2009-07-14 15:18:11.472860778 +0200
+++ sectool-0.9.3/tests/03_filesystem.dsc	2009-07-14 15:18:32.558798787 +0200
@@ -15,7 +15,7 @@ GROUPS="filesystem packages selinux"
 AUTHOR="Dan Kopecek <dkopecek at redhat.com>"
 
 [DEFAULT]
-FSTYPES="ext2 ext3 reiserfs xfs"
+FSTYPES="ext2 ext3 ext4 reiserfs xfs"
 EXCLUDE="/var/lib/misc
 	 /var/lib/mock"
 INCLUDE="/bin


Index: sectool.spec
===================================================================
RCS file: /cvs/extras/rpms/sectool/devel/sectool.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- sectool.spec	3 Jun 2009 10:36:18 -0000	1.29
+++ sectool.spec	14 Jul 2009 13:26:02 -0000	1.30
@@ -1,11 +1,12 @@
 Summary: A security audit system and intrusion detection system
 Name: sectool
 Version: 0.9.3
-Release: 1%{?dist}
+Release: 2%{?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.3-ext4.patch
 License: GPLv2+
 Group: Applications/System
 Requires: gettext coreutils libselinux
@@ -36,6 +37,7 @@ sectool-gui provides a GTK-based graphic
 %prep
 %setup -q
 %patch1 -p1 -b .optflags
+%patch2 -p1 -b .ext4
 
 %build
 make %{?_smp_mflags}
@@ -100,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jul 14 2009 Peter Vrabec  <pvrabec at redhat.com> - 0.9.3-2
+- handle ext4 fs in filesystem test (#510646)
+
 * Wed Jun 03 2009 Peter Vrabec  <pvrabec at redhat.com> - 0.9.3-1
 - upgrade, bugfix release
 




More information about the fedora-extras-commits mailing list