From f08e08eae88a131f1de6ed6c8c002bc86dd04988 Mon Sep 17 00:00:00 2001 From: yangcheng1203 Date: Sat, 7 Aug 2021 09:39:26 +0800 Subject: [PATCH] repair installation error --- openvswitch.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/openvswitch.spec b/openvswitch.spec index b628107..93c6fa0 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: 11 +Release: 12 Source: https://www.openvswitch.org/releases/openvswitch-%{version}.tar.gz Buildroot: /tmp/openvswitch-rpm Patch0000: 0000-openvswitch-add-stack-protector-strong.patch @@ -14,7 +14,7 @@ Patch0004: CVE-2020-27827.patch Patch0005: CVE-2015-8011.patch Patch0006: backport-CVE-2021-36980.patch -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 BuildRequires: python2-six, openssl-devel checkpolicy selinux-policy-devel autoconf automake libtool python-sphinx unbound-devel Provides: openvswitch-selinux-policy = %{version}-%{release} Obsoletes: openvswitch-selinux-policy < %{version}-%{release} @@ -253,6 +253,12 @@ exit 0 %doc README.rst NEWS rhel/README.RHEL.rst %changelog +* Sat Aug 7 2021 yangcheng - 2.12.0-12 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: fix the error that openvswitch installation dependency is missing + * Thu Jul 29 2021 liuyumeng - 2.12.0-11 - Type:cve - ID:CVE-2021-36980 -- Gitee