From 3d0303cb235ecb50fc00257e8157b008e39407f0 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Nov 11 2013 20:32:52 +0000 Subject: pass --enable-user-heuristics which fedora needs so users with UIDs less than 1000 show up in the user list. --- 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 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 0.6.35-1 - Update to 0.6.35 Related: #1013721