Update to 0.6.19
Allows user deletion of logged in users Related: #814690
This commit is contained in:
parent
bf02b122cf
commit
62d5ed3142
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/accountsservice-0.6.15.tar.xz
|
||||
/accountsservice-0.6.17.tar.xz
|
||||
/accountsservice-0.6.18.tar.xz
|
||||
/accountsservice-0.6.19.tar.xz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
|
||||
Name: accountsservice
|
||||
Version: 0.6.18
|
||||
Version: 0.6.19
|
||||
Release: 1%{?dist}
|
||||
Summary: D-Bus interfaces for querying and manipulating user account information
|
||||
|
||||
@ -87,10 +87,14 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.a
|
||||
%{_libdir}/libaccountsservice.so
|
||||
%{_libdir}/pkgconfig/accountsservice.pc
|
||||
%{_datadir}/gir-1.0/AccountsService-1.0.gir
|
||||
# disabled for now until we get a vala-devel with Makefile.vapigen
|
||||
#%{_datadir}/vala/vapi/*
|
||||
%{_datadir}/vala/vapi/*
|
||||
|
||||
%changelog
|
||||
* Thu May 03 2012 Ray Strode <rstrode@redhat.com> 0.6.19-1
|
||||
- Update to 0.6.19
|
||||
Allows user deletion of logged in users
|
||||
Related: #814690
|
||||
|
||||
* Wed Apr 11 2012 Matthias Clasen <mclsaen@redhat.com> - 0.6.18-1
|
||||
- Update to 0.6.18
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user