remove rpath of biometric-authentication

This commit is contained in:
peijiankang 2023-03-01 15:52:11 +08:00
parent bcf9269051
commit a7b0d90e2b

View File

@ -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 <peijiankang@kylinos.cn> - 0.9.72-5
- remove rpath of biometric-authentication
* Tue Feb 07 2023 tanyulong <tanyulong@kylinos.cn> - 0.9.72-4
- Enable debuginfo for fix strip