From dd07e492292221145753b6040fc286e8b580d099 Mon Sep 17 00:00:00 2001 From: miao_kaibo Date: Wed, 7 Apr 2021 14:21:54 +0800 Subject: [PATCH] add rpms to rpmlist which will be deleted from iso --- ...mlist-which-will-be-deleted-from-iso.patch | 69 +++++++++++++++++++ oemaker.spec | 8 ++- 2 files changed, 76 insertions(+), 1 deletion(-) create mode 100644 0003-add-rpms-to-rpmlist-which-will-be-deleted-from-iso.patch diff --git a/0003-add-rpms-to-rpmlist-which-will-be-deleted-from-iso.patch b/0003-add-rpms-to-rpmlist-which-will-be-deleted-from-iso.patch new file mode 100644 index 0000000..64bdc09 --- /dev/null +++ b/0003-add-rpms-to-rpmlist-which-will-be-deleted-from-iso.patch @@ -0,0 +1,69 @@ +From d2f9f5097b96ad52bdfc1857a1c3f9047a490393 Mon Sep 17 00:00:00 2001 +From: miao_kaibo +Date: Wed, 7 Apr 2021 10:45:44 +0800 +Subject: [PATCH] add rpms to rpmlist which will be deleted from iso + +--- + config/rpmlist.xml | 27 +++++++++++++++++++++++++++ + 1 file changed, 27 insertions(+) + +diff --git a/config/rpmlist.xml b/config/rpmlist.xml +index a6ac01b..6222a42 100644 +--- a/config/rpmlist.xml ++++ b/config/rpmlist.xml +@@ -20,18 +20,24 @@ + texlive-collection-mathscience + texlive-collection-latexextra + texlive-collection-fontsextra ++ texlive-crossrefware + texlive-ctanupload + texlive-exceltex + texlive-latexindent + texlive-biblatex-apa ++ texlive-bibtexperllibs + texlive-collection-binextra + texlive-collection-fontutils + texlive-includernw + texlive-oldstandard ++ texlive-pdfpc-movie + texlive-scheme-full + texlive-scheme-gust + texlive-scheme-medium + texlive-scheme-tetex ++ wildfly-core ++ wildfly-core-javadoc ++ wildfly-core-feature-pack + totem + gimp + python3-nni +@@ -39,6 +45,27 @@ + ceph-mgr-ssh + ceph-mgr-dashboard + ceph-mgr-k8sevents ++ dbus-c++-devel ++ gnome-software ++ gnome-software-devel ++ gnome-software-editor ++ gnome-software-help ++ ironjacamar ++ maven-plugins-pom ++ metrics-jdbi ++ nodejs-bunker ++ nodejs-lru-queue ++ nodejs-timers-ext ++ nodejs-grunt-contrib-internal ++ obs-api-testsuite-deps ++ pcp-collector ++ rubygem-activestorage-doc ++ rubygem-pry-nav-doc ++ rubygem-rails ++ rubygem-rspec-help ++ rubygem-rspec-rails-help ++ rubygem-rspec2-doc- ++ rubygem-selenium-webdriver-doc- + + + totem +-- +2.30.0 + diff --git a/oemaker.spec b/oemaker.spec index fd32c6c..65c75e8 100644 --- a/oemaker.spec +++ b/oemaker.spec @@ -3,7 +3,7 @@ Summary: a duilding tool for making DVD ISO License: Mulan PSL v2 Group: System/Management Version: 1.1.2 -Release: 5 +Release: 6 BuildRoot: %{_tmppath}/%{name} Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildArch: noarch @@ -12,6 +12,7 @@ Requires: lorax >= 19.6.78-1 Patch0001: 0001-change-source-iso-method.patch Patch0002: 0002-bug-fix-I3B7CH.patch +Patch0003: 0003-add-rpms-to-rpmlist-which-will-be-deleted-from-iso.patch %description a building tool for making DVD ISO @@ -67,6 +68,11 @@ rm -rf %{buildroot} rm -rf $RPM_BUILD_DIR/%{name} %changelog +* Wed Apr 7 2021 miao_kaibo - 1.1.2-6 +- ID:NA +- SUG:NA +- DESC: add rpms to rpmlist which will be deleted from iso + * Sat Mar 13 2021 miao_kaibo - 1.1.2-5 - ID:NA - SUG:NA -- Gitee