From e1425e8f9cc109b7d63d762c9c9f89f50708f2cf Mon Sep 17 00:00:00 2001 From: Taeyoung Kim Date: Tue, 8 Mar 2016 17:24:22 +0900 Subject: build: add systemctl requirement - /usr/bin/systemctl is used in the post script. Thus the requirement is added Change-Id: I6606fb5dfde46992ca8efee5c340c79148177cd6 Signed-off-by: Taeyoung Kim --- packaging/system-plugin.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packaging') diff --git a/packaging/system-plugin.spec b/packaging/system-plugin.spec index e829651..3492a61 100644 --- a/packaging/system-plugin.spec +++ b/packaging/system-plugin.spec @@ -10,7 +10,7 @@ License: Apache-2.0 Source0: %{name}-%{version}.tar.bz2 Source1: %{name}.manifest -Requires(post): systemd +Requires(post): /usr/bin/systemctl %description This package provides target specific system configuration files. -- cgit v1.2.3