From f33216deaada56f264169f412c3a97b5fe26e717 Mon Sep 17 00:00:00 2001 From: yeah_wang Date: Fri, 26 Mar 2021 11:48:54 +0800 Subject: [PATCH] remove atlas --- 0003-remove-atlas.patch | 53 +++++++++++++++++++++++++++++++++++++++++ oemaker.spec | 8 ++++++- 2 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 0003-remove-atlas.patch diff --git a/0003-remove-atlas.patch b/0003-remove-atlas.patch new file mode 100644 index 0000000..2786021 --- /dev/null +++ b/0003-remove-atlas.patch @@ -0,0 +1,53 @@ +From c07e8a605f00b822add5e7f55c1f2b8227fa65f0 Mon Sep 17 00:00:00 2001 +From: yeah_wang +Date: Fri, 26 Mar 2021 14:05:35 +0800 +Subject: [PATCH] remove atlas + +--- + config/aarch64/normal.xml | 2 -- + config/x86_64/normal.xml | 2 -- + 2 files changed, 4 deletions(-) + +diff --git a/config/aarch64/normal.xml b/config/aarch64/normal.xml +index cab5406..f4a031b 100644 +--- a/config/aarch64/normal.xml ++++ b/config/aarch64/normal.xml +@@ -12,7 +12,6 @@ + true + false + +- atlas-devel + audit-libs-devel + bzip2-devel + c-ares-devel +@@ -1187,7 +1186,6 @@ + true + true + +- atlas + units + fftw + fftw-devel +diff --git a/config/x86_64/normal.xml b/config/x86_64/normal.xml +index 4ef88de..1c9dd8a 100644 +--- a/config/x86_64/normal.xml ++++ b/config/x86_64/normal.xml +@@ -12,7 +12,6 @@ + true + false + +- atlas-devel + audit-libs-devel + bzip2-devel + c-ares-devel +@@ -1188,7 +1187,6 @@ + true + true + +- atlas + units + fftw + fftw-devel +-- +1.8.3.1 + diff --git a/oemaker.spec b/oemaker.spec index 3332440..4223bcb 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-remove-atlas.patch %description a building tool for making DVD ISO @@ -67,6 +68,11 @@ rm -rf %{buildroot} rm -rf $RPM_BUILD_DIR/%{name} %changelog +* Thu Mar 25 2021 xinghe - 1.1.2-6 +- ID:NA +- SUG:NA +- DESC: remove atlas + * Sat Mar 13 2021 miao_kaibo - 1.1.2-5 - ID:NA - SUG:NA -- Gitee