From 3f4d76fd1f659c159053f5cb60ffa80142212609 Mon Sep 17 00:00:00 2001 From: eaglegai Date: Tue, 22 Mar 2022 10:34:40 +0800 Subject: [PATCH] delete useless so file (cherry picked from commit c69d325b34d61c8b0cd9b0cb4812806205d445e2) --- openldap.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/openldap.spec b/openldap.spec index 499e684..7e38857 100644 --- a/openldap.spec +++ b/openldap.spec @@ -2,7 +2,7 @@ Name: openldap Version: 2.6.0 -Release: 1 +Release: 2 Summary: LDAP support libraries License: OpenLDAP URL: https://www.openldap.org/ @@ -28,7 +28,7 @@ Patch9: add-ber_sockbuf_io_udp-to-liber.map.patch BuildRequires: cyrus-sasl-devel openssl-devel krb5-devel unixODBC-devel BuildRequires: glibc-devel libtool libtool-ltdl-devel groff perl-interpreter perl-devel perl-generators perl-ExtUtils-Embed -BuildRequires: openldap + %description OpenLDAP is an open source suite of LDAP (Lightweight Directory Access Protocol) applications and development tools. LDAP is a set of @@ -231,10 +231,6 @@ rm -f %{buildroot}%{_libdir}/*.la rm -f %{buildroot}%{_localstatedir}/openldap-data/DB_CONFIG.example ln -fs libldap.so "%{buildroot}%{_libdir}/libldap_r.so" -cp -d %{_libdir}/liblber-2.4* %{buildroot}%{_libdir}/ -cp -d %{_libdir}/libldap-2.4* %{buildroot}%{_libdir}/ -cp -d %{_libdir}/libldap_r-2.4* %{buildroot}%{_libdir}/ - %ldconfig_scriptlets %pre servers @@ -383,6 +379,12 @@ popd %doc ltb-project-openldap-ppolicy-check-password-1.1/README.check_pwd %changelog +* Tue Mar 22 2022 gaihuiying - 2.6.0-2 +- Type:bugfix +- ID:NA +- SUG:restart +- DESC:delete useless so file + * Tue Dec 21 2021 gaihuiying - 2.6.0-1 - Type:requirement - ID:NA -- Gitee