From 95d308ab88e5b64de3036924aa85dc9bf19352fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Delicado=20Alcolea?= Date: Thu, 16 Dec 2021 17:41:52 +0100 Subject: [PATCH] RHEL7-non-systemd: add initscripts as a dependency --- RHEL7-non-systemd/NVDARemoteServer.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RHEL7-non-systemd/NVDARemoteServer.spec b/RHEL7-non-systemd/NVDARemoteServer.spec index 40cb425..4b959a6 100644 --- a/RHEL7-non-systemd/NVDARemoteServer.spec +++ b/RHEL7-non-systemd/NVDARemoteServer.spec @@ -5,7 +5,7 @@ Summary: NVDARemote server rpm Source0: server.tar.gz License: GPLv2 URL: https://github.com/jmdaweb/NVDARemoteServer -Requires: python3, openssl +Requires: python3, openssl, initscripts Group: System Environment/Daemons BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-buildroot