Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package geoclue2 for openSUSE:Factory 
checked in at 2026-04-26 21:10:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/geoclue2 (Old)
 and      /work/SRC/openSUSE:Factory/.geoclue2.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "geoclue2"

Sun Apr 26 21:10:47 2026 rev:53 rq:1348904 version:2.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/geoclue2/geoclue2.changes        2026-04-16 
18:46:28.092127887 +0200
+++ /work/SRC/openSUSE:Factory/.geoclue2.new.11940/geoclue2.changes     
2026-04-26 21:11:38.630230091 +0200
@@ -1,0 +2,6 @@
+Wed Apr 22 22:22:37 UTC 2026 - Antonio Larrosa <[email protected]>
+
+- Create the home directory for srvGeoClue under /var with
+  tmpfiles.d (jsc#PED-14837).
+
+-------------------------------------------------------------------

New:
----
  srvGeoClue.tmpfiles

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ geoclue2.spec ++++++
--- /var/tmp/diff_new_pack.5jyOJX/_old  2026-04-26 21:11:39.298257404 +0200
+++ /var/tmp/diff_new_pack.5jyOJX/_new  2026-04-26 21:11:39.302257567 +0200
@@ -26,6 +26,7 @@
 URL:            https://gitlab.freedesktop.org/geoclue/geoclue
 Source0:        %{url}/-/archive/%{version}/geoclue-%{version}.tar.bz2
 Source1:        srvGeoClue.conf
+Source2:        srvGeoClue.tmpfiles
 Source99:       geoclue2-rpmlintrc
 BuildRequires:  meson >= 0.60.0
 BuildRequires:  pkgconfig
@@ -113,10 +114,17 @@
 # conf.d dir needed for drop-in configs (such as used by GNOME)
 install -d %{buildroot}%{_sysconfdir}/geoclue/conf.d
 
+# systemd-tmpfiles config file
+mkdir -p %{buildroot}%{_tmpfilesdir}
+install -m 644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/srvGeoClue.conf
+
 # note: do not use systemd macros for geoclue2.service, they are not meant for 
dbus unit files.
 %pre -n system-user-srvGeoClue -f srvGeoClue.pre
 %ldconfig_scriptlets
 
+%post -n system-user-srvGeoClue
+%tmpfiles_create %{_tmpfilesdir}/srvGeoClue.conf
+
 %files
 %license COPYING
 %doc README.md NEWS
@@ -144,7 +152,7 @@
 %{_datadir}/applications/geoclue-demo-agent.desktop
 
 %files -n system-user-srvGeoClue
-%attr(0700,srvGeoClue,root) %{_localstatedir}/lib/srvGeoClue
+%{_tmpfilesdir}/srvGeoClue.conf
 %{_sysusersdir}/system-user-srvGeoClue.conf
 %exclude %{_sysusersdir}/geoclue-sysusers.conf
 

++++++ srvGeoClue.tmpfiles ++++++
d /var/lib/srvGeoClue  0700 srvGeoClue root

Reply via email to