diff --git a/0001-add-certs-to-initrd.patch b/0001-add-certs-to-initrd.patch new file mode 100644 index 0000000000000000000000000000000000000000..2ee9ee8ac82e8369802251b9c1f936b0c63ff39a --- /dev/null +++ b/0001-add-certs-to-initrd.patch @@ -0,0 +1,24 @@ +From 32eaa11271878f61ae9b8b898a29e39c98129012 Mon Sep 17 00:00:00 2001 +From: sunhi +Date: Fri, 9 May 2025 22:18:19 +0800 +Subject: [PATCH] add certs to initrd + +--- + isomaker/80-openeuler/runtime-cleanup.tmpl | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/isomaker/80-openeuler/runtime-cleanup.tmpl b/isomaker/80-openeuler/runtime-cleanup.tmpl +index d2bf781..759a78d 100644 +--- a/isomaker/80-openeuler/runtime-cleanup.tmpl ++++ b/isomaker/80-openeuler/runtime-cleanup.tmpl +@@ -145,7 +145,6 @@ removefrom bash /etc/* /usr/bin/bashbug* /usr/share/* + removefrom bind-utils /usr/bin/dig /usr/bin/host /usr/bin/nsupdate + removefrom bitmap-fangsongti-fonts /usr/share/fonts/* + removefrom ca-certificates /etc/pki/java/* +-removefrom ca-certificates /etc/pki/tls/certs/ca-bundle.trust.crt /etc/ssl/* + removefrom cairo /usr/bin/cairo-sphinx + removefrom coreutils /etc/* /usr/bin/link /usr/bin/nice /usr/bin/stty /usr/bin/su /usr/bin/unlink + removefrom coreutils /usr/sbin/runuser /usr/bin/[ /usr/bin/base64 /usr/bin/chcon +-- +2.33.0 + diff --git a/oemaker.spec b/oemaker.spec index 42732ae7156bb569b8588326cb437beef4530054..0ce112c5add2ff4cce1ebed8a0e5eed6cf51974d 100644 --- a/oemaker.spec +++ b/oemaker.spec @@ -15,7 +15,7 @@ Summary: a building tool for DVD ISO making and ISO cutting License: Mulan PSL v2 Group: System/Management Version: 3.3.0 -Release: 12 +Release: 13 BuildRoot: %{_tmppath}/%{name} Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -46,6 +46,7 @@ Patch0001: 0001-bugfix-IABY7K.patch Patch0002: 0001-fix-livecd-grub2-efi.cfg-not-found.patch Patch0003: 0001-Fixes-boot-failure-caused-by-invalid-volume-IDs.patch Patch0004: 0002-delete-package-xorg-x11-server-utils.patch +Patch0005: 0001-add-certs-to-initrd.patch %description a building tool for DVD ISO making and ISO cutting @@ -235,6 +236,12 @@ rm -rf %{buildroot} rm -rf $RPM_BUILD_DIR/%{name} %changelog +* Mon Aug 04 2025 sunhai - 3.3.0-13 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add certs to initrd + * Mon Jul 07 2025 wangchong - 3.3.0-12 - ID:NA - SUG:NA