From 37dcec89963f9f6138aac3f402685ec0c7debd56 Mon Sep 17 00:00:00 2001 From: tiwek Date: Sun, 24 Aug 2003 17:36:30 +0000 Subject: [PATCH] - use /bin/bash for script instead /bin/sh (PLD specific) Changed files: chkrootkit.spec -> 1.30 --- chkrootkit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chkrootkit.spec b/chkrootkit.spec index 4b6cb72..abb811d 100644 --- a/chkrootkit.spec +++ b/chkrootkit.spec @@ -2,7 +2,7 @@ Summary: chkrootkit - locally checks for signs of a rootkit Summary(pl): chkrootkit - narzêdzie do lokalnego szukania oznak rootkitów Name: chkrootkit Version: 0.41 -Release: 1 +Release: 2 License: AMS (BSD like; look at COPYRIGHT) Group: Applications/Networking Source0: ftp://sunsite.icm.edu.pl/pub/unix/security/chkrootkit/%{name}-%{version}.tar.gz @@ -13,9 +13,11 @@ Patch0: %{name}-CC.patch Patch1: %{name}-nostrip.patch Patch2: %{name}-names.patch Patch3: %{name}-wtmp.patch +Patch4: %{name}-usebash.patch URL: http://www.chkrootkit.org/ BuildRequires: glibc-static Requires: binutils +Requires: bash BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -50,6 +52,7 @@ rootkit %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build CC=%{__cc} -- 2.44.0