Add explicit Requires for llvm-libs and clang-libs
This commit is contained in:
parent
be64a97610
commit
71df412449
@ -1,6 +1,6 @@
|
|||||||
Name: lldb
|
Name: lldb
|
||||||
Version: 3.9.1
|
Version: 3.9.1
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Next generation high-performance debugger
|
Summary: Next generation high-performance debugger
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
@ -23,6 +23,9 @@ BuildRequires: libffi-devel
|
|||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-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
|
||||||
@ -121,6 +124,9 @@ rm -f %{buildroot}%{python_sitearch}/six.*
|
|||||||
%{python_sitearch}/lldb
|
%{python_sitearch}/lldb
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 21 2017 Tom Stellard <tstellar@redhat.com> - 3.9.1-4
|
||||||
|
- Add explicit Requires for llvm-libs and clang-libs
|
||||||
|
|
||||||
* Fri Mar 17 2017 Tom Stellard <tstellar@redhat.org> - 3.9.1-3
|
* Fri Mar 17 2017 Tom Stellard <tstellar@redhat.org> - 3.9.1-3
|
||||||
- Adjust python sys.path so lldb can find readline.so
|
- Adjust python sys.path so lldb can find readline.so
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user