From a1f0ac81fec2e732894ddb229b4f8726b1f89281 Mon Sep 17 00:00:00 2001 From: sherlock2010 <15151851377@163.com> Date: Wed, 22 Jul 2020 10:32:04 +0800 Subject: [PATCH] keep *.la under %{_libdir}/openldap/ --- openldap.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/openldap.spec b/openldap.spec index 9583936..098f3f4 100644 --- a/openldap.spec +++ b/openldap.spec @@ -2,7 +2,7 @@ Name: openldap Version: 2.4.50 -Release: 1 +Release: 2 Summary: LDAP support libraries License: OpenLDAP URL: https://www.openldap.org/ @@ -262,7 +262,7 @@ mv %{buildroot}%{_sysconfdir}/openldap/schema/README README.schema mv %{buildroot}%{_sysconfdir}/openldap/DB_CONFIG.example %{buildroot}%{_datadir}/openldap-servers/DB_CONFIG.example chmod 0644 %{buildroot}%{_datadir}/openldap-servers/DB_CONFIG.example -%delete_la +rm -f %{buildroot}%{_libdir}/*.la rm -f %{buildroot}%{_localstatedir}/openldap-data/DB_CONFIG.example rmdir %{buildroot}%{_localstatedir}/openldap-data @@ -414,6 +414,12 @@ popd %doc ltb-project-openldap-ppolicy-check-password-1.1/README.check_pwd %changelog +* Wed Jul 22 2020 zhouyihang - 2.4.50-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:keep *.la under %{_libdir}/openldap/ + * Mon Jun 29 2020 zhangxingliang - 2.4.50-1 - Type:bugfix - ID:NA -- Gitee