Compare commits

..

3 Commits
rawhide ... f41

Author SHA1 Message Date
Timm Bäder
f1ea1eadfc Fix executable symlink
https://bugzilla.redhat.com/show_bug.cgi?id=2316833
2024-10-09 12:05:18 +02:00
Timm Bäder
127e300f3c Update to 18.1.8 2024-10-09 12:05:01 +02:00
Timm Bäder
291b196315 Add conflicts with next major version of non-compat package 2024-09-27 19:10:14 +02:00

View File

@ -184,6 +184,10 @@ BuildRequires: perl(Sys::Hostname)
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
%if %{with compat_build}
Conflicts: clang = %{maj_ver}
%endif
# clang requires gcc, clang++ requires libstdc++-devel
# - https://bugzilla.redhat.com/show_bug.cgi?id=1021645
# - https://bugzilla.redhat.com/show_bug.cgi?id=1158594
@ -218,6 +222,9 @@ Recommends: libatomic%{?_isa}
# with -fopenmp.
Recommends: libomp%{sub_pkg_suffix}-devel%{_isa} = %{version}
Recommends: libomp%{sub_pkg_suffix}%{_isa} = %{version}
%if %{with compat_build}
Conflicts: clang-libs = %{maj_ver}
%endif
%description libs
Runtime library for clang.