[RHEL only] update the specfile for automatic inclusion of RHEL patches
Related to previous commit: 2c4aecb696
NOTE: We are using %{undefined fedora} macro instead of %{defined rhel},
because we want to make sure that even CentOS maintainers can build
this package correctly and without need for manual correction.
This commit is contained in:
parent
2c4aecb696
commit
2b4b0b3a91
@ -65,9 +65,12 @@ Patch030: tcsh-6.19.00-030-new-testcases-for-testsuite.patch
|
||||
# ------------------
|
||||
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:
|
||||
#Patch200: tcsh-6.19.00-tcsh-posix-status.patch
|
||||
%if %{undefined fedora}
|
||||
Patch200: tcsh-6.19.00-tcsh-posix-status.patch
|
||||
%endif
|
||||
|
||||
|
||||
# Patches to be removed -- deprecated functionality which shall be removed at
|
||||
|
Loading…
Reference in New Issue
Block a user