From a22b3d2717c49110fa16476650052071d42f6270 Mon Sep 17 00:00:00 2001 From: yangsheng Date: Thu, 2 Jul 2009 15:36:00 +0000 Subject: [PATCH] Branch b1_8 b=19969 Fixed for rpm install dependencies failed. --- lustre.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre.spec.in b/lustre.spec.in index 84769fe..30fdce8 100644 --- a/lustre.spec.in +++ b/lustre.spec.in @@ -6,7 +6,7 @@ %define is_client %(bash -c "if [[ %{lustre_name} = *-client ]]; then echo -n '1'; else echo -n '0'; fi") # for those uses that don't want the -smp/-bigsmp on the end of %kversion -%define krequires %(bash -c "echo %{kversion} | sed -e 's/-[^0-9]*smp$//'") +%define krequires %(bash -c "echo %{kversion} | sed -e 's/-smp$//' -e 's/-bigsmp$//' -e 's/-ppc64$//' -e 's/-default$//'") Summary: Lustre File System Name: %{lustre_name} -- 1.8.3.1