From e8d4cc65f8db57709e944400b9dac80c692fd950 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Wed, 22 Aug 2012 15:10:31 +0200 Subject: 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 files changed, 2 insertions(+), 2 deletions(-) diff --git a/daemons/ipa-sam/Makefile.am b/daemons/ipa-sam/Makefile.am index 275cce629..ad7e516f0 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 372e24dca..b565cb6f6 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 -- cgit