Commit fb674de1 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmreqs: add clang/llvm support

parent f20bd6be
......@@ -38,7 +38,8 @@ filter_multiple_provides()
s|/usr/bin/wine||g
s|/usr/bin/jconsole|java-1.7.0-openjdk-devel|g
s|/sbin/modprobe||g
s|gcc-c++|gcc5-c++|g
s|gcc-c++|gcc9-c++|g
s|clang10.0-devel|clang-devel|g
s|libXcomp.so.3|nx-libs|g
s|libwine.so.1||g"
}
......@@ -189,6 +190,10 @@ control
libbeecrypt7
libX11-locales
gcc-c++
clang-devel
clang-devel-static
llvm-devel
llvm-devel-static
glib2-locales
libtic
libpasswdqc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment