From 0aa1942cbc7525e6fcce0d618a7a24783a8b29c5 Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Thu, 29 Apr 2021 00:38:17 +0200 Subject: [PATCH] Provide default empty value for exec_suffix when not in compat mode --- llvm.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/llvm.spec b/llvm.spec index b3ebe01..3ae7e01 100644 --- a/llvm.spec +++ b/llvm.spec @@ -33,6 +33,7 @@ %global install_libdir %{_libdir} %global pkg_bindir %{_bindir} %global pkg_libdir %{install_libdir} +%global exec_suffix %{nil} %endif %if 0%{?rhel} @@ -47,7 +48,7 @@ Name: %{pkg_name} Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}} -Release: 3%{?dist} +Release: 4%{?dist} Summary: The Low Level Virtual Machine License: NCSA @@ -542,6 +543,9 @@ fi %endif %changelog +* Tue Apr 27 2021 sguelton@redhat.com - 12.0.0-4 +- Provide default empty value for exec_suffix when not in compat mode + * Tue Apr 27 2021 sguelton@redhat.com - 12.0.0-3 - Fix llvm-config install