From a7b0d90e2bb15637e96e48c4b9d16ddefb12b477 Mon Sep 17 00:00:00 2001 From: peijiankang Date: Wed, 1 Mar 2023 15:52:11 +0800 Subject: [PATCH] remove rpath of biometric-authentication --- biometric-authentication.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/biometric-authentication.spec b/biometric-authentication.spec index 22dbcc9..2d4719b 100644 --- a/biometric-authentication.spec +++ b/biometric-authentication.spec @@ -1,6 +1,6 @@ Name: biometric-authentication Version: 0.9.72 -Release: 4 +Release: 5 Summary: biometric-authentication License: LGPL-3.0 URL: http://www.ukui.org @@ -25,6 +25,7 @@ BuildRequires: sqlite-devel BuildRequires: libfprint-devel BuildRequires: polkit-devel BuildRequires: uuid-devel +BuildRequires: chrpath Requires: systemd Requires: python-prettytable @@ -109,6 +110,9 @@ make -j4 rm -rf $RPM_BUILD_ROOT make install DESTDIR=%{buildroot} +chrpath -d %{buildroot}/usr/lib/biometric-authentication/biometric-authenticationd +chrpath -d %{buildroot}/usr/lib/biometric-authentication/drivers/*.so + %clean rm -rf $RPM_BUILD_ROOT @@ -163,6 +167,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Mar 01 2023 peijiankang - 0.9.72-5 +- remove rpath of biometric-authentication + * Tue Feb 07 2023 tanyulong - 0.9.72-4 - Enable debuginfo for fix strip