From 50b86285379adefa89f679e4103b63201e8af373 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 25 Jan 2018 00:28:55 +0000 Subject: [PATCH] Drop explicit dependencies for llvm-libs and clang-libs --- lldb.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lldb.spec b/lldb.spec index 0d7bb9e..0f36619 100644 --- a/lldb.spec +++ b/lldb.spec @@ -1,6 +1,6 @@ Name: lldb Version: 5.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Next generation high-performance debugger License: NCSA @@ -20,9 +20,6 @@ BuildRequires: zlib-devel BuildRequires: libxml2-devel BuildRequires: libedit-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 @@ -123,6 +120,9 @@ mv -v %{buildroot}{%{_bindir},%{_libdir}}/liblldb-intel-mpxtable.so %{python_sitearch}/lldb %changelog +* Thu Jan 25 2018 Tom Stellard - 5.0.1-2 +- Drop explicit dependencies for llvm-libs and clang-libs + * Thu Dec 21 2017 Tom Stellard - 5.0.1-1 - 5.0.1 Release