!15 remove /usr/lib64/tracker-2.0/libtracker-data.so.0.0.0 rpath

From: @dillon_chen 
Reviewed-by: @overweight 
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2023-11-28 09:01:05 +00:00 committed by Gitee
commit 71cbb8ea1f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
Name: tracker
Version: 2.1.5
Release: 4
Release: 5
Summary: A filesystem indexer, metadata storage system and search tool
License: GPLv2+
URL: https://wiki.gnome.org/Projects/Tracker
@ -85,6 +85,7 @@ install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/ld.so.conf.d/%{name}-%{_ar
chrpath --delete %{buildroot}/usr/libexec/tracker-store
chrpath --delete %{buildroot}%{_bindir}/tracker
chrpath --delete %{buildroot}%{_libdir}/libtracker-*.so.*
chrpath --delete %{buildroot}%{_libdir}/tracker-2.0/libtracker-*.so.*
%pre
@ -143,6 +144,12 @@ chrpath --delete %{buildroot}%{_libdir}/libtracker-*.so.*
%{_datadir}/gtk-doc/html/ontology/
%changelog
* Tue Nov 28 CST 2023 dillon chen<dillon.chen@gmail.com> - 2.1.5-5
- Type:enhanence
- ID:NA
- SUG:NA
- DESC:remove libtracker-data.so.0.0.0 rpath
* Thu Nov 9 2023 dillon chen<dillon.chen@gmail.com> - 2.1.5-4
- Type:enhanence
- ID:NA