rpms/fprintd/devel pam-module.patch, NONE, 1.1 fprintd.spec, 1.13, 1.14

Matthias Clasen mclasen at fedoraproject.org
Thu Jul 9 04:16:06 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/fprintd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18234

Modified Files:
	fprintd.spec 
Added Files:
	pam-module.patch 
Log Message:
fix the pam module


pam-module.patch:

--- NEW FILE pam-module.patch ---
diff -up fprintd-0.1/pam/Makefile.am.pam fprintd-0.1/pam/Makefile.am
--- fprintd-0.1/pam/Makefile.am.pam	2009-07-09 00:08:40.474479777 -0400
+++ fprintd-0.1/pam/Makefile.am	2009-07-09 00:08:17.307483156 -0400
@@ -5,7 +5,7 @@ pammoddir=$(libdir)/security
 
 pam_fprintd_la_SOURCES = pam_fprintd.c $(MARSHALFILES)
 pam_fprintd_la_CFLAGS = -fPIC $(WARN_CFLAGS) $(GLIB_CFLAGS)
-pam_fprintd_la_LDFLAGS = -module
+pam_fprintd_la_LDFLAGS = -avoid-version -module
 pam_fprintd_la_LIBADD = $(PAM_LIBS) $(GLIB_LIBS)
 
 MARSHALFILES = marshal.c marshal.h


Index: fprintd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fprintd/devel/fprintd.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- fprintd.spec	20 Jun 2009 15:02:16 -0000	1.13
+++ fprintd.spec	9 Jul 2009 04:15:35 -0000	1.14
@@ -3,7 +3,7 @@
 
 Name:		fprintd
 Version:	0.1
-Release:	11.git%{short_hash}%{?dist}
+Release:	12.git%{short_hash}%{?dist}
 Summary:	D-Bus service for Fingerprint reader access
 
 Group:		System Environment/Daemons
@@ -17,6 +17,7 @@ Source0:	fprintd-0.1-%{short_hash}.tar.b
 Patch1:		0001-Detect-when-a-device-is-disconnected.patch
 # https://bugzilla.redhat.com/show_bug.cgi?id=498368
 Patch2:		polkit1.patch
+Patch3:         pam-module.patch
 Url:		http://www.reactivated.net/fprint/wiki/Fprintd
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExcludeArch:    s390 s390x
@@ -62,6 +63,7 @@ fingerprint readers access.
 %setup -q -n %{name}-%{version}
 %patch1 -p1
 %patch2 -p1 -b .polkit1
+%patch3 -p1 -b .pam-module
 
 autoreconf -i -f
 
@@ -104,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.Manager.xml
 
 %changelog
+* Thu Jul  9 2009 Matthias Clasen <mclasen at redhat.com> 0.1-12.git04fd09cfa
+- Fix the pam module (#510152)
+
 * Sat Jun 20 2009 Bastien Nocera <bnocera at redhat.com> 0.1-11.git04fd09cfa
 - Remove obsolete patch
 




More information about the fedora-extras-commits mailing list