From c3c9ed95a6590c496397d745dbe1bb8b3783d80a Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Tue, 13 Feb 2007 21:28:39 +0000 Subject: [PATCH] it's %rhel, not %redhat anymore --- gimp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gimp.spec b/gimp.spec index 5186b89..e571f08 100644 --- a/gimp.spec +++ b/gimp.spec @@ -10,7 +10,7 @@ # print: build the print plugin (if you don't build it externally) # convenience: install convenience symlinks -%if 0%{?fedora}%{?redhat} == 0 || 0%{?fedora} >= 5 || 0%{?redhat} >= 5 +%if 0%{?fedora}%{?rhel} == 0 || 0%{?fedora} >= 5 || 0%{?rhel} >= 5 %define _enable_modularX 0%{!?_without_modular_x:1} %define _enable_lcms 0%{!?_without_lcms:1} %else