From 269f7d5fade0633805254479913862c9b6747af2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 19 Aug 2017 09:38:55 -0400 Subject: [PATCH] Python 2 binary package renamed to python2-lldb --- lldb.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/lldb.spec b/lldb.spec index 0cff096..f62a9de 100644 --- a/lldb.spec +++ b/lldb.spec @@ -1,6 +1,6 @@ Name: lldb Version: 4.0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Next generation high-performance debugger License: NCSA @@ -40,12 +40,13 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %description devel The package contains header files for the LLDB debugger. -%package -n python-lldb +%package -n python2-lldb +%{?python_provide:%python_provide python2-lldb} Summary: Python module for LLDB BuildRequires: python2-devel Requires: python2-six -%description -n python-lldb +%description -n python2-lldb The package contains the LLDB Python module. %prep @@ -119,10 +120,14 @@ rm -f %{buildroot}%{python_sitearch}/six.* %{_includedir}/lldb %{_libdir}/*.so -%files -n python-lldb +%files -n python2-lldb %{python_sitearch}/lldb %changelog +* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 4.0.1-4 +- Python 2 binary package renamed to python2-lldb + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Mon Jul 31 2017 Jan Kratochvil - 4.0.1-3 - Backport lldb r303907 Resolves rhbz #1356140