[accountsservice/f16] Update to 0.6.15

Ray Strode rstrode at fedoraproject.org
Tue Nov 15 20:13:02 UTC 2011


commit ab56acd1be91deba47c25311042ca4538f14ed18
Author: Ray Strode <rstrode at redhat.com>
Date:   Tue Nov 15 15:12:42 2011 -0500

    Update to 0.6.15
    
    Fixes session chooser at login screen when logged into VT

 .gitignore             |    1 +
 accountsservice.spec   |   11 ++++++-----
 fix-wtmp-loading.patch |   29 -----------------------------
 sources                |    2 +-
 4 files changed, 8 insertions(+), 35 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 941d6be..0b7d37b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /accountsservice-0.6.12.tar.bz2
 /accountsservice-0.6.13.tar.xz
 /accountsservice-0.6.14.tar.xz
+/accountsservice-0.6.15.tar.xz
diff --git a/accountsservice.spec b/accountsservice.spec
index 993eb2f..8a452b7 100644
--- a/accountsservice.spec
+++ b/accountsservice.spec
@@ -1,7 +1,7 @@
 
 Name:           accountsservice
-Version:        0.6.14
-Release:        2%{?dist}
+Version:        0.6.15
+Release:        1%{?dist}
 Summary:        D-Bus interfaces for querying and manipulating user account information
 
 Group:          System Environment/Daemons
@@ -20,8 +20,6 @@ BuildRequires:  gobject-introspection-devel
 Requires:       polkit
 Requires:       shadow-utils
 
-Patch0: fix-wtmp-loading.patch
-
 %package libs
 Summary: Client-side library to talk to accountservice
 Group: Development/Libraries
@@ -51,7 +49,6 @@ of these interfaces, based on the useradd, usermod and userdel commands.
 
 %prep
 %setup -q
-%patch0 -p1 -b .fix-wtmp-loading
 
 %build
 %configure
@@ -90,6 +87,10 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.a
 %{_datadir}/gir-1.0/AccountsService-1.0.gir
 
 %changelog
+* Tue Nov 15 2011 Ray Strode <rstrode at redhat.com> 0.6.15-1
+- Update to 0.6.15
+- Fixes session chooser at login screen when logged into vt
+
 * Wed Sep 21 2011 Ray Strode <rstrode at redhat.com> 0.6.14-2
 - Fix wtmp loading so users coming from the network are
   remembered in the user list in subsequent boots
diff --git a/sources b/sources
index 4f44cc1..0f93ddc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3422ff158ee2834344c534516e5e8a9d  accountsservice-0.6.14.tar.xz
+47b5af77b544528c02d82761bd574c09  accountsservice-0.6.15.tar.xz


More information about the scm-commits mailing list