diff options
author | Taeyoung Kim <ty317.kim@samsung.com> | 2016-03-08 17:24:22 +0900 |
---|---|---|
committer | Taeyoung Kim <ty317.kim@samsung.com> | 2016-03-08 17:24:22 +0900 |
commit | e1425e8f9cc109b7d63d762c9c9f89f50708f2cf (patch) | |
tree | 2cc3b00be813d5355665704a7f0f29e3c3bc3a6d /packaging | |
parent | 3626db1ca10bb6d0b2da0813cd3cd136c8cdd200 (diff) | |
download | system-plugin-e1425e8f9cc109b7d63d762c9c9f89f50708f2cf.tar.gz system-plugin-e1425e8f9cc109b7d63d762c9c9f89f50708f2cf.tar.bz2 system-plugin-e1425e8f9cc109b7d63d762c9c9f89f50708f2cf.zip |
build: add systemctl requirementsubmit/tizen/20160308.090827accepted/tizen/wearable/20160308.102939accepted/tizen/tv/20160308.102921accepted/tizen/mobile/20160308.102905accepted/tizen/ivi/20160308.103000accepted/tizen/common/20160308.143610
- /usr/bin/systemctl is used in the post script.
Thus the requirement is added
Change-Id: I6606fb5dfde46992ca8efee5c340c79148177cd6
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/system-plugin.spec | 2 |
1 files changed, 1 insertions, 1 deletions
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. |