diff options
author | Hyotaek Shim <hyotaek.shim@samsung.com> | 2017-06-07 19:20:27 +0900 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2017-06-07 19:20:27 +0900 |
commit | d9e73c1a37a2a04922c4599945b9ae6f3f65db7b (patch) | |
tree | 15479ccafb838ec8d972cf0c8703811af6644e38 | |
parent | 359b85307eac41c867ac6cafaaec1154c9396f47 (diff) | |
download | system-plugin-accepted/tizen/3.0/wearable/20170608.070945.tar.gz system-plugin-accepted/tizen/3.0/wearable/20170608.070945.tar.bz2 system-plugin-accepted/tizen/3.0/wearable/20170608.070945.zip |
Add "Requires(posttrans): systemd" in the spec filesubmit/tizen_3.0/20170607.110725accepted/tizen/3.0/wearable/20170608.070945accepted/tizen/3.0/tv/20170608.070943accepted/tizen/3.0/mobile/20170608.070939accepted/tizen/3.0/ivi/20170608.070947accepted/tizen/3.0/common/20170608.115602
Change-Id: Ic19f7815d75dca4f97912da3db4b86b7710cbc92
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
-rw-r--r-- | packaging/system-plugin.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/system-plugin.spec b/packaging/system-plugin.spec index 523caaa..009f71c 100644 --- a/packaging/system-plugin.spec +++ b/packaging/system-plugin.spec @@ -19,6 +19,7 @@ Requires(post): /usr/bin/vconftool BuildRequires: pkgconfig(vconf) BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(libtzplatform-config) +Requires(posttrans): systemd %description This package provides target specific system configuration files. |