From 424ac0708217882ae3f626191e960503baa1a2f3 Mon Sep 17 00:00:00 2001 From: ebasov Date: Fri, 4 Oct 2024 16:46:32 +0300 Subject: [PATCH] Add Requires --- SPECS/openlitespeed.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SPECS/openlitespeed.spec b/SPECS/openlitespeed.spec index 9398805..ca9086a 100644 --- a/SPECS/openlitespeed.spec +++ b/SPECS/openlitespeed.spec @@ -30,6 +30,10 @@ BuildRequires: libaio-devel BuildRequires: doxygen BuildRequires: docbook2X +%if 0%{?systemd_requires} +Requires: systemd +%endif + %description OpenLiteSpeed is a high-performance, lightweight, open source HTTP server developed and copyrighted by LiteSpeed Technologies.