diff options
-rw-r--r-- | daemons/ipa-sam/Makefile.am | 2 | ||||
-rw-r--r-- | 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 |