From 78f38b53028b804a677f4ec6ccb06c6e67792ba4 Mon Sep 17 00:00:00 2001 From: Huang Yang Date: Tue, 7 Mar 2023 09:25:31 +0800 Subject: [PATCH] On loongarch64,update config.guess and config.sub --- openvswitch.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/openvswitch.spec b/openvswitch.spec index 77effa1..f6d245c 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -6,7 +6,7 @@ Summary: Production Quality, Multilayer Open Virtual Switch URL: http://www.openvswitch.org/ Version: 2.12.4 License: ASL 2.0 and ISC -Release: 2 +Release: 3 Source: https://www.openvswitch.org/releases/openvswitch-%{version}.tar.gz Buildroot: /tmp/openvswitch-rpm Patch0000: 0000-openvswitch-add-stack-protector-strong.patch @@ -55,7 +55,10 @@ Python bindings for the Open vSwitch database %prep %autosetup -p1 - +%ifarch loongarch64 +%_update_config_guess +%_update_config_sub +%endif %build autoreconf ./configure \ @@ -285,6 +288,9 @@ exit 0 %doc README.rst NEWS rhel/README.RHEL.rst %changelog +* Tue Mar 7 2023 Huang Yang - 2.12.4-3 +- On loongarch64 architecture,update config.guess and config.sub + * Thu Dec 29 2022 zhouwenpei - 2.12.4-2 - fix CVE-2022-4338 -- Gitee