Update to 0.6.14
This commit is contained in:
parent
15c0f0d023
commit
cbd37c37e0
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/accountsservice-0.6.11.tar.bz2
|
||||
/accountsservice-0.6.12.tar.bz2
|
||||
/accountsservice-0.6.13.tar.xz
|
||||
/accountsservice-0.6.14.tar.xz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
|
||||
Name: accountsservice
|
||||
Version: 0.6.13
|
||||
Release: 3%{?dist}
|
||||
Version: 0.6.14
|
||||
Release: 1%{?dist}
|
||||
Summary: D-Bus interfaces for querying and manipulating user account information
|
||||
|
||||
Group: System Environment/Daemons
|
||||
@ -10,9 +10,6 @@ URL: http://www.fedoraproject.org/wiki/Features/UserAccountDialog
|
||||
#VCS: git:git://git.freedesktop.org/accountsservice
|
||||
Source0: http://www.freedesktop.org/software/accountsservice/accountsservice-%{version}.tar.xz
|
||||
|
||||
# upstream fix
|
||||
Patch0: 0001-Fix-fast-user-switching.patch
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: dbus-glib-devel
|
||||
BuildRequires: polkit-devel
|
||||
@ -52,7 +49,6 @@ of these interfaces, based on the useradd, usermod and userdel commands.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -91,6 +87,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.a
|
||||
%{_datadir}/gir-1.0/AccountsService-1.0.gir
|
||||
|
||||
%changelog
|
||||
* Wed Sep 21 2011 Ray Strode <rstrode@redhat.com> 0.6.14-1
|
||||
- Update to 0.6.14
|
||||
|
||||
* Sun Sep 4 2011 Matthias Clasen <mclasen@redhat.com> - 0.6.13-3
|
||||
- Fix fast user switching
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user