From 9aa802dccbeff044a905bf01334f144fc170db8a Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Wed, 8 Feb 2012 19:31:50 +0100 Subject: [PATCH] modutils are for Linux 2.4 and no longer provided; depend on kmod --- rkhunter.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rkhunter.spec b/rkhunter.spec index a891179..8c80be9 100644 --- a/rkhunter.spec +++ b/rkhunter.spec @@ -1,6 +1,6 @@ Name: rkhunter Version: 1.3.8 -Release: 13%{?dist} +Release: 14%{?dist} Summary: A host-based tool to scan for rootkits, backdoors and local exploits Group: Applications/System @@ -17,7 +17,7 @@ Patch2: rkhunter-1.3.8-ifs.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: coreutils, binutils, modutils, findutils, grep +Requires: coreutils, binutils, kmod, findutils, grep Requires: e2fsprogs, procps, lsof, iproute, wget Requires: perl, perl(strict), perl(IO::Socket), mailx, logrotate @@ -101,6 +101,9 @@ EOF %{_mandir}/man8/* %changelog +* Wed Feb 8 2012 Kay Sievers - 1.3.8-14 +- modutils are for Linux 2.4 and no longer provided; depend on kmod + * Fri Jan 27 2012 Kevin Fenzi 1.3.8-13 - Drop net-tools, no longer needed. Fixes bug #784803 - Add /dev/shm/spice.* to whitelist. Fixes bug #784882