diff --git a/kiran-authentication-service.spec b/kiran-authentication-service.spec index 4773a4be94629f23b7bbd25e13ec2ddf0ae20924..32cf422fe4655c481bbc1add77506ccefef4b802 100644 --- a/kiran-authentication-service.spec +++ b/kiran-authentication-service.spec @@ -1,8 +1,6 @@ -%global on_openeuler 1 - Name: kiran-authentication-service Version: 0.0.1 -Release: 2.kb4 +Release: 3 Summary: Kiran Desktop kiran authentication service License: MulanPSL-2.0 URL: http://www.kylinsec.com.cn @@ -11,10 +9,10 @@ Source0: %{name}-%{version}.tar.gz Patch1: 0001-fix-kiran-authentication-service-Add-the-enable-zlog-de85f51c.patch BuildRequires: glib2-devel -%if 0%{?on_openeuler} -BuildRequires: zlog -%else +%if 0%{?kylin} BuildRequires: zlog-devel +%else +BuildRequires: zlog %endif BuildRequires: cmake BuildRequires: make @@ -64,6 +62,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_libdir}/libkiran-authentication-service.so %changelog +* Tue Oct 25 2022 huangjiawen - 0.0.1-3 +- KYOS-F: Modify %on_openeuler flag to %kylin in kiran-authentication-service.spec file. + * Wed Aug 10 2022 luoqing - 0.0.1-2.kb4 - KYOS-F: Modify license and add yaml file.