diff --git a/SPECS/accountsservice.spec b/SPECS/accountsservice.spec index e15866d3866a831e275f6f929b734b245e13f38d..fcbb382fa77b9f22686b0e7630a71a2cc347fd52 100644 --- a/SPECS/accountsservice.spec +++ b/SPECS/accountsservice.spec @@ -2,7 +2,7 @@ Name: accountsservice Version: 0.6.50 -Release: 6%{?dist} +Release: 7%{?dist} Summary: D-Bus interfaces for querying and manipulating user account information License: GPLv3+ URL: https://www.freedesktop.org/wiki/Software/AccountsService/ @@ -26,6 +26,8 @@ Patch10: 0001-daemon-Fix-warnings-about-type-punning.patch Patch20: 0001-lib-don-t-set-loaded-state-until-seat-is-fetched.patch +Patch30: 0001-data-don-t-send-change-updates-for-login-history.patch + Patch90: 0001-lib-save-os-when-creating-user.patch Requires: polkit @@ -111,6 +113,10 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.a %{_datadir}/gtk-doc/html/libaccountsservice/* %changelog +* Mon Jun 17 2019 Ray Strode <rstrode@redhat.com> - 0.6.50-7 +- Don't send change updates for login history changes + Resolves: #1713080 + * Mon Nov 26 2018 Ray Strode <rstrode@redhat.com> - 0.6.50-6 - Fix user switching before screen lock Resolves: #1653263