diff --git a/0015-bugfix-I6G246.patch b/0015-bugfix-I6G246.patch new file mode 100644 index 0000000..f60be14 --- /dev/null +++ b/0015-bugfix-I6G246.patch @@ -0,0 +1,22 @@ +From 413d2d7c86861f3481a3021d409e743e21a42328 Mon Sep 17 00:00:00 2001 +From: wangchong1995924 <15229716099@163.com> +Date: Tue, 21 Feb 2023 10:19:14 +0800 +Subject: [PATCH] add raspberrypi-firmware in except + + +diff --git a/isomaker/80-openeuler/runtime-install.tmpl b/isomaker/80-openeuler/runtime-install.tmpl +index 1856aff..a6144bf 100644 +--- a/isomaker/80-openeuler/runtime-install.tmpl ++++ b/isomaker/80-openeuler/runtime-install.tmpl +@@ -22,7 +22,7 @@ installpkg --optional *-firmware --except alsa* --except midisport-firmware \ + --except crystalhd-firmware --except ivtv-firmware \ + --except cx18-firmware --except iscan-firmware \ + --except uhd-firmware --except lulzbot-marlin-firmware \ +- --except arm-trusted-firmware ++ --except arm-trusted-firmware --except raspberrypi-firmware + installpkg b43-openfwwf + + ## install all of the glibc langpacks since otherwise we get no locales +-- +2.27.0 + diff --git a/oemaker.spec b/oemaker.spec index ea44242..eb6b5b3 100644 --- a/oemaker.spec +++ b/oemaker.spec @@ -11,7 +11,7 @@ Summary: a duilding tool for DVD ISO making and ISO cutting License: Mulan PSL v2 Group: System/Management Version: 2.0.4 -Release: 8 +Release: 9 BuildRoot: %{_tmppath}/%{name} Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -37,6 +37,7 @@ Patch0011: 0011-support-desktop-iso.patch Patch0012: 0012-change-rescue-parameter-with-new-anaconda.patch Patch0013: 0013-enable-eject-in-install.img.patch Patch0014: 0014-remove-invalid-memtest.patch +Patch0015: 0015-bugfix-I6G246.patch %description a building tool for DVD ISO making and ISO cutting @@ -144,6 +145,11 @@ rm -rf %{buildroot} rm -rf $RPM_BUILD_DIR/%{name} %changelog +* Tue Feb 21 2023 wangchong - 2.0.4-9 +- ID:NA +- SUG:NA +- DESC:fix bug I6G246 + * Fri Feb 17 2023 wangchong - 2.0.4-8 - ID:NA - SUG:NA