parent
ed8fb8d19b
commit
44d9f0fe1b
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
Name: openldap
|
Name: openldap
|
||||||
Version: 2.4.45
|
Version: 2.4.45
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Summary: LDAP support libraries
|
Summary: LDAP support libraries
|
||||||
License: OpenLDAP
|
License: OpenLDAP
|
||||||
URL: http://www.openldap.org/
|
URL: http://www.openldap.org/
|
||||||
@ -117,11 +117,13 @@ programs needed for accessing and modifying OpenLDAP directories.
|
|||||||
|
|
||||||
pushd openldap-%{version}
|
pushd openldap-%{version}
|
||||||
|
|
||||||
|
%if %{with tlsmc}
|
||||||
# alternative include paths for Mozilla NSS
|
# alternative include paths for Mozilla NSS
|
||||||
ln -s %{_includedir}/nss3 include/nss
|
ln -s %{_includedir}/nss3 include/nss
|
||||||
ln -s %{_includedir}/nspr4 include/nspr
|
ln -s %{_includedir}/nspr4 include/nspr
|
||||||
|
|
||||||
%patch100 -p1
|
%patch100 -p1
|
||||||
|
%endif
|
||||||
|
|
||||||
AUTOMAKE=%{_bindir}/true autoreconf -fi
|
AUTOMAKE=%{_bindir}/true autoreconf -fi
|
||||||
|
|
||||||
@ -510,8 +512,18 @@ exit 0
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.4.45-9
|
||||||
- Escape macros in %%changelog
|
- 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
|
* Wed Feb 7 2018 Matus Honek <mhonek@redhat.com> - 2.4.45-8
|
||||||
- Drop TCP wrappers support (#1531487)
|
- Drop TCP wrappers support (#1531487)
|
||||||
|
Loading…
Reference in New Issue
Block a user