rpms/rkhunter/devel rkhunter.spec,1.18,1.19

Kevin Fenzi kevin at fedoraproject.org
Fri Jan 2 23:29:51 UTC 2009


Author: kevin

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

Modified Files:
	rkhunter.spec 
Log Message:
Update to 1.3.4
Use libdir as tmp dir - bug #456340



Index: rkhunter.spec
===================================================================
RCS file: /cvs/extras/rpms/rkhunter/devel/rkhunter.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- rkhunter.spec	14 Dec 2008 01:20:11 -0000	1.18
+++ rkhunter.spec	2 Jan 2009 23:29:21 -0000	1.19
@@ -1,16 +1,15 @@
 Name:           rkhunter
-Version:        1.3.2
-Release:        6%{?dist}
+Version:        1.3.4
+Release:        1%{?dist}
 Summary:        A host-based tool to scan for rootkits, backdoors and local exploits
 
 Group:          Applications/System
 License:        GPLv2+
 URL:            http://rkhunter.sourceforge.net/
-Source0:        http://downloads.sourceforge.net/rkhunter/rkhunter-1.3.2.tar.gz
-Source1:        http://downloads.sourceforge.net/rkhunter/rkhunter-1.3.2.tar.gz.sha1.txt
+Source0:        http://downloads.sourceforge.net/rkhunter/rkhunter-%{version}.tar.gz
+Source1:        http://downloads.sourceforge.net/rkhunter/rkhunter-%{version}.tar.gz.sha1.txt
 Source2:        01-rkhunter
 Source3:        rkhunter.sysconfig
-Patch0:		rkhunter-1.3.2-debugtmp.patch
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -29,7 +28,7 @@
 
 %{__perl} -pi.0001 -e '
 	s|^#(MAIL-ON-WARNING=).+$|$1root\@localhost|;
-	s|^#(TMPDIR=).+$|$1%{_var}/run/%{name}|;
+	s|^#(TMPDIR=).+$|$1%{_var}/lib/%{name}|;
 	s|^#(DBDIR=).+$|$1%{_var}/lib/%{name}/db|;
 	s|^#(SCRIPTDIR=).+$|$1%{_datadir}/%{name}/scripts|;
 	s|^#(PKGMGR=).+$|$1RPM|;
@@ -70,8 +69,6 @@
 }
 EOF
 
-%patch0 -p1
-
 %build
 # Nothing to be built
 
@@ -139,6 +136,10 @@
 %{_mandir}/man8/*
 
 %changelog
+* Fri Jan 02 2009 Kevin Fenzi <kevin at tummy.com> - 1.3.4-1
+- Update to 1.3.4
+- Use libdir as tmp dir - bug #456340
+
 * Sat Dec 13 2008 Kevin Fenzi <kevin at tummy.com> - 1.3.2-6
 - Fix cron job sending as attachment - bug #472679
 - Fix cron job trying to send with colors - bug #475916




More information about the fedora-extras-commits mailing list