From b2c6f5c186b9d20918552a2f8942cbae4d1c8691 Mon Sep 17 00:00:00 2001 From: gc-taifu Date: Thu, 19 Jun 2025 16:17:20 +0800 Subject: [PATCH] Fix build images failed after webkitgtk upgrade to 2.48 --- ...iled-after-webkitgtk-upgrade-to-2.48.patch | 25 +++++++++++++++++++ lorax-templates-anolis.spec | 6 ++++- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 1022-Fix-lorax-failed-after-webkitgtk-upgrade-to-2.48.patch diff --git a/1022-Fix-lorax-failed-after-webkitgtk-upgrade-to-2.48.patch b/1022-Fix-lorax-failed-after-webkitgtk-upgrade-to-2.48.patch new file mode 100644 index 0000000..cc3c72a --- /dev/null +++ b/1022-Fix-lorax-failed-after-webkitgtk-upgrade-to-2.48.patch @@ -0,0 +1,25 @@ +From 7baf39700716fe8675984be5d66a138c364d769a Mon Sep 17 00:00:00 2001 +From: gc-taifu +Date: Thu, 19 Jun 2025 16:15:17 +0800 +Subject: [PATCH] Fix lorax failed after webkitgtk upgrade to 2.48 + +--- + 80-anolis/runtime-cleanup.tmpl | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/80-anolis/runtime-cleanup.tmpl b/80-anolis/runtime-cleanup.tmpl +index 2296c55..0dedb22 100644 +--- a/80-anolis/runtime-cleanup.tmpl ++++ b/80-anolis/runtime-cleanup.tmpl +@@ -11,7 +11,7 @@ remove usr/share/i18n + ## perl is needed by /usr/bin/rxe_cfg from libibverbs + + ## no sound support, thanks +-removepkg flac-libs libsndfile pipewire pulseaudio* rtkit sound-theme-freedesktop wireplumber* ++removepkg flac-libs libsndfile pipewire pulseaudio* rtkit sound-theme-freedesktop wireplumber* flite* yelp* + ## we don't create new initramfs/bootloader conf inside anaconda + ## (that happens inside the target system after we install dracut/grubby) + removepkg dracut-network grubby anaconda-dracut +-- +2.47.1 + diff --git a/lorax-templates-anolis.spec b/lorax-templates-anolis.spec index 1591f01..50d5f7c 100644 --- a/lorax-templates-anolis.spec +++ b/lorax-templates-anolis.spec @@ -1,4 +1,4 @@ -%define anolis_release 24 +%define anolis_release 25 Name: lorax-templates-anolis Version: 37.0 @@ -33,6 +33,7 @@ Patch1018: 1018-Set-data-source-for-EFI-System-Partition-on-loongarch64.patch Patch1019: 1019-add-inst.xtimeout-1200.patch Patch1020: 1020-enable-systemd-resolved-by-default.patch Patch1021: 1021-add-riscv64-support-for-lorax-templates-anolis.patch +Patch1022: 1022-Fix-lorax-failed-after-webkitgtk-upgrade-to-2.48.patch # Where are these supposed to end up? %define templatedir %{_datadir}/lorax/templates.d/80-anolis @@ -57,6 +58,9 @@ cp -a 80-anolis/* $RPM_BUILD_ROOT/%{templatedir} %{templatedir}/* %changelog +* Thu Jun 19 2025 Yihao Yan - 37.0-1.25 +- Fix build images failed after webkitgtk upgrade to 2.48 + * Fri Jun 13 2025 Yihao Yan - 37.0-1.24 - add riscv64 support for lorax-templates-anolis -- Gitee