From f1ea1eadfc201d572a61b5258b4b837a85489dff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Mon, 7 Oct 2024 09:52:18 +0200 Subject: [PATCH] Fix executable symlink https://bugzilla.redhat.com/show_bug.cgi?id=2316833 --- clang18.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/clang18.spec b/clang18.spec index cf286b5..908afec 100644 --- a/clang18.spec +++ b/clang18.spec @@ -75,7 +75,7 @@ Name: %pkg_name Version: %{clang_version}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}} -Release: 4%{?dist} +Release: 5%{?dist} Summary: A C language family front-end for LLVM License: Apache-2.0 WITH LLVM-exception OR NCSA @@ -506,7 +506,7 @@ for f in %{buildroot}/%{install_bindir}/*; do done # Add clang++-{version} symlink -ln -s ../../%{install_bindir}/clang++ %{buildroot}%{install_bindir}/clang++-%{maj_ver} +ln -s clang++ %{buildroot}%{install_bindir}/clang++-%{maj_ver} %endif @@ -738,6 +738,10 @@ LD_LIBRARY_PATH=%{buildroot}/%{install_libdir} %{__ninja} check-all -C %{__cmake %endif %changelog +* Mon Oct 07 2024 Timm Bäder - 18.1.8-5 +- Fix clang++-18 symlink location +- https://bugzilla.redhat.com/show_bug.cgi?id=2316833 + * Fri Oct 04 2024 Timm Bäder - 18.1.8-4 - Update to 18.1.8