Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package accountsservice for openSUSE:Factory 
checked in at 2026-05-04 12:48:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/accountsservice (Old)
 and      /work/SRC/openSUSE:Factory/.accountsservice.new.30200 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "accountsservice"

Mon May  4 12:48:19 2026 rev:93 rq:1350039 version:23.13.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/accountsservice/accountsservice.changes  
2025-07-17 17:18:22.430774961 +0200
+++ 
/work/SRC/openSUSE:Factory/.accountsservice.new.30200/accountsservice.changes   
    2026-05-04 12:48:43.253631185 +0200
@@ -1,0 +2,6 @@
+Wed Apr 22 14:30:01 UTC 2026 - Antonio Larrosa <[email protected]>
+
+- Add accountsservice.tmpfiles file to create directories under
+  /var using systemd-tmpfiles (jsc#PED-14834).
+
+-------------------------------------------------------------------

New:
----
  _scmsync.obsinfo
  accountsservice.tmpfiles
  build.specials.obscpio

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

Other differences:
------------------
++++++ accountsservice.spec ++++++
--- /var/tmp/diff_new_pack.AoxaIb/_old  2026-05-04 12:48:43.969660670 +0200
+++ /var/tmp/diff_new_pack.AoxaIb/_new  2026-05-04 12:48:43.973660834 +0200
@@ -29,6 +29,8 @@
 Source0:        
https://www.freedesktop.org/software/accountsservice/%{name}-%{version}.tar.xz
 # Patched mocklibc source to fix build with GCC 14
 Source1:        mocklibc-1.0.tar.gz
+# Directories where the server stores user data
+Source2:        accountsservice.tmpfiles
 # PATCH-FIX-UPSTREAM accountsservice-mocklib-gcc14.patch -- Fix meson checksum 
to accept patched tarball
 Patch0:         accountsservice-mocklib-gcc14.patch
 
@@ -105,7 +107,7 @@
 The accountsservice server provides a set of D-Bus interfaces for
 querying and manipulating user account information.
 
-This package contains the Vala bindings for accountservice.
+This package contains the Vala bindings for accountsservice.
 %endif
 
 %lang_package
@@ -130,12 +132,17 @@
 
 %install
 %meson_install
+
+mkdir -p %{buildroot}%{_tmpfilesdir}
+install -m 644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/accountsservice.conf
+
 %find_lang accounts-service
 
 %pre
 %service_add_pre accounts-daemon.service
 
 %post
+%tmpfiles_create %{_tmpfilesdir}/accountsservice.conf
 %service_add_post accounts-daemon.service
 
 %preun
@@ -157,13 +164,10 @@
 %{_datadir}/dbus-1/interfaces/org.freedesktop.Accounts.User.xml
 %{_datadir}/dbus-1/system-services/org.freedesktop.Accounts.service
 %{_datadir}/polkit-1/actions/org.freedesktop.accounts.policy
+%{_tmpfilesdir}/accountsservice.conf
 # User templates
 %dir %{_datadir}/accountsservice
 %{_datadir}/accountsservice/user-templates
-# Directories where the server stores user data
-%dir %{_localstatedir}/lib/AccountsService
-%dir %{_localstatedir}/lib/AccountsService/users
-%dir %{_localstatedir}/lib/AccountsService/icons
 %{_datadir}/locale/en/LC_MESSAGES/accounts-service.mo
 %{_datadir}/locale/en_GB/LC_MESSAGES/accounts-service.mo
 

++++++ _scmsync.obsinfo ++++++
mtime: 1776868596
commit: 35af11bda363e83491f0b5cf8967178f6b7a99ad37959194c2af47d29ffd86c0
url: https://src.opensuse.org/GNOME/accountsservice
revision: 35af11bda363e83491f0b5cf8967178f6b7a99ad37959194c2af47d29ffd86c0
projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj

++++++ accountsservice.tmpfiles ++++++
# Directories where the server stores user data
d /var/lib/AccountsService
d /var/lib/AccountsService/users
d /var/lib/AccountsService/icons

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-04-22 16:36:36.000000000 +0200
@@ -0,0 +1,4 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild

Reply via email to