ipa/freeipa-3.0.0.pre1-046-add-all-external-samba-libraries-to-buildrequires.patch
2012-08-06 18:17:49 +02:00

36 lines
1.1 KiB
Diff

From cc466e98ffd67d8ced2d14734d654f331c477037 Mon Sep 17 00:00:00 2001
From: Simo Sorce <ssorce@redhat.com>
Date: Wed, 25 Jul 2012 11:23:11 -0400
Subject: [PATCH 46/79] Add all external samba libraries to BuildRequires
Also move them in the right spot (if ! only client) so that they are required
only when building the server.
---
freeipa.spec.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/freeipa.spec.in b/freeipa.spec.in
index 45149c65f2333512fe21e40be903a3e6144d7084..719932d4bca61a8ef4a29f0ea060fffcaa403fce 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -33,6 +33,8 @@ BuildRequires: systemd-units
%endif
BuildRequires: samba4-devel >= 4.0.0-128
BuildRequires: samba4-python
+BuildRequires: libtalloc-devel
+BuildRequires: libtevent-devel
%endif
BuildRequires: nspr-devel
BuildRequires: nss-devel
@@ -83,7 +85,6 @@ BuildRequires: python-dns
BuildRequires: python-crypto
BuildRequires: check >= 0.9.5
BuildRequires: libsss_idmap-devel
-BuildRequires: libtalloc-devel
%description
IPA is an integrated solution to provide centrally managed Identity (machine,
--
1.7.11.2