Accepting request 590413 from home:dmulder:branches:network:samba:STABLE
Fixup samba spec file for python3 OBS-URL: https://build.opensuse.org/request/show/590413 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=591
This commit is contained in:
parent
57dbe355e9
commit
9217577d0b
@ -357,7 +357,7 @@ and Wireshark to parse IDL and similar protocols
|
||||
%package python
|
||||
Summary: Samba Python libraries
|
||||
License: GPL-3.0+
|
||||
Group: Applications/System
|
||||
Group: Development/Libraries/Python
|
||||
%if %{with_python}
|
||||
Requires: %{name} = %{version}
|
||||
Requires: python-ldb
|
||||
@ -370,11 +370,10 @@ Requires: python-tevent
|
||||
The samba-python package contains the Python libraries needed by programs
|
||||
that use SMB, RPC and other Samba provided protocols in Python programs.
|
||||
|
||||
%if %{with_python3}
|
||||
%package python3
|
||||
Summary: Samba Python3 libraries
|
||||
License: GPL-3.0+
|
||||
Group: Applications/System
|
||||
Group: Development/Libraries/Python
|
||||
Requires: %{name} = %{version}
|
||||
Requires: python3-ldb
|
||||
Requires: python3-talloc
|
||||
@ -384,7 +383,6 @@ Requires: python3-tevent
|
||||
%description python3
|
||||
The samba-python3 package contains the Python libraries needed by programs
|
||||
that use SMB, RPC and other Samba provided protocols in Python3 programs.
|
||||
%endif
|
||||
|
||||
%package test
|
||||
Summary: Testing tools for Samba servers and clients
|
||||
|
Loading…
Reference in New Issue
Block a user