From f6e342104e87c6be212453824a5c95dba31017d1 Mon Sep 17 00:00:00 2001 From: happy_orange Date: Thu, 23 Mar 2023 22:39:38 +0800 Subject: [PATCH] remove some unused fonts package --- 1008-remove-b43-openfwwf.patch | 24 ------------ 1008-remove-some-unused-package.patch | 55 +++++++++++++++++++++++++++ lorax-templates-anolis.spec | 7 +++- 3 files changed, 60 insertions(+), 26 deletions(-) delete mode 100644 1008-remove-b43-openfwwf.patch create mode 100644 1008-remove-some-unused-package.patch diff --git a/1008-remove-b43-openfwwf.patch b/1008-remove-b43-openfwwf.patch deleted file mode 100644 index 801d925..0000000 --- a/1008-remove-b43-openfwwf.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 2ad814311865b00189942856452a2a350fb4ba88 Mon Sep 17 00:00:00 2001 -From: happy_orange -Date: Thu, 23 Mar 2023 20:57:57 +0800 -Subject: [PATCH 1/1] remove b43-openfwwf - ---- - 80-anolis/runtime-install.tmpl | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/80-anolis/runtime-install.tmpl b/80-anolis/runtime-install.tmpl -index d71fce8..a2fe078 100644 ---- a/80-anolis/runtime-install.tmpl -+++ b/80-anolis/runtime-install.tmpl -@@ -32,7 +32,6 @@ installpkg grubby - --except gnome-firmware --except sigrok-firmware \ - --except liquidio-firmware --except netronome-firmware \ - --except mrvlprestera-firmware -- installpkg b43-openfwwf - %endif - - ## install all of the glibc langpacks since otherwise we get no locales --- -2.31.1 - diff --git a/1008-remove-some-unused-package.patch b/1008-remove-some-unused-package.patch new file mode 100644 index 0000000..c5a5e9e --- /dev/null +++ b/1008-remove-some-unused-package.patch @@ -0,0 +1,55 @@ +From 4d8129b2c25c397845b920ff9d3ec35d1b587234 Mon Sep 17 00:00:00 2001 +From: happy_orange +Date: Thu, 23 Mar 2023 23:09:53 +0800 +Subject: [PATCH 1/1] remove some unused package + +--- + 80-anolis/runtime-install.tmpl | 18 +----------------- + 1 file changed, 1 insertion(+), 17 deletions(-) + +diff --git a/80-anolis/runtime-install.tmpl b/80-anolis/runtime-install.tmpl +index d71fce8..20e516c 100644 +--- a/80-anolis/runtime-install.tmpl ++++ b/80-anolis/runtime-install.tmpl +@@ -32,7 +32,7 @@ installpkg grubby + --except gnome-firmware --except sigrok-firmware \ + --except liquidio-firmware --except netronome-firmware \ + --except mrvlprestera-firmware +- installpkg b43-openfwwf ++ + %endif + + ## install all of the glibc langpacks since otherwise we get no locales +@@ -103,7 +103,6 @@ installpkg rsyslog + + ## filesystem tools + installpkg btrfs-progs jfsutils xfsprogs ntfs-3g ntfsprogs +-installpkg system-storage-manager + installpkg device-mapper-persistent-data + installpkg xfsdump + +@@ -159,21 +158,6 @@ installpkg google-noto-sans-cjk-ttc-fonts + installpkg google-noto-sans-ethiopic-vf-fonts google-noto-sans-georgian-vf-fonts + installpkg google-noto-sans-gurmukhi-vf-fonts google-noto-sans-hebrew-vf-fonts + installpkg google-noto-sans-sinhala-vf-fonts +-installpkg jomolhari-fonts +-installpkg khmer-os-system-fonts +-installpkg lohit-assamese-fonts +-installpkg lohit-bengali-fonts +-installpkg lohit-devanagari-fonts +-installpkg lohit-gujarati-fonts +-installpkg lohit-kannada-fonts +-installpkg lohit-marathi-fonts +-installpkg lohit-odia-fonts +-installpkg lohit-tamil-fonts +-installpkg lohit-telugu-fonts +-installpkg paktype-naskh-basic-fonts +-installpkg sil-padauk-fonts +-installpkg rit-meera-new-fonts +-installpkg thai-scalable-waree-fonts + + ## debugging/bug reporting tools + installpkg gdb-gdbserver +-- +2.31.1 + diff --git a/lorax-templates-anolis.spec b/lorax-templates-anolis.spec index ad89a55..e0570a6 100644 --- a/lorax-templates-anolis.spec +++ b/lorax-templates-anolis.spec @@ -1,4 +1,4 @@ -%define anolis_release 7 +%define anolis_release 8 Name: lorax-templates-anolis Version: 37.0 @@ -18,7 +18,7 @@ Patch1004: 1004-do-not-move-usr-libexec-anaconda-auditd.patch Patch1005: 1005-do-not-remove-libauparse.so.0-which-is-needed-by-aud.patch Patch1006: 1006-not-delete-auditctl-which-is-needed-by-anaconda.patch Patch1007: 1007-remove-gtk4-files.patch -Patch1008: 1008-remove-b43-openfwwf.patch +Patch1008: 1008-remove-some-unused-package.patch # Where are these supposed to end up? %define templatedir %{_datadir}/lorax/templates.d/80-anolis @@ -43,6 +43,9 @@ cp -a 80-anolis/* $RPM_BUILD_ROOT/%{templatedir} %{templatedir}/* %changelog +* Thu Mar 23 2023 happy_orange - 37.0.1-8 +- remove the unused fonts package + * Thu Mar 23 2023 happy_orange - 37.0.1-7 - remove the b43-openfwwf -- Gitee