From 6cca7aa98516ab452e8e8b87b3328fa6677f362f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Oct 02 2012 13:42:08 +0000 Subject: sync with f18 --- diff --git a/.gitignore b/.gitignore index 3843610..e82b221 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/accountsservice.spec b/accountsservice.spec index e3b0ad3..e3ca270 100644 --- a/accountsservice.spec +++ b/accountsservice.spec @@ -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 - 0.6.25-2 +- Update to 0.6.25 +- Use systemd scriptlets (#856649) + * Wed Jul 18 2012 Fedora Release Engineering - 0.6.22-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 2c05d3d..4c7d946 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -73ec0e689a83a2970313cf7204f88622 accountsservice-0.6.22.tar.xz +c3705c4843aadace8aea3a4ff8a12b64 accountsservice-0.6.25.tar.xz