From 9217577d0b4fe768ae7479d181958e4246c3e8c663be6128609c844f3ac1ccd3 Mon Sep 17 00:00:00 2001 From: Samuel Cabrero Date: Mon, 26 Mar 2018 11:09:50 +0000 Subject: [PATCH] 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 --- samba.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/samba.spec b/samba.spec index eddf548..32bd030 100644 --- a/samba.spec +++ b/samba.spec @@ -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