42 lines
1.3 KiB
Diff
42 lines
1.3 KiB
Diff
From cd711dd5319c0be37aa542d5fbfb0da3482267c0 Mon Sep 17 00:00:00 2001
|
|
From: Sumit Bose <sbose@redhat.com>
|
|
Date: Wed, 22 Aug 2012 15:10:31 +0200
|
|
Subject: [PATCH] Use libsamba-security instead of libsecurity
|
|
|
|
In samba4-beta6 the name of a library was changed from libsecurity to
|
|
libsamba-security.
|
|
---
|
|
daemons/ipa-sam/Makefile.am | 2 +-
|
|
freeipa.spec.in | 2 +-
|
|
2 Dateien geändert, 2 Zeilen hinzugefügt(+), 2 Zeilen entfernt(-)
|
|
|
|
diff --git a/daemons/ipa-sam/Makefile.am b/daemons/ipa-sam/Makefile.am
|
|
index 275cce629385b1719544a7832a00e9ee6664b739..ad7e516f0c94f82cc209ee55ff0b67c6a6bd54f9 100644
|
|
--- a/daemons/ipa-sam/Makefile.am
|
|
+++ b/daemons/ipa-sam/Makefile.am
|
|
@@ -3,7 +3,7 @@ SAMBA40EXTRA_LIBS = $(SAMBA40EXTRA_LIBPATH) \
|
|
-lsmbldap \
|
|
-lcliauth \
|
|
-lpdb \
|
|
- -lsecurity \
|
|
+ -lsamba-security \
|
|
-lsmbconf \
|
|
$(NULL)
|
|
|
|
diff --git a/freeipa.spec.in b/freeipa.spec.in
|
|
index f582f22488a195fd29a1900d6df156d8b56a259f..9e25d5ace0de7bf21e39ce534abd97d5a60d94b4 100644
|
|
--- a/freeipa.spec.in
|
|
+++ b/freeipa.spec.in
|
|
@@ -31,7 +31,7 @@ BuildRequires: policycoreutils >= %{POLICYCOREUTILSVER}
|
|
%if 0%{?fedora} >= 16
|
|
BuildRequires: systemd-units
|
|
%endif
|
|
-BuildRequires: samba4-devel >= 4.0.0-128
|
|
+BuildRequires: samba4-devel >= 4.0.0-134
|
|
BuildRequires: samba4-python
|
|
BuildRequires: libtalloc-devel
|
|
BuildRequires: libtevent-devel
|
|
--
|
|
1.7.11.4
|
|
|