rpms/sectool/devel sectool-0.9.1-cronieReq.patch, NONE, 1.1 sectool.spec, 1.18, 1.19

Peter Vrabec pvrabec at fedoraproject.org
Thu Oct 23 12:42:21 UTC 2008


Author: pvrabec

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

Modified Files:
	sectool.spec 
Added Files:
	sectool-0.9.1-cronieReq.patch 
Log Message:
- add missing requirement (468033)
- fix deps of cron test (468033)



sectool-0.9.1-cronieReq.patch:

--- NEW FILE sectool-0.9.1-cronieReq.patch ---
diff -up sectool-0.9.1/tests/12_cron.dsc.cronieReq sectool-0.9.1/tests/12_cron.dsc
--- sectool-0.9.1/tests/12_cron.dsc.cronieReq	2008-10-23 14:10:21.000000000 +0200
+++ sectool-0.9.1/tests/12_cron.dsc	2008-10-23 14:10:34.000000000 +0200
@@ -6,6 +6,7 @@ DESCRIPTION="Basic crontab checking.
              permissions of cron related dirs and commands listed in crontab."
 LEVELS="1 2 3 4 5"
 GROUPS="daemons"
+REQUIRES="cronie"
 AUTHOR="Daniel Kopecek <dkopecek at redhat.com>"
 
 [DEFAULT]


Index: sectool.spec
===================================================================
RCS file: /cvs/extras/rpms/sectool/devel/sectool.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sectool.spec	22 Oct 2008 12:20:25 -0000	1.18
+++ sectool.spec	23 Oct 2008 12:41:50 -0000	1.19
@@ -1,13 +1,14 @@
 Summary: A security audit system and intrusion detection system
 Name: sectool
 Version: 0.9.1
-Release: 1
+Release: 2
 URL: https://hosted.fedoraproject.org/sectool/wiki/WikiStart
 Source0: %{name}-%{version}.tar.bz2
 Source1: sectool.log
+Patch1: sectool-0.9.1-cronieReq.patch
 License: GPLv2+
 Group: Applications/System
-Requires: gettext coreutils  libselinux
+Requires: gettext coreutils which libselinux
 Requires: python2 rpm-python libselinux-python
 BuildRequires: desktop-file-utils gettext intltool rpm-devel asciidoc libselinux-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -32,6 +33,7 @@
 
 %prep
 %setup -q
+%patch1 -p1 -b .cronieReq
 
 %build
 make %{?_smp_mflags}
@@ -96,6 +98,10 @@
 
 
 %changelog
+* Thu Oct 23 2008 Peter Vrabec <pvrabec at redhat.com> - 0.9.1-2
+- add missing requirement (468033)
+- fix deps of cron test (468033)
+
 * Wed Oct 22 2008 Peter Vrabec <pvrabec at redhat.com> - 0.9.1-1
 - upgrade, bugfix release
 




More information about the fedora-extras-commits mailing list