From 15eacb3329fe993eb682ec35a60d2e3db8c29cad Mon Sep 17 00:00:00 2001 From: Tulio Magno Quites Machado Filho Date: Wed, 16 Aug 2023 13:54:03 -0300 Subject: [PATCH] Apply rhel-specific patch on snapshot builds Despite not testing on snapshot builds on RHEL, it's a good practice to have the code ready for that. --- llvm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm.spec b/llvm.spec index db3df0a..b8a1e46 100644 --- a/llvm.spec +++ b/llvm.spec @@ -111,10 +111,10 @@ Source6: release-keys.asc # Backport of https://reviews.llvm.org/D156379 from LLVM 18. Patch1: D156379.diff +%endif # RHEL-specific patch to avoid unwanted recommonmark dep Patch101: 0101-Deactivate-markdown-doc.patch -%endif BuildRequires: gcc BuildRequires: gcc-c++