diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 29122c886c3cf7563a495f381ca692621e5a197a..6146a43beb09b2ef8aa454e64b3872f6d0abd0d6 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