From b4824100721fd7e27308ca6646a4dc59d9f1247b Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 1 Apr 2021 17:31:52 -0400 Subject: [PATCH] Have server pull in vtbufferd --- confluent_server/confluent_server.spec.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/confluent_server/confluent_server.spec.tmpl b/confluent_server/confluent_server.spec.tmpl index 707800be..53e00dfc 100644 --- a/confluent_server/confluent_server.spec.tmpl +++ b/confluent_server/confluent_server.spec.tmpl @@ -12,6 +12,7 @@ Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Prefix: %{_prefix} BuildArch: noarch +Requires: confluent_vtbufferd %if "%{dist}" == ".el8" Requires: python3-pyghmi >= 1.0.34, python3-eventlet, python3-greenlet, python3-pycryptodomex >= 3.4.7, confluent_client, python3-pyparsing, python3-paramiko, python3-dns, python3-netifaces, python3-pyasn1 >= 0.2.3, python3-pysnmp >= 4.3.4, python3-pyte, python3-lxml, python3-eficompressor, python3-setuptools, python3-dateutil, python3-enum34, python3-asn1crypto, python3-cffi, python3-pyOpenSSL, python3-monotonic, python3-websocket-client python3-msgpack python3-libarchive-c python3-yaml %else