diff options
author | Hyotaek Shim <hyotaek.shim@samsung.com> | 2017-10-13 17:59:39 +0900 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2017-10-13 17:59:39 +0900 |
commit | cae1c23521cc663d231ab012058ea6eb3b645da1 (patch) | |
tree | 04808c2ea06fa23f5a0510273da823c300b438ba | |
parent | f29016c2b834a401f20cc5291d0c6bc10db01019 (diff) | |
download | system-plugin-cae1c23521cc663d231ab012058ea6eb3b645da1.tar.gz system-plugin-cae1c23521cc663d231ab012058ea6eb3b645da1.tar.bz2 system-plugin-cae1c23521cc663d231ab012058ea6eb3b645da1.zip |
Remove dbus-devel package dependency from profile-iotsubmit/tizen/20171013.090051
Change-Id: I33ae02f6f3f54918c967568788dbc148f13620de
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
-rw-r--r-- | packaging/system-plugin.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/system-plugin.spec b/packaging/system-plugin.spec index 0f7e726..f24f1cd 100644 --- a/packaging/system-plugin.spec +++ b/packaging/system-plugin.spec @@ -41,7 +41,7 @@ This package provides RPi3 specific system configuration files. %package iot Summary: IoT specific system configuration files Requires: %{name} = %{version}-%{release} -Requires: pkgconfig(dbus-1) +Requires: dbus-1 BuildArch: noarch %description iot @@ -151,7 +151,7 @@ This package provides system configuration files for the RPI3 device. %package profile-iot Summary: System configuration files for IoT profiles Requires: %{name} = %{version}-%{release} -Requires: pkgconfig(dbus-1) +Requires: dbus-1 BuildArch: noarch %description profile-iot |