[samba/f20] Add missing require for libwbclient.

Michael Adam obnox at fedoraproject.org
Thu Dec 11 14:48:06 UTC 2014


commit 852e7867e11987314f05ff1586590ae3dda2c491
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.
    
    (cherry picked from commit e4cd08cc7511f6597215a5173ed3b0c69c694ffc)

 samba.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/samba.spec b/samba.spec
index ce4d8f2..ab4c7d3 100644
--- a/samba.spec
+++ b/samba.spec
@@ -335,6 +335,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