[samba] Add missing require for libwbclient.

asn asn at fedoraproject.org
Thu Jun 5 12:14:20 UTC 2014


commit e4cd08cc7511f6597215a5173ed3b0c69c694ffc
Author: Andreas Schneider <asn at redhat.com>
Date:   Thu Jun 5 14:13:33 2014 +0200

    Add missing require for libwbclient.
    
    libwbclient needs libreplace from samba4-libs. Found by rpmdiff.

 samba.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
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.


More information about the scm-commits mailing list