sync with f18
This commit is contained in:
parent
d1b500b92e
commit
6cca7aa985
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user