Update to 0.6.39
- Fixes ListCachedUsers race at startup
This commit is contained in:
parent
2e31e57135
commit
339de3b071
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
||||
/accountsservice-0.6.35.tar.xz
|
||||
/accountsservice-0.6.37.tar.xz
|
||||
/accountsservice-0.6.38.tar.xz
|
||||
/accountsservice-0.6.39.tar.xz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
%global _hardened_build 1
|
||||
|
||||
Name: accountsservice
|
||||
Version: 0.6.38
|
||||
Version: 0.6.39
|
||||
Release: 1%{?dist}
|
||||
Summary: D-Bus interfaces for querying and manipulating user account information
|
||||
|
||||
@ -107,6 +107,10 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.a
|
||||
%{_datadir}/gtk-doc/html/libaccountsservice/*
|
||||
|
||||
%changelog
|
||||
* Thu Oct 16 2014 Ray Strode <rstrode@redhat.com> 0.6.39-1
|
||||
- Update to 0.6.39
|
||||
- Fixes ListCachedUsers race at startup
|
||||
|
||||
* Thu Sep 18 2014 Stef Walter <stefw@redhat.com> - 0.6.38-1
|
||||
- Update to 0.6.38
|
||||
- Fixes polkit policy rhbz#1094138
|
||||
|
||||
Loading…
Reference in New Issue
Block a user