[RHEL only] %if statement change to be included only in RHEL or CentOS

Related to previous commit: 2b4b0b3a91
This commit is contained in:
David Kaspar [Dee'Kej] 2016-07-18 12:19:39 +02:00
parent 2b4b0b3a91
commit 7f398b17c0

View File

@ -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