From 2b4b0b3a91bf267518812e361373490afc82f80f Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Mon, 27 Jun 2016 14:51:00 +0200 Subject: [PATCH] [RHEL only] update the specfile for automatic inclusion of RHEL patches Related to previous commit: 2c4aecb6964ebb7f3b3200543e682dc292109a23 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. --- tcsh.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tcsh.spec b/tcsh.spec index 5de7b5c..da0cf16 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -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