From 8fa3823f90fd39ba36a9ba40d5a0ade1be19ecf6 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Jul 10 2017 06:56:04 +0000 Subject: Fix build with Samba 4.7.0-RC1 --- diff --git a/freeipa.spec b/freeipa.spec index 6548487..c65b3cc 100644 --- a/freeipa.spec +++ b/freeipa.spec @@ -69,7 +69,7 @@ Name: freeipa Version: %{VERSION} -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Identity, Policy and Audit system Group: System Environment/Base @@ -83,6 +83,8 @@ Patch0001: 0001-Workarounds-for-SELinux-execmem-violations-in-crypto.patch # remove Patch000[2-3] in 4.5.3 Patch0002: 0002-Fix-IP-Address-Checks.patch Patch0003: 0003-python-netifaces-update-to-reflect-upstream-changes.patch +Patch0004: 0004-ipa-sam-use-own-private-structure-not-ldapsam_privat.patch +Patch0005: 0005-ipa-sam-use-smbldap_set_bind_callback-for-Samba-4.7-.patch BuildRequires: openldap-devel # For KDB DAL version, make explicit dependency so that increase of version @@ -1613,6 +1615,9 @@ fi %endif # with_ipatests %changelog +* Mon Jul 10 2017 Alexander Bokovoy - 4.5.2-3 +- Fix build with Samba 4.7.0-RC1 + * Tue Jun 20 2017 Tomas Krizek - 4.5.2-2 - Patch: Fix IP address checks - Patch: python-netifaces fix