Accepting request 1008217 from home:gmbr3:Active

- Move dbus system.d conf file to /usr (bsc#1204054)

OBS-URL: https://build.opensuse.org/request/show/1008217
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoclue2?expand=0&rev=97
This commit is contained in:
Dominique Leuenberger 2022-10-15 17:58:59 +00:00 committed by Git OBS Bridge
parent c2e2259332
commit f4ae2bee0f
2 changed files with 8 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 5 13:46:12 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
- Move dbus system.d conf file to /usr (bsc#1204054)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 1 08:46:41 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com> Thu Sep 1 08:46:41 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -96,6 +96,7 @@ communication mechanism to provide location information
%meson \ %meson \
-Dgtk-doc=false \ -Dgtk-doc=false \
-Ddbus-srv-user=srvGeoClue \ -Ddbus-srv-user=srvGeoClue \
-Ddbus-sys-dir=%{_datadir}/dbus-1/system.d \
%{nil} %{nil}
%meson_build %meson_build
%sysusers_generate_pre %{SOURCE1} srvGeoClue system-user-srvGeoClue.conf %sysusers_generate_pre %{SOURCE1} srvGeoClue system-user-srvGeoClue.conf
@ -127,20 +128,15 @@ install -m 644 %{SOURCE1} %{buildroot}%{_sysusersdir}/system-user-srvGeoClue.con
%dir %{_libexecdir}/geoclue-2.0/ %dir %{_libexecdir}/geoclue-2.0/
%{_libexecdir}/geoclue-2.0/demos/ %{_libexecdir}/geoclue-2.0/demos/
%{_datadir}/applications/geoclue-where-am-i.desktop %{_datadir}/applications/geoclue-where-am-i.desktop
%dir %{_datadir}/dbus-1
%dir %{_datadir}/dbus-1/interfaces
%{_datadir}/dbus-1/interfaces/org.freedesktop.GeoClue2.Client.xml %{_datadir}/dbus-1/interfaces/org.freedesktop.GeoClue2.Client.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.GeoClue2.Location.xml %{_datadir}/dbus-1/interfaces/org.freedesktop.GeoClue2.Location.xml
%{_datadir}/dbus-1/interfaces/org.freedesktop.GeoClue2.Manager.xml %{_datadir}/dbus-1/interfaces/org.freedesktop.GeoClue2.Manager.xml
%dir %{_datadir}/dbus-1/system-services
%{_datadir}/dbus-1/system-services/org.freedesktop.GeoClue2.service %{_datadir}/dbus-1/system-services/org.freedesktop.GeoClue2.service
%{_datadir}/polkit-1/rules.d/50-org.freedesktop.GeoClue2.rules %{_datadir}/polkit-1/rules.d/50-org.freedesktop.GeoClue2.rules
%dir %{_sysconfdir}/dbus-1
%dir %{_sysconfdir}/dbus-1/system.d
%dir %{_sysconfdir}/geoclue/ %dir %{_sysconfdir}/geoclue/
%config %{_sysconfdir}/geoclue/geoclue.conf %config %{_sysconfdir}/geoclue/geoclue.conf
%config %{_sysconfdir}/dbus-1/system.d/org.freedesktop.GeoClue2.conf %{_datadir}/dbus-1/system.d/org.freedesktop.GeoClue2.conf
%config %{_sysconfdir}/dbus-1/system.d/org.freedesktop.GeoClue2.Agent.conf %{_datadir}/dbus-1/system.d/org.freedesktop.GeoClue2.Agent.conf
%{_unitdir}/geoclue.service %{_unitdir}/geoclue.service
# Upstream is explicitly asking us to package these, so lets give it a go. # Upstream is explicitly asking us to package these, so lets give it a go.
%{_sysconfdir}/xdg/autostart/geoclue-demo-agent.desktop %{_sysconfdir}/xdg/autostart/geoclue-demo-agent.desktop