Accepting request 198545 from home:dimstar:branches:GNOME:Factory

- Re-enable the D-Bus service, as the services have been white-
  listed for Factory.

together with https://build.opensuse.org/request/show/198521 this will build.
So please don't worry for the build failure you see :)

OBS-URL: https://build.opensuse.org/request/show/198545
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoclue2?expand=0&rev=7
This commit is contained in:
Ismail Dönmez 2013-09-11 18:07:22 +00:00 committed by Git OBS Bridge
parent 0bdcf95e69
commit 911718e42e
2 changed files with 8 additions and 6 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Sep 11 14:06:00 UTC 2013 - dimstar@opensuse.org
- Re-enable the D-Bus service, as the services have been white-
listed for Factory.
-------------------------------------------------------------------
Tue Sep 10 08:41:47 UTC 2013 - dimstar@opensuse.org

View File

@ -72,10 +72,6 @@ make %{?_smp_mflags}
%install
%make_install
find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
# hack around the missing security review bnc#838360 - The geoclue service will not work, but we can build against it
rm %{buildroot}%{_datadir}/dbus-1/system-services/org.freedesktop.GeoClue2.service
rm %{buildroot}%{_sysconfdir}/dbus-1/system.d/org.freedesktop.GeoClue2.conf
# End security workaround hack
%pre
getent passwd %{dbus_user} > /dev/null || useradd -r -g nogroup -d /var/lib/%{dbus_user} -s /sbin/nologin -c "User for GeoClue D-Bus service" %{dbus_user}
@ -86,11 +82,11 @@ getent passwd %{dbus_user} > /dev/null || useradd -r -g nogroup -d /var/lib/%{db
%{_libexecdir}/geoclue
%dir %{_datadir}/dbus-1
%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}/geoclue-2.0/
%dir %{_sysconfdir}/dbus-1
%dir %{_sysconfdir}/dbus-1/system.d
#config %{_sysconfdir}/dbus-1/system.d/org.freedesktop.GeoClue2.conf
%config %{_sysconfdir}/dbus-1/system.d/org.freedesktop.GeoClue2.conf
%files devel
%defattr(-,root,root)