!169 [sync] PR-168: 【轻量级 PR】:sync add loongarch64 and sw_64 support
From: @openeuler-sync-bot Reviewed-by: @sunsuwan Signed-off-by: @sunsuwan
This commit is contained in:
commit
15046ac5c0
@ -1,12 +1,15 @@
|
|||||||
# This is enabled by default for versions of the distribution that
|
# This is enabled by default for versions of the distribution that
|
||||||
# have Python 3 by default.
|
# have Python 3 by default.
|
||||||
|
%ifarch sw_64
|
||||||
|
%define _binaries_in_noarch_packages_terminate_build 0
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: openvswitch
|
Name: openvswitch
|
||||||
Summary: Production Quality, Multilayer Open Virtual Switch
|
Summary: Production Quality, Multilayer Open Virtual Switch
|
||||||
URL: http://www.openvswitch.org/
|
URL: http://www.openvswitch.org/
|
||||||
Version: 2.12.4
|
Version: 2.12.4
|
||||||
License: ASL 2.0 and ISC
|
License: ASL 2.0 and ISC
|
||||||
Release: 4
|
Release: 5
|
||||||
Source: https://www.openvswitch.org/releases/openvswitch-%{version}.tar.gz
|
Source: https://www.openvswitch.org/releases/openvswitch-%{version}.tar.gz
|
||||||
Buildroot: /tmp/openvswitch-rpm
|
Buildroot: /tmp/openvswitch-rpm
|
||||||
Patch0000: 0000-openvswitch-add-stack-protector-strong.patch
|
Patch0000: 0000-openvswitch-add-stack-protector-strong.patch
|
||||||
@ -57,6 +60,10 @@ Python bindings for the Open vSwitch database
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
%ifarch loongarch64 sw_64
|
||||||
|
%_update_config_guess
|
||||||
|
%_update_config_sub
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf
|
autoreconf
|
||||||
@ -287,6 +294,9 @@ exit 0
|
|||||||
%doc README.rst NEWS rhel/README.RHEL.rst
|
%doc README.rst NEWS rhel/README.RHEL.rst
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 13 2023 zhouwenpei <zhouwenpei1@h-partners.com.cn> - 2.12.4-5
|
||||||
|
- sync add loongarch64 and sw_64 support
|
||||||
|
|
||||||
* Sat Oct 07 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 2.12.4-4
|
* Sat Oct 07 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 2.12.4-4
|
||||||
- fix CVE-2023-5366
|
- fix CVE-2023-5366
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user