Commit 2ded38fa authored by Roman Alifanov's avatar Roman Alifanov

0.9.2-alt1

- drop gfxboot for syslinux
parent baa466cd
%global grub_arches x86_64 aarch64 loongarch64 %ix86
%define brand etersoft %define brand etersoft
%define Brand Etersoft %define Brand Etersoft
%define theme ximper %define theme ximper
...@@ -17,7 +19,7 @@ ...@@ -17,7 +19,7 @@
%define _unpackaged_files_terminate_build 1 %define _unpackaged_files_terminate_build 1
Name: branding-%flavour Name: branding-%flavour
Version: 0.9.1 Version: 0.9.2
Release: alt1 Release: alt1
Url: https://ximperlinux.ru Url: https://ximperlinux.ru
...@@ -297,21 +299,15 @@ shell_config_set /etc/sysconfig/grub2 GRUB_THEME /boot/grub/themes/%theme/theme. ...@@ -297,21 +299,15 @@ shell_config_set /etc/sysconfig/grub2 GRUB_THEME /boot/grub/themes/%theme/theme.
shell_config_set /etc/sysconfig/grub2 GRUB_COLOR_NORMAL %grub_normal shell_config_set /etc/sysconfig/grub2 GRUB_COLOR_NORMAL %grub_normal
shell_config_set /etc/sysconfig/grub2 GRUB_COLOR_HIGHLIGHT %grub_high shell_config_set /etc/sysconfig/grub2 GRUB_COLOR_HIGHLIGHT %grub_high
%ifarch %ix86 x86_64
%preun bootloader
[ "$1" -eq 0 ] || exit 0
[ "`readlink /boot/splash/message`" != "%theme/message" ] ||
rm -f /boot/splash/message
%endif
#%post indexhtml #%post indexhtml
#%_sbindir/indexhtml-update #%_sbindir/indexhtml-update
%ifarch %grub_arches
%files bootloader %files bootloader
%ifarch %ix86 x86_64
/boot/splash/%theme
%endif
/boot/grub/themes/%theme /boot/grub/themes/%theme
%else
%exclude /boot/grub/themes/%theme
%endif
#bootsplash #bootsplash
%post bootsplash %post bootsplash
...@@ -379,6 +375,9 @@ glib-compile-schemas /usr/share/glib-2.0/schemas/ ...@@ -379,6 +375,9 @@ glib-compile-schemas /usr/share/glib-2.0/schemas/
#_iconsdir/hicolor/*/apps/alt-%theme-desktop.png #_iconsdir/hicolor/*/apps/alt-%theme-desktop.png
%changelog %changelog
* Tue Apr 23 2024 Roman Alifanov <ximper@altlinux.org> 0.9.2-alt1
- drop gfxboot for syslinux
* Wed Jan 17 2024 Roman Alifanov <ximper@altlinux.org> 0.9.1-alt1 * Wed Jan 17 2024 Roman Alifanov <ximper@altlinux.org> 0.9.1-alt1
- gnome-settings: set some nautilus settings - gnome-settings: set some nautilus settings
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment