From ed5d22b8f157a0a331b39941bdaf62303cf966f4 Mon Sep 17 00:00:00 2001 From: peijiankang Date: Fri, 10 Mar 2023 15:22:47 +0800 Subject: [PATCH] use 0001-add-getenv.patch (cherry picked from commit c215fc45181a6ea60228ca9fe536113cd5899393) --- biometric-authentication.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/biometric-authentication.spec b/biometric-authentication.spec index ddfd195..b742ee3 100644 --- a/biometric-authentication.spec +++ b/biometric-authentication.spec @@ -79,6 +79,7 @@ Biometric Identification library %prep %setup -q +%patch01 -p1 %build export prefix=/usr @@ -162,7 +163,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Tue Mar 07 2023 peijiankang - 0.9.72-7 -- fix biometric-authentication error +- fix biometric-authentication service start error * Wed Mar 01 2023 misaka00251 - 0.9.72-6 - Fix riscv64 build error -- Gitee