Remove rpath in installed-tests
(cherry picked from commit a5cad286d961ab6b1f0ca829439f6e457653ebc7)
This commit is contained in:
parent
35b93a2aed
commit
d6c9213ff7
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
Name: evolution-data-server
|
Name: evolution-data-server
|
||||||
Version: 3.46.2
|
Version: 3.46.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Backend data server for Evolution
|
Summary: Backend data server for Evolution
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://wiki.gnome.org/Apps/Evolution
|
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}/evolution-alarm-notify
|
||||||
chrpath -d %{buildroot}%{_libexecdir}/%{name}/list-sources
|
chrpath -d %{buildroot}%{_libexecdir}/%{name}/list-sources
|
||||||
chrpath -d %{buildroot}%{_libexecdir}/%{name}/addressbook-export
|
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
|
mkdir -p %{buildroot}/etc/ld.so.conf.d
|
||||||
echo "%{_libdir}/%{name}" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
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
|
%{_libexecdir}/evolution-data-server/csv2vcard
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 04 2023 wangkai <wangkai385@h-partners.com> - 3.46.2-2
|
||||||
|
- Remove rpath in installed-tests
|
||||||
|
|
||||||
* Mon Jan 2 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 3.46.2-1
|
* Mon Jan 2 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 3.46.2-1
|
||||||
- Update to 3.46.2
|
- Update to 3.46.2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user