From 967d1e9cb7ee6afbb33a7cd13c2ac3941467a02a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Wed, 13 Oct 2021 10:54:26 +0200 Subject: [PATCH] Change a %bcond usage to %without --- clang.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang.spec b/clang.spec index 44a6553..0dfef87 100644 --- a/clang.spec +++ b/clang.spec @@ -84,7 +84,7 @@ Source1: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{clang_ Source2: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{clang_version}%{?rc_ver:-rc%{rc_ver}}/%{clang_tools_srcdir}.tar.xz.sig %endif Source4: tstellar-gpg-key.asc -%if !0%{?compat_build} +%if %{without compat_build} Source5: macros.%{name} %endif