modutils are for Linux 2.4 and no longer provided; depend on kmod

This commit is contained in:
Kay Sievers 2012-02-08 19:31:50 +01:00
commit 9aa802dccb

View file

@ -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 <kay@redhat.com> - 1.3.8-14
- modutils are for Linux 2.4 and no longer provided; depend on kmod
* Fri Jan 27 2012 Kevin Fenzi <kevin@scrye.com> 1.3.8-13
- Drop net-tools, no longer needed. Fixes bug #784803
- Add /dev/shm/spice.* to whitelist. Fixes bug #784882