fix(spec): fix Conditional statement error
- 修复判断语句错误
This commit is contained in:
parent
18cc0819be
commit
4d5fe33ea8
@ -1,6 +1,6 @@
|
||||
Name: kiran-cc-daemon
|
||||
Version: 2.5.1
|
||||
Release: 3
|
||||
Release: 4
|
||||
Summary: DBus daemon for Kiran Desktop
|
||||
|
||||
License: MulanPSL-2.0
|
||||
@ -60,7 +60,7 @@ Requires: passwd
|
||||
Requires: iso-codes
|
||||
|
||||
|
||||
%if 0%{?openEuler}
|
||||
%if "%{?kylin}" == ""
|
||||
Requires: openeuler-lsb
|
||||
%else
|
||||
Requires: kylin-lsb
|
||||
@ -173,6 +173,9 @@ glib-compile-schemas /usr/share/glib-2.0/schemas &> /dev/nulls || :
|
||||
%{_libdir}/pkgconfig/kiran-cc-daemon.pc
|
||||
|
||||
%changelog
|
||||
* Sun Apr 23 2023 wangyucheng <wangyucheng@kylinsec.om.cn> - 2.5.1-4
|
||||
- KYOS-F: Conditional statement error
|
||||
|
||||
* Fri Apr 14 2023 meizhigang <meizhigang@kylinsec.com.cn> - 2.5.1-3
|
||||
- KYOS-B: Add modifier lock window tips enable key with gsettings (#67766)
|
||||
- KYOS-B: Fix coredump problem caused by nullpointer to string
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user