From e4cd08cc7511f6597215a5173ed3b0c69c694ffc Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 5 Jun 2014 14:13:33 +0200 Subject: [PATCH] Add missing require for libwbclient. libwbclient needs libreplace from samba4-libs. Found by rpmdiff. --- samba.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/samba.spec b/samba.spec index ab2203b..27e3508 100644 --- a/samba.spec +++ b/samba.spec @@ -332,6 +332,7 @@ develop programs that link against the SMB client library in the Samba suite. %package -n libwbclient Summary: The winbind client library Group: Applications/System +Requires: %{name}-libs = %{samba_depver} %description -n libwbclient The libwbclient package contains the winbind client library from the Samba suite.