Hi, I just realized that libsmbclient it not covered by the general samba-devel package. The patch add the needed BuildRequires to the spec file.
bye, Sumit
From 6508989d0304dbd8c8c463e7adb955806582f0df Mon Sep 17 00:00:00 2001 From: Sumit Bose <[email protected]> Date: Fri, 23 May 2014 13:25:32 +0200 Subject: [PATCH] contrib: add BuildRequires libsmbclient-devel to spec file --- contrib/sssd.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index b60ce8a..d4114cd 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -143,6 +143,7 @@ BuildRequires: cifs-utils-devel %if !0%{?is_rhel5} BuildRequires: samba4-devel %endif +BuildRequires: libsmbclient-devel %description Provides a set of daemons to manage access to remote directories and -- 1.8.3.1
_______________________________________________ sssd-devel mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
