diff --git a/biometric-authentication.spec b/biometric-authentication.spec index 22dbcc91be997573890761f103c55450ba0de548..2d4719b529af74e5906301c7d8bd0ad5ca500b74 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