Finer grain specification of python3-lldb deps
This commit is contained in:
parent
470d00d703
commit
873af4c66d
@ -1,5 +1,5 @@
|
|||||||
#%%global rc_ver 6
|
#%%global rc_ver 6
|
||||||
%global baserelease 4
|
%global baserelease 5
|
||||||
%global lldb_srcdir %{name}-%{version}%{?rc_ver:rc%{rc_ver}}.src
|
%global lldb_srcdir %{name}-%{version}%{?rc_ver:rc%{rc_ver}}.src
|
||||||
|
|
||||||
Name: lldb
|
Name: lldb
|
||||||
@ -52,6 +52,7 @@ The package contains header files for the LLDB debugger.
|
|||||||
Summary: Python module for LLDB
|
Summary: Python module for LLDB
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
Requires: python3-six
|
Requires: python3-six
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description -n python3-lldb
|
%description -n python3-lldb
|
||||||
The package contains the LLDB Python module.
|
The package contains the LLDB Python module.
|
||||||
@ -127,6 +128,9 @@ rm -f %{buildroot}%{python3_sitearch}/six.*
|
|||||||
%{python3_sitearch}/lldb
|
%{python3_sitearch}/lldb
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 16 2020 sguelton@redhat.com - 10.0.0-5
|
||||||
|
- Finer grain specification of python3-lldb deps
|
||||||
|
|
||||||
* Tue Jun 02 2020 sguelton@redhat.com - 10.0.0-4
|
* Tue Jun 02 2020 sguelton@redhat.com - 10.0.0-4
|
||||||
- Fix arch-dependent header
|
- Fix arch-dependent header
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user