From f1778577fcc187b2bb1ca314a6a1110b2d872285 Mon Sep 17 00:00:00 2001 From: yangcheng1203 Date: Mon, 18 Oct 2021 15:40:18 +0800 Subject: [PATCH] fix install error (cherry picked from commit 6b66f22b6849ea44b29ccbc0d6556f4f79c06a3a) --- openvswitch.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/openvswitch.spec b/openvswitch.spec index 087f278..f157a08 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -3,7 +3,7 @@ Summary: Production Quality, Multilayer Open Virtual Switch URL: http://www.openvswitch.org/ Version: 2.12.0 License: ASL 2.0 and ISC -Release: 13 +Release: 14 Source: https://www.openvswitch.org/releases/openvswitch-%{version}.tar.gz Buildroot: /tmp/openvswitch-rpm Patch0000: 0000-openvswitch-add-stack-protector-strong.patch @@ -16,7 +16,7 @@ Patch0006: backport-CVE-2021-36980.patch Patch0007: 0002-fix-DPDK-compiling-error.patch Requires: %{name}-help -Requires: logrotate hostname python >= 2.7 python2-six selinux-policy-targeted +Requires: logrotate hostname python >= 2.7 python2-six selinux-policy-targeted libsepol >= 3.1 Requires: openssl iproute module-init-tools BuildRequires: python2-six, openssl-devel checkpolicy selinux-policy-devel autoconf automake libtool python-sphinx unbound-devel # required by python3-openvswitch and build configuration --with-dpdk --libcapng @@ -526,6 +526,12 @@ exit 0 %{_unitdir}/ovn-controller-vtep.service %changelog +* Thu Oct 18 2021 yangcheng - 2.12.0-14 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: fix the error of opevswitch installation and upgrade + * Fri Aug 27 2021 Ge Wang - 2.12.0-13 - Add host, ipsec and ovn subpackage -- Gitee