- Require llvm-clang not just clang

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=386
This commit is contained in:
Ismail Dönmez 2014-09-25 10:18:33 +00:00 committed by Git OBS Bridge
parent c6f35b4086
commit 094249f2aa
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 25 10:16:50 UTC 2014 - idonmez@suse.com
- Require llvm-clang not just clang
-------------------------------------------------------------------
Wed Sep 17 11:01:31 UTC 2014 - idonmez@suse.com

View File

@ -123,7 +123,7 @@ This package contains the shared libraries needed for clang.
%package clang-devel
Summary: CLANG frontend for LLVM (devel package)
Group: Development/Languages/Other
Requires: clang = %{version}
Requires: llvm-clang = %{version}
Requires: llvm-devel = %{version}
%description clang-devel