From fea8377f343370bd5b3dd1d4e329972309025c87 Mon Sep 17 00:00:00 2001 From: liweiganga Date: Wed, 7 Dec 2022 15:39:58 +0800 Subject: [PATCH] fix issue:#I63PB2 (cherry picked from commit f737ed47e674bf7973eb747a29dfe83914a176d8) --- deepin-reader.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/deepin-reader.spec b/deepin-reader.spec index 7348d46..f5b007c 100644 --- a/deepin-reader.spec +++ b/deepin-reader.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} -%define specrelease 1%{?dist} +%define specrelease 4%{?dist} %if 0%{?openeuler} -%define specrelease 3 +%define specrelease 4 %endif Name: deepin-reader @@ -65,6 +65,7 @@ for line in "${dups[@]}"; do done chrpath -d %{buildroot}%{_bindir}/%{name} +chrpath -d %{buildroot}/usr/lib/%{name}/* mkdir -p %{buildroot}/etc/ld.so.conf.d echo "/usr/lib/%{name}" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf @@ -81,6 +82,9 @@ echo "/usr/lib/%{name}" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf %config(noreplace) /etc/ld.so.conf.d/%{name}-%{_arch}.conf %changelog +* Wed Dec 07 2022 liweiganga - 5.9.9-4 +- fix: remove rpath + * Mon Dec 05 2022 liweiganga - 5.9.9-3 - fix: linkfile size and install warning -- Gitee