remove rpath of biometric-authentication
This commit is contained in:
parent
bcf9269051
commit
a7b0d90e2b
@ -1,6 +1,6 @@
|
|||||||
Name: biometric-authentication
|
Name: biometric-authentication
|
||||||
Version: 0.9.72
|
Version: 0.9.72
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: biometric-authentication
|
Summary: biometric-authentication
|
||||||
License: LGPL-3.0
|
License: LGPL-3.0
|
||||||
URL: http://www.ukui.org
|
URL: http://www.ukui.org
|
||||||
@ -25,6 +25,7 @@ BuildRequires: sqlite-devel
|
|||||||
BuildRequires: libfprint-devel
|
BuildRequires: libfprint-devel
|
||||||
BuildRequires: polkit-devel
|
BuildRequires: polkit-devel
|
||||||
BuildRequires: uuid-devel
|
BuildRequires: uuid-devel
|
||||||
|
BuildRequires: chrpath
|
||||||
|
|
||||||
Requires: systemd
|
Requires: systemd
|
||||||
Requires: python-prettytable
|
Requires: python-prettytable
|
||||||
@ -109,6 +110,9 @@ make -j4
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot}
|
||||||
|
|
||||||
|
chrpath -d %{buildroot}/usr/lib/biometric-authentication/biometric-authenticationd
|
||||||
|
chrpath -d %{buildroot}/usr/lib/biometric-authentication/drivers/*.so
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
@ -163,6 +167,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Feb 07 2023 tanyulong <tanyulong@kylinos.cn> - 0.9.72-4
|
||||||
- Enable debuginfo for fix strip
|
- Enable debuginfo for fix strip
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user