From 3781a9a81971dd09a50851c559218b3191c6c97a Mon Sep 17 00:00:00 2001 From: zhangxianting Date: Tue, 28 May 2024 15:30:10 +0800 Subject: [PATCH] spec: add buildrequires gettext to provide msgfmt --- kiran-authentication-service.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kiran-authentication-service.spec b/kiran-authentication-service.spec index e2ac3c7..936bd3b 100644 --- a/kiran-authentication-service.spec +++ b/kiran-authentication-service.spec @@ -2,7 +2,7 @@ Name: kiran-authentication-service Version: 0.0.2 -Release: 1 +Release: 2 Summary: Kiran Desktop kiran authentication service License: MulanPSL-2.0 URL: http://www.kylinsec.com.cn @@ -23,6 +23,7 @@ BuildRequires: openssl-devel BuildRequires: json-glib-devel BuildRequires: gcc BuildRequires: gcc-c++ +BuildRequires: gettext %description Kiran authentication service is used to do system auth with password, fingerprint, face @@ -64,6 +65,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_libdir}/libkiran-authentication-service.so %changelog +* Tue May 28 2024 zhangxianting - 0.0.2-2 +- spec: add buildrequires gettext to provide msgfmt + * Thu Oct 27 2022 wangxiaoqing - 0.0.2-1 - KYOS-B: Do not exit when zlog init failed. -- Gitee