From 6b9eb315276dc82f9392887be061365dfacf6bf0 Mon Sep 17 00:00:00 2001 From: songmingliang Date: Wed, 20 Apr 2022 14:03:02 +0800 Subject: [PATCH] Add Anolis platform and Support Loongarch for python --- 1001-python3-anolis-add-loongarch.patch | 12 ++++++++++++ add-anolis-platform.patch | 12 ++++++++++++ python3.spec | 14 +++++++++++++- 3 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 1001-python3-anolis-add-loongarch.patch create mode 100644 add-anolis-platform.patch diff --git a/1001-python3-anolis-add-loongarch.patch b/1001-python3-anolis-add-loongarch.patch new file mode 100644 index 0000000..3a1e801 --- /dev/null +++ b/1001-python3-anolis-add-loongarch.patch @@ -0,0 +1,12 @@ +diff -Nurp Python-3.6.8.orig/configure.ac Python-3.6.8/configure.ac +--- Python-3.6.8.orig/configure.ac 2021-01-07 07:03:34.660156250 +0000 ++++ Python-3.6.8/configure.ac 2021-01-07 07:04:44.785156250 +0000 +@@ -824,6 +824,8 @@ cat >> conftest.c < - 3.6.8-45.0.1 +- Support Loongarch for python3 +- Add Anolis platform + * Fri Jan 07 2022 Charalampos Stratakis - 3.6.8-45 - Security fix for CVE-2021-4189: ftplib should not use the host from the PASV response Resolves: rhbz#2036020 -- Gitee