add powerpc64le to generic_arches

This commit is contained in:
邹鹏 2024-02-20 15:48:30 +08:00
parent b031dd7f4d
commit 6b747a1ea4
2 changed files with 7 additions and 4 deletions

View File

@ -1,7 +1,7 @@
From c6d355a6997ac10403181015b5ca9d17dcf8d1a7 Mon Sep 17 00:00:00 2001 From c6d355a6997ac10403181015b5ca9d17dcf8d1a7 Mon Sep 17 00:00:00 2001
From: JianChunfu <chunfu.jian@shingroup.cn> From: JianChunfu <chunfu.jian@shingroup.cn>
Date: Tue, 24 Oct 2023 18:38:38 +0800 Date: Tue, 24 Oct 2023 18:38:38 +0800
Subject: [PATCH] add ppc64le support Subject: [PATCH] add powerpc64le and ppc64le support
--- ---
macros | 2 +- macros | 2 +-
@ -17,7 +17,7 @@ index 5c7447b..38dc694 100644
#arches macros #arches macros
-%generic_arches %{ix86} x86_64 %{arm} aarch64 loongarch64 -%generic_arches %{ix86} x86_64 %{arm} aarch64 loongarch64
+%generic_arches %{ix86} x86_64 %{arm} aarch64 loongarch64 ppc64le +%generic_arches %{ix86} x86_64 %{arm} aarch64 loongarch64 powerpc64le ppc64le
%ldc_arches %{generic_arches} %ldc_arches %{generic_arches}
%valgrind_arches %{generic_arches} %valgrind_arches %{generic_arches}
%nodejs_arches %{generic_arches} %nodejs_arches %{generic_arches}

View File

@ -3,7 +3,7 @@
Name: %{vendor}-rpm-config Name: %{vendor}-rpm-config
Version: 30 Version: 30
Release: 47 Release: 48
License: GPL+ License: GPL+
Summary: specific rpm configuration files Summary: specific rpm configuration files
URL: https://gitee.com/openeuler/openEuler-rpm-config URL: https://gitee.com/openeuler/openEuler-rpm-config
@ -33,7 +33,7 @@ Patch19: add-pyproject-macros.patch
Patch20: add-pytest-and-tox-macros.patch Patch20: add-pytest-and-tox-macros.patch
Patch21: check-if-the-file-is-a-symbolic-link-in-brp-digest-list.patch Patch21: check-if-the-file-is-a-symbolic-link-in-brp-digest-list.patch
Patch22: fix-the-ELF-file-cannot-be-found-due-to-escape-of.patch Patch22: fix-the-ELF-file-cannot-be-found-due-to-escape-of.patch
Patch23: Add-ppc64le-support.patch Patch23: add-powerpc64le-and-ppc64le-support.patch
Provides: python-rpm-macros = %{?epoch:%{epoch}:}%{version}-%{release} Provides: python-rpm-macros = %{?epoch:%{epoch}:}%{version}-%{release}
Provides: python2-rpm-macros = %{?epoch:%{epoch}:}%{version}-%{release} Provides: python2-rpm-macros = %{?epoch:%{epoch}:}%{version}-%{release}
@ -145,6 +145,9 @@ sed -i "s/__vendor/%{vendor}/g" `grep "__vendor" -rl %{buildroot}%{_rpmconfigdir
%{rpmvdir}/find-requires.ksyms %{rpmvdir}/find-requires.ksyms
%changelog %changelog
* Tue Feb 20 2024 peng.zou <peng.zou@shingroup.cn> - 30-48
- add powerpc64le to generic_arches
* Mon Dec 11 2023 jiahua.yu <jiahua.yu@shingroup.cn> - 30-47 * Mon Dec 11 2023 jiahua.yu <jiahua.yu@shingroup.cn> - 30-47
- Init support for arch ppc64le - Init support for arch ppc64le