From 5fcf8f630e4ed96153577651d81c7078eeef456b Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Tue, 10 Nov 2020 11:38:47 +0800 Subject: [PATCH] add help package to main package --- openvswitch.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/openvswitch.spec b/openvswitch.spec index f0d25a1..2a14f57 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -3,10 +3,11 @@ Summary: Production Quality, Multilayer Open Virtual Switch URL: http://www.openvswitch.org/ Version: 2.12.0 License: ASL 2.0 -Release: 6 +Release: 7 Source: https://www.openvswitch.org/releases/openvswitch-%{version}.tar.gz Buildroot: /tmp/openvswitch-rpm Patch0000: 0000-openvswitch-add-stack-protector-strong.patch +Requires: %{name}-help Requires: logrotate hostname python >= 2.7 python2-six selinux-policy-targeted BuildRequires: python2-six, openssl-devel checkpolicy selinux-policy-devel autoconf automake libtool python-sphinx unbound-devel Provides: openvswitch-selinux-policy = %{version}-%{release} @@ -202,6 +203,9 @@ exit 0 %doc README.rst NEWS rhel/README.RHEL.rst %changelog +* Fri Nov 06 2020 caodongxia - 2.12.0-7 +- Add install requires help package into main package + * Fri Sep 25 2020 luosuwang - 2.12.0-6 - Remove openvswitch-kmod package -- Gitee