From 009aa65781de0a33cbe802ba43a270904b26cfb6 Mon Sep 17 00:00:00 2001 From: miao_kaibo Date: Tue, 16 Mar 2021 14:27:18 +0800 Subject: [PATCH] add exclude rpm --- ...dd-exclude-rpm-sub-of-gimp-and-totem.patch | 34 +++++++++++++++++++ oemaker.spec | 8 ++++- 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 0003-add-exclude-rpm-sub-of-gimp-and-totem.patch diff --git a/0003-add-exclude-rpm-sub-of-gimp-and-totem.patch b/0003-add-exclude-rpm-sub-of-gimp-and-totem.patch new file mode 100644 index 0000000..6992750 --- /dev/null +++ b/0003-add-exclude-rpm-sub-of-gimp-and-totem.patch @@ -0,0 +1,34 @@ +From 4196eb9e39094158183f46e47efbe2864e90bdb7 Mon Sep 17 00:00:00 2001 +From: miao_kaibo +Date: Tue, 16 Mar 2021 11:53:57 +0800 +Subject: [PATCH] add exclude rpm sub of gimp and totem + +--- + config/rpmlist.xml | 10 ++++++++++ + 1 file changed, 10 insertions(+) + +diff --git a/config/rpmlist.xml b/config/rpmlist.xml +index a6ac01b..649aac1 100644 +--- a/config/rpmlist.xml ++++ b/config/rpmlist.xml +@@ -33,7 +33,17 @@ + texlive-scheme-medium + texlive-scheme-tetex + totem ++ totem-debuginfo ++ totem-debugsource ++ totem-devel ++ totem-help ++ totem-nautilus + gimp ++ gimp-libs ++ gimp-devel ++ gimp-help ++ gimp-debuginfo ++ gimp-debugsource + python3-nni + ceph-mgr-rook + ceph-mgr-ssh +-- +2.30.0 + diff --git a/oemaker.spec b/oemaker.spec index edb614c..b8e43ac 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 @@ -14,6 +14,7 @@ Patch0001: add-stratovirt-in-virtualization-group.patch Patch0002: 0001-change-source-iso-method.patch Patch0003: add-qemu-block-iscsi-in-virtualization-group.patch Patch0004: 0002-bug-fix-I3B7CH.patch +Patch0005: 0003-add-exclude-rpm-sub-of-gimp-and-totem.patch %description a building tool for making DVD ISO @@ -69,6 +70,11 @@ rm -rf %{buildroot} rm -rf $RPM_BUILD_DIR/%{name} %changelog +* Sat Mar 13 2021 miao_kaibo - 1.1.2-6 +- ID:NA +- SUG:NA +- DESC: add exclude rpm to rpmlist + * Sat Mar 13 2021 miao_kaibo - 1.1.2-5 - ID:NA - SUG:NA -- Gitee