Drop explicit dependencies for llvm-libs and clang-libs
This commit is contained in:
parent
2c45db93d4
commit
50b8628537
@ -1,6 +1,6 @@
|
|||||||
Name: lldb
|
Name: lldb
|
||||||
Version: 5.0.1
|
Version: 5.0.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Next generation high-performance debugger
|
Summary: Next generation high-performance debugger
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
@ -20,9 +20,6 @@ BuildRequires: zlib-devel
|
|||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libedit-devel
|
BuildRequires: libedit-devel
|
||||||
|
|
||||||
Requires: llvm-libs = %{version}
|
|
||||||
Requires: clang-libs = %{version}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
LLDB is a next generation, high-performance debugger. It is built as a set
|
LLDB is a next generation, high-performance debugger. It is built as a set
|
||||||
of reusable components which highly leverage existing libraries in the
|
of reusable components which highly leverage existing libraries in the
|
||||||
@ -123,6 +120,9 @@ mv -v %{buildroot}{%{_bindir},%{_libdir}}/liblldb-intel-mpxtable.so
|
|||||||
%{python_sitearch}/lldb
|
%{python_sitearch}/lldb
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 25 2018 Tom Stellard <tstellar@redhat.com> - 5.0.1-2
|
||||||
|
- Drop explicit dependencies for llvm-libs and clang-libs
|
||||||
|
|
||||||
* Thu Dec 21 2017 Tom Stellard <tstellar@redhat.com> - 5.0.1-1
|
* Thu Dec 21 2017 Tom Stellard <tstellar@redhat.com> - 5.0.1-1
|
||||||
- 5.0.1 Release
|
- 5.0.1 Release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user