summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChengwei Yang <chengwei.yang@intel.com>2013-09-10 18:26:16 +0800
committerChengwei Yang <chengwei.yang@intel.com>2013-09-10 18:41:16 +0800
commite78e0c44e5e471406b03f544c0a252c27e7a33f1 (patch)
treebe29ae8fef180d13246b4adf8a3169339d733e5f
parent8eeae5fd702a8cd9b474f1cdea494b4c777ec38a (diff)
downloaddbus-e78e0c44e5e471406b03f544c0a252c27e7a33f1.tar.gz
dbus-e78e0c44e5e471406b03f544c0a252c27e7a33f1.tar.bz2
dbus-e78e0c44e5e471406b03f544c0a252c27e7a33f1.zip
At previous, these directories owned by libdbus. However, the previous commit 8eeae5f split libdbus into a separate .spec and doesn't install these directoris. These directoris are critical to dbus, for example, without /etc/dbus-1/{system.d,session.d}, the dbus-daemon system bus and session bus can not launch. Change-Id: Ia98bd56171492c90e4a078b39adf08cc802cb955
-rw-r--r--packaging/dbus.spec7
1 files changed, 7 insertions, 0 deletions
diff --git a/packaging/dbus.spec b/packaging/dbus.spec
index 17b67889..dc3d1bab 100644
--- a/packaging/dbus.spec
+++ b/packaging/dbus.spec
@@ -156,6 +156,13 @@ rm -rf %{buildroot}/%{_bindir}/dbus-launch
%{_unitdir}/multi-user.target.wants/dbus.service
%dir %{_unitdir}/sockets.target.wants
%{_unitdir}/sockets.target.wants/dbus.socket
+%dir %{_sysconfdir}/dbus-1
+%dir %{_sysconfdir}/dbus-1/session.d
+%dir %{_sysconfdir}/dbus-1/system.d
+%dir %{_datadir}/dbus-1
+%dir %{_datadir}/dbus-1/interfaces
+%dir %{_datadir}/dbus-1/services
+%dir %{_datadir}/dbus-1/system-services
%files devel-doc
%defattr(-,root,root)