From 003e72164e0a1f62b4a0787bce190d78bef3dc6f Mon Sep 17 00:00:00 2001 From: tangjie02 Date: Wed, 1 Mar 2023 09:07:40 +0800 Subject: [PATCH] Add iso-codes to required package list Signed-off-by: tangjie02 --- kiran-cc-daemon.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kiran-cc-daemon.spec b/kiran-cc-daemon.spec index fa1ce54..a27fbe8 100644 --- a/kiran-cc-daemon.spec +++ b/kiran-cc-daemon.spec @@ -1,6 +1,6 @@ Name: kiran-cc-daemon Version: 2.4.0 -Release: 8 +Release: 9 Summary: DBus daemon for Kiran Desktop License: MulanPSL-2.0 @@ -61,6 +61,7 @@ Requires: libgtop2 Requires: libgudev Requires: lshw Requires: passwd +Requires: iso-codes %if 0%{?openEuler} @@ -158,6 +159,9 @@ glib-compile-schemas /usr/share/glib-2.0/schemas &> /dev/nulls || : %{_libdir}/pkgconfig/kiran-cc-daemon.pc %changelog +* Wed Mar 01 2023 tangjie02 - 2.4.0-9 +- Add iso-codes to required package list. + * Tue Feb 07 2023 tangjie02 - 2.4.0-8 - Compatible wayland framework which exists xwayland. -- Gitee