diff --git a/.gitignore b/.gitignore index c89a8c0..0e5ca8a 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /accountsservice-0.6.37.tar.xz /accountsservice-0.6.38.tar.xz /accountsservice-0.6.39.tar.xz +/accountsservice-0.6.40.tar.xz diff --git a/accountsservice.spec b/accountsservice.spec index ebf53f1..46a59e7 100644 --- a/accountsservice.spec +++ b/accountsservice.spec @@ -1,8 +1,8 @@ %global _hardened_build 1 Name: accountsservice -Version: 0.6.39 -Release: 2%{?dist} +Version: 0.6.40 +Release: 1%{?dist} Summary: D-Bus interfaces for querying and manipulating user account information Group: System Environment/Daemons @@ -26,8 +26,6 @@ Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units -Patch0: fix-sssd-race.patch - %package libs Summary: Client-side library to talk to accountsservice Group: Development/Libraries @@ -57,7 +55,6 @@ of these interfaces, based on the useradd, usermod and userdel commands. %prep %setup -q -%patch0 -p1 -b .fix-sssd-race %build %configure --enable-user-heuristics @@ -110,6 +107,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.a %{_datadir}/gtk-doc/html/libaccountsservice/* %changelog +* Fri Jan 23 2015 Ray Strode 0.6.40-1 +- Update to 0.6.40 + * Fri Oct 17 2014 Ray Strode 0.6.39-2 - More ListCachedUsers race fixes (this time with SSSD) Related: #1147504 diff --git a/sources b/sources index 06b164f..ef4f399 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7c4ad675547ff05d650c1a3acdbfd063 accountsservice-0.6.39.tar.xz +8b21fe2fbb2b0cf1ba8329596898b203 accountsservice-0.6.40.tar.xz