From 460c9949b86b328d9312a5e98377da8564473484 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 21 Aug 2018 16:03:20 +0200 Subject: [PATCH] Add missing Requires to python3-samba-libs Found by rpmdiff --- samba.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samba.spec b/samba.spec index f7cc8b3..a6e09a7 100644 --- a/samba.spec +++ b/samba.spec @@ -590,6 +590,8 @@ that use SMB, RPC and other Samba provided protocols in Python 3 programs. %package -n python3-samba-test Summary: Samba Python libraries Requires: python3-%{name} = %{samba_depver} +Requires: %{name}-client-libs = %{samba_depver} +Requires: %{name}-libs = %{samba_depver} %description -n python3-samba-test The python3-%{name}-test package contains the Python libraries used by the test suite of Samba.