From 44d9f0fe1bc4ae39587cfc80805562fba75b151a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20Hon=C4=9Bk?= Date: Sun, 11 Feb 2018 21:44:43 +0100 Subject: [PATCH] Complete change: Disable TLSMC in F29+ - completes commit 60f1a08 --- openldap.spec | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/openldap.spec b/openldap.spec index 1d53778..96cef5f 100644 --- a/openldap.spec +++ b/openldap.spec @@ -12,7 +12,7 @@ Name: openldap Version: 2.4.45 -Release: 9%{?dist} +Release: 10%{?dist} Summary: LDAP support libraries License: OpenLDAP URL: http://www.openldap.org/ @@ -117,11 +117,13 @@ programs needed for accessing and modifying OpenLDAP directories. pushd openldap-%{version} +%if %{with tlsmc} # alternative include paths for Mozilla NSS ln -s %{_includedir}/nss3 include/nss ln -s %{_includedir}/nspr4 include/nspr %patch100 -p1 +%endif AUTOMAKE=%{_bindir}/true autoreconf -fi @@ -510,8 +512,18 @@ exit 0 %{_mandir}/man3/* %changelog +* Sun Feb 11 2018 Matus Honek - 2.4.45-10 +- Complete change: Disable TLSMC in F29+ + * Fri Feb 09 2018 Igor Gnatenko - 2.4.45-9 - Escape macros in %%changelog +- Disable TLSMC in F29+ +- Remove obsolete Group tag +- Don't call ldconfig in servers subpackage +- Switch to %%ldconfig_scriptlets +- Remove unneeded Requires(post): systemd-sysv, chkconfig +- Switch to %%systemd_requires +- Change BuildRequires: systemd-units to systemd * Wed Feb 7 2018 Matus Honek - 2.4.45-8 - Drop TCP wrappers support (#1531487)