From f45c5e3e4232e7232998020a34e8b9b11acf7a5b Mon Sep 17 00:00:00 2001 From: Poorunga <2744323@qq.com> Date: Mon, 27 Sep 2021 11:48:44 +0800 Subject: [PATCH] add mosquitto require --- kubeedge.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kubeedge.spec b/kubeedge.spec index a0702c6..4a68c76 100644 --- a/kubeedge.spec +++ b/kubeedge.spec @@ -15,7 +15,6 @@ License: Apache-2.0 URL: https://github.com/kubeedge/kubeedge Source0: https://github.com/kubeedge/kubeedge/archive/refs/tags/v%{version}.tar.gz BuildRequires: golang glibc-static make tar systemd git -Requires: mosquitto Patch0001: 0001-rpminstaller-add-support-for-openEuler.patch @@ -27,6 +26,7 @@ synchronization between cloud and edge. %package keadm Summary: Keadm is used to install the cloud and edge components of KubeEdge. +Requires: mosquitto Provides: keadm = %{version} %description keadm @@ -48,6 +48,7 @@ This package contains the cloudcore binary for the cloud node. %package edgecore Summary: KubeEdge Lightweight Edge Agent (EdgeCore) +Requires: mosquitto Provides: edgecore = %{version} %description edgecore @@ -59,6 +60,7 @@ This package contains the edgecore binary for the edge node. %package edgesite Summary: A GRPC agent/server +Requires: mosquitto Provides: edgesite-agent = %{version} Provides: edgesite-server = %{version}