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