[accountsservice/f20] pass --enable-user-heuristics which fedora needs so users

Ray Strode rstrode at fedoraproject.org
Mon Nov 11 20:32:50 UTC 2013


commit 3d0303cb235ecb50fc00257e8157b008e39407f0
Author: Ray Strode <rstrode at redhat.com>
Date:   Mon Nov 11 15:32:52 2013 -0500

    pass --enable-user-heuristics which fedora needs so users
    
    with UIDs less than 1000 show up in the user list.

 accountsservice.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/accountsservice.spec b/accountsservice.spec
index 2665a17..5ebab93 100644
--- a/accountsservice.spec
+++ b/accountsservice.spec
@@ -2,7 +2,7 @@
 
 Name:           accountsservice
 Version:        0.6.35
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        D-Bus interfaces for querying and manipulating user account information
 
 Group:          System Environment/Daemons
@@ -58,7 +58,7 @@ of these interfaces, based on the useradd, usermod and userdel commands.
 %setup -q
 
 %build
-%configure
+%configure --enable-user-heuristics
 make %{?_smp_mflags}
 
 
@@ -109,6 +109,10 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.a
 %{_datadir}/gtk-doc/html/libaccountsservice/*
 
 %changelog
+* Mon Nov 11 2013 Ray Strode <rstrode at redhat.com> 0.6.35-1
+- pass --enable-user-heuristics which fedora needs so users
+  with UIDs less than 1000 show up in the user list.
+
 * Mon Oct 28 2013 Ray Strode <rstrode at redhat.com> 0.6.35-1
 - Update to 0.6.35
   Related: #1013721


More information about the scm-commits mailing list