[SSSD] [PATCH] contrib: add BuildRequires libsmbclient-devel to spec file

Sumit Bose sbose at redhat.com
Fri May 23 11:28:51 UTC 2014


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
-------------- next part --------------
From 6508989d0304dbd8c8c463e7adb955806582f0df Mon Sep 17 00:00:00 2001
From: Sumit Bose <sbose at redhat.com>
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



More information about the sssd-devel mailing list