sync with f18

This commit is contained in:
Matthias Clasen 2012-10-02 09:42:08 -04:00
parent d1b500b92e
commit 6cca7aa985
3 changed files with 20 additions and 3 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@
/accountsservice-0.6.20.tar.xz
/accountsservice-0.6.21.tar.xz
/accountsservice-0.6.22.tar.xz
/accountsservice-0.6.25.tar.xz

View File

@ -1,7 +1,7 @@
Name: accountsservice
Version: 0.6.22
Release: 3%{?dist}
Version: 0.6.25
Release: 2%{?dist}
Summary: D-Bus interfaces for querying and manipulating user account information
Group: System Environment/Daemons
@ -23,6 +23,10 @@ BuildRequires: vala-tools
Requires: polkit
Requires: shadow-utils
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units
%package libs
Summary: Client-side library to talk to accountsservice
Group: Development/Libraries
@ -69,6 +73,14 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.a
%postun libs -p /sbin/ldconfig
%post
%systemd_post accounts-daemon.service
%preun
%systemd_preun accounts-daemon.service
%postun
%systemd_postun accounts-daemon.service
%files -f accounts-service.lang
%defattr(-,root,root,-)
@ -96,6 +108,10 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.a
%{_datadir}/vala/vapi/*
%changelog
* Tue Oct 2 2012 Matthias Clasen <mclasen@redhat.com> - 0.6.25-2
- Update to 0.6.25
- Use systemd scriptlets (#856649)
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.22-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
73ec0e689a83a2970313cf7204f88622 accountsservice-0.6.22.tar.xz
c3705c4843aadace8aea3a4ff8a12b64 accountsservice-0.6.25.tar.xz