Add explicit Requires for llvm-libs and clang-libs

This commit is contained in:
Tom Stellard 2017-03-21 19:08:03 +00:00
parent 471c3eb484
commit 37f688617f
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: lldb
Version: 3.9.1
Release: 1%{?dist}.1
Release: 1%{?dist}.2
Summary: Next generation high-performance debugger
License: NCSA
@ -21,6 +21,9 @@ BuildRequires: libffi-devel
BuildRequires: zlib-devel
BuildRequires: libxml2-devel
Requires: llvm-libs = %{version}
Requires: clang-libs = %{version}
%description
LLDB is a next generation, high-performance debugger. It is built as a set
of reusable components which highly leverage existing libraries in the
@ -118,6 +121,9 @@ rm -f %{buildroot}%{python_sitearch}/six.*
%{python_sitearch}/lldb
%changelog
* Tue Mar 21 2017 Tom Stellard <tstellar@redhat.com> - 3.9.1-1.2
- Add explicit Requires for llvm-libs and clang-libs
* Fri Mar 17 2017 Tom Stellard <tstellar@redhat.org> - 3.9.1-1.1
- Adjust python sys.path so lldb can find readline.so