Compare commits

..

4 Commits
f41 ... rawhide

Author SHA1 Message Date
Timm Bäder
b8a3fbadef Fix executable symlink
https://bugzilla.redhat.com/show_bug.cgi?id=2316833
2024-10-09 05:16:21 +02:00
Timm Bäder
939298b124 Update to 18.1.8 2024-10-04 15:13:05 +02:00
Timm Bäder
f2ab4754f5 Add conflicts with next major version of non-compat package 2024-09-27 17:19:55 +02:00
Timm Bäder
b95ccf48cd Revert "Add Conflicts with main packages"
This reverts commit 2afe045f00.
2024-08-12 13:55:37 +02:00

View File

@ -184,10 +184,6 @@ 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
@ -222,9 +218,6 @@ 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.