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 be64a97610
commit 71df412449
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: lldb
Version: 3.9.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Next generation high-performance debugger
License: NCSA
@ -23,6 +23,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
@ -121,6 +124,9 @@ rm -f %{buildroot}%{python_sitearch}/six.*
%{python_sitearch}/lldb
%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
- Adjust python sys.path so lldb can find readline.so