From e84ca4e34a5abe74d324438aa0242ae094f0f15e Mon Sep 17 00:00:00 2001 From: yinhongchang Date: Wed, 20 Mar 2024 11:21:48 +0800 Subject: [PATCH] fix(macro): openeuler and kylinsec replaced with macro definitions %{_vendor} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 用宏%{_vendor}代替openeuler和kylinsec --- kiran-cc-daemon.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kiran-cc-daemon.spec b/kiran-cc-daemon.spec index 1f0aaaa..8520ba4 100644 --- a/kiran-cc-daemon.spec +++ b/kiran-cc-daemon.spec @@ -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 - 2.5.1-31 +- KYOS-B: openeuler and kylinsec replaced with macro definitions %{_vendor} + * Sun Oct 8 2023 tangjie02 - 2.5.1-30 - KYOS-B: fix the switch function invalidation problem after turn off monitor, then logout and relogin session.(#17149)