From a0c7cda8b5ad7f65ad4ccd398cc0cb860a44443b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20Hon=C4=9Bk?= Date: Tue, 3 May 2016 19:12:27 +0200 Subject: [PATCH] Bring back *.la files in %{_libdir}/openldap/ Related: #1331484 --- openldap.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openldap.spec b/openldap.spec index 866754c..77bd1e4 100644 --- a/openldap.spec +++ b/openldap.spec @@ -5,7 +5,7 @@ Name: openldap Version: 2.4.43 -Release: 4%{?dist} +Release: 5%{?dist} Summary: LDAP support libraries Group: System Environment/Daemons License: OpenLDAP @@ -332,7 +332,7 @@ mv %{buildroot}%{_sysconfdir}/openldap/DB_CONFIG.example %{buildroot}%{_datadir} chmod 0644 %{buildroot}%{_datadir}/openldap-servers/DB_CONFIG.example # remove files which we don't want packaged -find %{buildroot} -type f -name "*.la" -delete +rm -f %{buildroot}%{_libdir}/*.la # because we do not want files in %{_libdir}/openldap/ removed, yet rm -f %{buildroot}%{_localstatedir}/openldap-data/DB_CONFIG.example rmdir %{buildroot}%{_localstatedir}/openldap-data @@ -541,6 +541,9 @@ exit 0 %{_mandir}/man3/* %changelog +* Tue May 3 2016 Matus Honek - 2.4.43-5 +- Bring back *.la files in %{_libdir}/openldap/ (#1331484) + * Wed Apr 27 2016 Matus Honek - 2.4.43-4 - Keep *.so libraries in %{_libdir}/openldap/ (#1331484) - Include AllOp overlay (#1319782)