fix(spec): fix requires verison number
- 修复spec文件中依赖的版本号的错误
This commit is contained in:
parent
5d8c5d622e
commit
aa0c20451d
@ -1,7 +1,7 @@
|
||||
%define debug_package %{nil}
|
||||
Name: kiran-desktop
|
||||
Version: 2.5.0
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: Kiran desktop environment
|
||||
#Group:
|
||||
License: MulanPSL-2.0
|
||||
@ -22,7 +22,7 @@ Requires: xorg-x11-xinit
|
||||
Requires: mesa-dri-drivers
|
||||
|
||||
%if "%{?kylin}" != ""
|
||||
Requires: gtk3 >= 3.22.30-4%{?dist}.kb6
|
||||
Requires: gtk3 >= 3.22.30-4
|
||||
%else
|
||||
Requires: gtk3
|
||||
%endif
|
||||
@ -63,17 +63,17 @@ Requires: gvfs-smb
|
||||
Requires: mate-desktop
|
||||
Requires: mate-menus
|
||||
%if "%{?kylin}" != ""
|
||||
Requires: mate-notification-daemon >= 1.22.0-1%{?dist}.kb7
|
||||
Requires: mate-notification-daemon >= 1.22.0-1
|
||||
%else
|
||||
Requires: mate-notification-daemon
|
||||
%endif
|
||||
%if "%{?kylin}" != ""
|
||||
Requires: mate-media >= 1.22.1-1%{?dist}.kb8
|
||||
Requires: mate-media >= 1.22.1-1
|
||||
%else
|
||||
Requires: mate-media
|
||||
%endif
|
||||
%if "%{?kylin}" != ""
|
||||
Requires: caja >= 1.22.0-1%{?dist}.kb36
|
||||
Requires: caja >= 1.22.0-1
|
||||
%else
|
||||
Requires: caja
|
||||
Requires: caja-open-terminal
|
||||
@ -103,7 +103,7 @@ Requires: pavucontrol
|
||||
Requires: setroubleshoot
|
||||
Requires: system-config-printer
|
||||
%if "%{?kylin}" != ""
|
||||
Requires: fcitx >= 4.2.9.6-4%{?dist}.kb10
|
||||
Requires: fcitx >= 4.2.9.6-4
|
||||
%else
|
||||
Requires: fcitx
|
||||
%endif
|
||||
@ -184,6 +184,9 @@ install -D -m 0644 %SOURCE1 %{buildroot}%{_datadir}/glib-2.0/schemas/99_unikylin
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 24 2023 wangyucheng <wangyucheng@kylinsec.com.cn> - 2.5.0-3
|
||||
- kYOS-F: Fix requires version number
|
||||
|
||||
* Thu Apr 20 2023 wangyucheng <wangyucheng@kylinsec.com.cn> - 2.5.0-2
|
||||
- kYOS-F: Fix when %kylin is 3_*, Unable to run rpmbuild - bs
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user