[Freeipa-devel] [PATCH] SPEC: Remove unused build dependency on libwbclient

Lukas Slebodnik lslebodn at redhat.com
Wed Mar 9 08:59:06 UTC 2016


ehlo,

simple patch is attached.

LS
-------------- next part --------------
>From 3fe91e54c11245c3a773bc2cff5504b7a5f6ad16 Mon Sep 17 00:00:00 2001
From: Lukas Slebodnik <lslebodn at redhat.com>
Date: Wed, 9 Mar 2016 09:53:07 +0100
Subject: [PATCH] SPEC: Remove unused build dependency on libwbclient

The string "wbclient" is not mentioned anywhere in
source code and there isn't any issue with building
freeipa packages without this package.
---
 BUILD.txt       | 2 +-
 freeipa.spec.in | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/BUILD.txt b/BUILD.txt
index fb1a7996b6b0c69c5431b180eec65c2549448d91..d9484956dc4449fa43ff0a1146ca9cdf5b3e021e 100644
--- a/BUILD.txt
+++ b/BUILD.txt
@@ -16,7 +16,7 @@ or
 This is currently (2015-05-07):
 
 yum install rpm-build 389-ds-base-devel svrcore-devel policycoreutils \
-systemd-units samba-devel samba-python libwbclient-devel libtalloc-devel \
+systemd-units samba-devel samba-python libtalloc-devel \
 libtevent-devel nspr-devel nss-devel openssl-devel openldap-devel krb5-devel \
 krb5-workstation libuuid-devel libcurl-devel xmlrpc-c-devel popt-devel \
 autoconf automake m4 libtool gettext python-devel python-ldap \
diff --git a/freeipa.spec.in b/freeipa.spec.in
index bc47df4c916bd8f091fc2f70330d95bd116ad187..9e277020d70215e052ab6c905b1c6a29ae6cdd4d 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -48,7 +48,6 @@ BuildRequires:  policycoreutils >= 2.1.12-5
 BuildRequires:  systemd-units
 BuildRequires:  samba-devel >= %{samba_version}
 BuildRequires:  samba-python
-BuildRequires:  libwbclient-devel
 BuildRequires:  libtalloc-devel
 BuildRequires:  libtevent-devel
 %endif # ONLY_CLIENT
-- 
2.7.2



More information about the Freeipa-devel mailing list