!57 fix(install): Loongarch64 and SW_64 architectures do not install firefox
From: @kylin-huangjiawen Reviewed-by: @tangjie02 Signed-off-by: @tangjie02
This commit is contained in:
commit
97e68ba1c5
@ -1,7 +1,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
Name: kiran-desktop
|
Name: kiran-desktop
|
||||||
Version: 2.5.0
|
Version: 2.5.0
|
||||||
Release: 5
|
Release: 6
|
||||||
Summary: Kiran desktop environment
|
Summary: Kiran desktop environment
|
||||||
#Group:
|
#Group:
|
||||||
License: MulanPSL-2.0
|
License: MulanPSL-2.0
|
||||||
@ -11,8 +11,6 @@ Source0: %{name}-%{version}.tar.gz
|
|||||||
# mate specific settings
|
# mate specific settings
|
||||||
Source1: 99_unikylin-mate-marco-general-theme.gschema.override
|
Source1: 99_unikylin-mate-marco-general-theme.gschema.override
|
||||||
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
Requires: xorg-x11-drivers
|
Requires: xorg-x11-drivers
|
||||||
Requires: xorg-x11-server-Xorg
|
Requires: xorg-x11-server-Xorg
|
||||||
Requires: xorg-x11-utils
|
Requires: xorg-x11-utils
|
||||||
@ -94,7 +92,10 @@ Requires: libsecret
|
|||||||
Requires: lm_sensors
|
Requires: lm_sensors
|
||||||
Requires: gnome-disk-utility
|
Requires: gnome-disk-utility
|
||||||
Requires: firewall-config
|
Requires: firewall-config
|
||||||
|
|
||||||
|
%ifnarch loongarch64 sw_64
|
||||||
Requires: firefox
|
Requires: firefox
|
||||||
|
%endif
|
||||||
|
|
||||||
Requires: ntfs-3g
|
Requires: ntfs-3g
|
||||||
Requires: ntfsprogs
|
Requires: ntfsprogs
|
||||||
@ -183,6 +184,9 @@ install -D -m 0644 %SOURCE1 %{buildroot}%{_datadir}/glib-2.0/schemas/99_unikylin
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 09 2023 huangjiawen <huangjiawen@kylinsec.com.cn> - 2.5.0-6
|
||||||
|
- KYOS-F: Loongarch64 and SW_64 architectures do not install firefox.
|
||||||
|
|
||||||
* Thu May 25 2023 liuxinhao <liuxinhao@kylinsec.com.cn> - 2.5.0-5
|
* Thu May 25 2023 liuxinhao <liuxinhao@kylinsec.com.cn> - 2.5.0-5
|
||||||
- KYOS-F: Remove Require mate-polkit
|
- KYOS-F: Remove Require mate-polkit
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user