From 7f398b17c0016383189ea21c7daab22ee7b43cd0 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Mon, 18 Jul 2016 12:19:39 +0200 Subject: [PATCH] [RHEL only] %if statement change to be included only in RHEL or CentOS Related to previous commit: 2b4b0b3a91bf267518812e361373490afc82f80f --- tcsh.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcsh.spec b/tcsh.spec index da0cf16..3ac697b 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -68,7 +68,7 @@ Patch100: tcsh-6.19.00-manpage-memoryuse.patch # Downstream patches for RHEL -- patches that we keep only in RHEL for various # --------------------------- reasons, but are not enabled in Fedora: -%if %{undefined fedora} +%if %{defined rhel} || %{defined centos} Patch200: tcsh-6.19.00-tcsh-posix-status.patch %endif