From c23fcc3226efe18eedbff0549009eb611bed8366 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 28 2021 04:20:15 +0000 Subject: import accountsservice-0.6.55-4.el8 --- diff --git a/SPECS/accountsservice.spec b/SPECS/accountsservice.spec index 39603f0..de6c508 100644 --- a/SPECS/accountsservice.spec +++ b/SPECS/accountsservice.spec @@ -2,7 +2,7 @@ Name: accountsservice Version: 0.6.55 -Release: 3%{?dist} +Release: 4%{?dist} Summary: D-Bus interfaces for querying and manipulating user account information License: GPLv3+ URL: https://www.freedesktop.org/wiki/Software/AccountsService/ @@ -105,8 +105,8 @@ cp $RPM_SOURCE_DIR/user-template $RPM_BUILD_ROOT%{_datadir}/accountsservice/user %{_datadir}/accountsservice/user-templates/standard %{_datadir}/dbus-1/interfaces/com.redhat.AccountsServiceUser.System.xml %dir %{_localstatedir}/lib/AccountsService/ -%dir %{_localstatedir}/lib/AccountsService/users -%dir %{_localstatedir}/lib/AccountsService/icons +%attr(0700, root, root) %dir %{_localstatedir}/lib/AccountsService/users +%attr(0775, root, root) %dir %{_localstatedir}/lib/AccountsService/icons %{_unitdir}/accounts-daemon.service %files libs @@ -122,6 +122,11 @@ cp $RPM_SOURCE_DIR/user-template $RPM_BUILD_ROOT%{_datadir}/accountsservice/user %{_datadir}/gtk-doc/html/libaccountsservice/* %changelog +* Mon Oct 25 2021 Ray Strode - 0.6.55-4 +- Synchronize permissions and group ownership for icon and users dirs + between rpm file manifest and daemon expectations + Resolves: #1919300 + * Tue Oct 12 2021 Ray Strode - 0.6.55-3 - Allow cache files to configure and override system accounts Resolves: #2012331