From 7d200dcf9262deccfbf3e31200cbc7927adf478e Mon Sep 17 00:00:00 2001 From: sherlock2010 <15151851377@163.com> Date: Mon, 20 Jul 2020 21:37:59 +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 599e209..814d913 100644 --- a/openldap.spec +++ b/openldap.spec @@ -2,7 +2,7 @@ Name: openldap Version: 2.4.49 -Release: 2 +Release: 3 Summary: LDAP support libraries License: OpenLDAP URL: https://www.openldap.org/ @@ -260,7 +260,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 @@ -415,6 +415,12 @@ exit 0 %doc ltb-project-openldap-ppolicy-check-password-1.1/README.check_pwd %changelog +* Mon Jul 20 2020 zhouyihang - 2.4.49-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:keep *.la under %{_libdir}/openldap/ + * Wed Apr 22 2020 songnannan - 2.4.49-2 - Type:bugfix - ID:NA -- Gitee