Complete change: Disable TLSMC in F29+

- completes commit 60f1a08
This commit is contained in:
Matúš Honěk 2018-02-11 21:44:43 +01:00
parent ed8fb8d19b
commit 44d9f0fe1b

View File

@ -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 <mhonek@redhat.com> - 2.4.45-10
- Complete change: Disable TLSMC in F29+
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 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 <mhonek@redhat.com> - 2.4.45-8
- Drop TCP wrappers support (#1531487)