!121 宏定义%{_vendor}替换

From: @niko_yhc 
Reviewed-by: @liubuguiii 
Signed-off-by: @liubuguiii
This commit is contained in:
openeuler-ci-bot 2024-03-20 06:30:56 +00:00 committed by Gitee
commit a5b3fe2901
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: kiran-cc-daemon
Version: 2.5.1
Release: 30
Release: 31
Summary: DBus daemon for Kiran Desktop
License: MulanPSL-2.0
@ -91,7 +91,7 @@ Requires: iso-codes
%if "%{?kylin}" == ""
Requires: openeuler-lsb
%else
Requires: kylin-lsb
Requires: %{_vendor}-lsb
%endif
%description -n kiran-system-daemon
@ -215,6 +215,9 @@ glib-compile-schemas /usr/share/glib-2.0/schemas &> /dev/nulls || :
%{_libdir}/pkgconfig/kiran-cc-daemon.pc
%changelog
* Wed Mar 20 2024 yinhongchang <yinhongchang@kylinsec.com.cn> - 2.5.1-31
- KYOS-B: openeuler and kylinsec replaced with macro definitions %{_vendor}
* Sun Oct 8 2023 tangjie02 <tangjie02@kylinsec.com.cn> - 2.5.1-30
- KYOS-B: fix the switch function invalidation problem after turn off monitor, then logout and relogin session.(#17149)