Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
6b0d51a708 |
@ -495,11 +495,11 @@ for f in %{buildroot}/%{install_bindir}/*; do
|
||||
if echo $filename | grep -e '%{maj_ver}'; then
|
||||
continue
|
||||
fi
|
||||
ln -s ../../%{install_bindir}/$filename %{buildroot}/%{_bindir}/$filename-%{maj_ver}
|
||||
ln -s ../../..%{install_bindir}/$filename %{buildroot}/%{_bindir}/$filename-%{maj_ver}
|
||||
done
|
||||
|
||||
# Add clang++-{version} symlink
|
||||
ln -s clang++ %{buildroot}%{install_bindir}/clang++-%{maj_ver}
|
||||
ln -s ../../..%{install_bindir}/clang++ %{buildroot}%{install_bindir}/clang++-%{maj_ver}
|
||||
|
||||
%endif
|
||||
|
||||
@ -732,7 +732,7 @@ LD_LIBRARY_PATH=%{buildroot}/%{install_libdir} %{__ninja} check-all -C %{__cmake
|
||||
%endif
|
||||
%changelog
|
||||
* Mon Oct 07 2024 Timm Bäder <tbaeder@redhat.com> - 18.1.8-5
|
||||
- Fix clang++-18 symlink location
|
||||
- Fix executable symlink location
|
||||
- https://bugzilla.redhat.com/show_bug.cgi?id=2316833
|
||||
|
||||
* Fri Oct 04 2024 Timm Bäder <tbaeder@redhat.com> - 18.1.8-4
|
||||
|
Loading…
Reference in New Issue
Block a user