Skip to content

Commit

Permalink
Move D-Bus conf file to $(datadir)/dbus-1/system.d
Browse files Browse the repository at this point in the history
Since D-Bus 1.9.18 configuration files installed by third-party should
go in share/dbus-1/system.d. The old location is for sysadmin overrides.

Closes: coreos#1903
Approved by: jlebon
  • Loading branch information
worldofpeace authored and rh-atomic-bot committed Sep 17, 2019
1 parent 13377d4 commit a8ee788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile-daemon.am
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ librpmostreed_la_LIBADD = \
$(NULL)

dbusconf_DATA = $(srcdir)/src/daemon/org.projectatomic.rpmostree1.conf
dbusconfdir = ${sysconfdir}/dbus-1/system.d
dbusconfdir = $(datadir)/dbus-1/system.d

systemdunit_service_in_files = \
$(srcdir)/src/daemon/rpm-ostreed.service.in \
Expand Down
2 changes: 1 addition & 1 deletion packaging/rpm-ostree.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ $PYTHON autofiles.py > files \
'%{_bindir}/*' \
'%{_libdir}/%{name}' \
'%{_mandir}/man*/*' \
'%{_sysconfdir}/dbus-1/system.d/*' \
'%{_datadir}/dbus-1/system.d/*' \
'%{_sysconfdir}/rpm-ostreed.conf' \
'%{_prefix}/lib/systemd/system/*' \
'%{_libexecdir}/rpm-ostree*' \
Expand Down

0 comments on commit a8ee788

Please sign in to comment.