[RHEL only] %if statement change to be included only in RHEL or CentOS
Related to previous commit: 2b4b0b3a91
This commit is contained in:
parent
2b4b0b3a91
commit
7f398b17c0
@ -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
|
# Downstream patches for RHEL -- patches that we keep only in RHEL for various
|
||||||
# --------------------------- reasons, but are not enabled in Fedora:
|
# --------------------------- reasons, but are not enabled in Fedora:
|
||||||
%if %{undefined fedora}
|
%if %{defined rhel} || %{defined centos}
|
||||||
Patch200: tcsh-6.19.00-tcsh-posix-status.patch
|
Patch200: tcsh-6.19.00-tcsh-posix-status.patch
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user