diff options
| author | Lukas Slebodnik <lslebodn@redhat.com> | 2016-03-09 09:53:07 +0100 |
|---|---|---|
| committer | Martin Basti <mbasti@redhat.com> | 2016-03-09 19:03:06 +0100 |
| commit | 2a61ddb644b4a0bee37c1faf82c461b4cf41bc38 (patch) | |
| tree | 9c947aa7f0aeb3fee4e4b46e5f13919001ddef59 | |
| parent | 7a20fc671b07344b0ee8460bef07398cb3ffaf59 (diff) | |
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.
Reviewed-By: Sumit Bose <sbose@redhat.com>
| -rw-r--r-- | BUILD.txt | 2 | ||||
| -rw-r--r-- | freeipa.spec.in | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -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 bc47df4c9..9e277020d 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 |
