From 23e411ea39302bb487d6d2d1e48bb96d94ab0e35 Mon Sep 17 00:00:00 2001 From: David Smith Date: Thu, 13 Mar 2014 09:18:40 -0500 Subject: [PATCH] Don't bother requiring a specific kernel, even on RHEL4. --- systemtap.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/systemtap.spec b/systemtap.spec index e914b0b88..ce84b1a66 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -202,9 +202,6 @@ Summary: Programmable system-wide instrumentation system - development headers, Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -%if 0%{?rhel} == 4 -Requires: kernel >= 2.6.9-11 -%endif # Alternate kernel packages kernel-PAE-devel et al. have a virtual # provide for kernel-devel, so this requirement does the right thing, # at least past RHEL4. @@ -226,9 +223,6 @@ Summary: Programmable system-wide instrumentation system - runtime Group: Development/System License: GPLv2+ URL: http://sourceware.org/systemtap/ -%if 0%{?rhel} == 4 -Requires: kernel >= 2.6.9-11 -%endif Requires(pre): shadow-utils %description runtime -- 2.43.5