From a5cad286d961ab6b1f0ca829439f6e457653ebc7 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Sat, 4 Mar 2023 09:40:01 +0800 Subject: [PATCH] Remove rpath in installed-tests --- evolution-data-server.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 29122c8..6146a43 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -37,7 +37,7 @@ Name: evolution-data-server Version: 3.46.2 -Release: 1 +Release: 2 Summary: Backend data server for Evolution License: LGPLv2+ URL: https://wiki.gnome.org/Apps/Evolution @@ -195,6 +195,7 @@ chrpath -d %{buildroot}%{_libexecdir}/evolution-scan-gconf-tree-xml chrpath -d %{buildroot}%{_libexecdir}/%{name}/evolution-alarm-notify chrpath -d %{buildroot}%{_libexecdir}/%{name}/list-sources chrpath -d %{buildroot}%{_libexecdir}/%{name}/addressbook-export +file `find %{buildroot}%{_libexecdir}/%{name}/installed-tests -type f` | grep -w ELF | awk -F: '{print $1}' | xargs chrpath -d mkdir -p %{buildroot}/etc/ld.so.conf.d echo "%{_libdir}/%{name}" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf @@ -409,6 +410,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %{_libexecdir}/evolution-data-server/csv2vcard %changelog +* Sat Mar 04 2023 wangkai - 3.46.2-2 +- Remove rpath in installed-tests + * Mon Jan 2 2023 lin zhang - 3.46.2-1 - Update to 3.46.2 -- Gitee