[accountsservice] sync with f18

Matthias Clasen mclasen at fedoraproject.org
Tue Oct 2 13:41:39 UTC 2012


commit 6cca7aa98516ab452e8e8b87b3328fa6677f362f
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue Oct 2 09:42:08 2012 -0400

    sync with f18

 .gitignore           |    1 +
 accountsservice.spec |   20 ++++++++++++++++++--
 sources              |    2 +-
 3 files changed, 20 insertions(+), 3 deletions(-)
---
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 <mclasen at redhat.com> - 0.6.25-2
+- Update to 0.6.25
+- Use systemd scriptlets (#856649)
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list