[fprintd/f18] Fix problems with gdm <> fprintd interaction on usb-less systems

Matthias Clasen mclasen at fedoraproject.org
Tue Jan 8 23:32:46 UTC 2013


commit 9e81912f8a73cbe6141670a7b5084b3aabb36612
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue Jan 8 18:33:03 2013 -0500

    Fix problems with gdm <> fprintd interaction on usb-less systems

 fprintd.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/fprintd.spec b/fprintd.spec
index 5422d66..312afd1 100644
--- a/fprintd.spec
+++ b/fprintd.spec
@@ -1,15 +1,17 @@
 Name:		fprintd
 Version:	0.4.1
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	D-Bus service for Fingerprint reader access
 
 Group:		System Environment/Daemons
 License:	GPLv2+
 Source0:	http://freedesktop.org/~hadess/%{name}-%{version}.tar.bz2
 Url:		http://www.reactivated.net/fprint/wiki/Fprintd
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExcludeArch:    s390 s390x
 
+# upstream fix: http://cgit.freedesktop.org/libfprint/fprintd/patch/?id=9577b6db03115c78f90bb644348ef765f00d95d9
+Patch0: request-name-unconditionally.patch
+
 BuildRequires:	dbus-glib-devel
 BuildRequires:	pam-devel
 BuildRequires:	libfprint-devel >= 0.1.0
@@ -50,6 +52,7 @@ fingerprint readers access.
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch0 -p1
 
 %build
 %configure --libdir=/%{_lib}/ --enable-gtk-doc --enable-pam
@@ -93,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.Manager.xml
 
 %changelog
+* Tue Jan  8 2013 Matthias Clasen <mclasen at redhat.com> - 0.4.1-4
+- Fix problems with gdm<>fprintd interaction on usb-less systems (810040)
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list