Update to 0.4.1
This commit is contained in:
parent
f2deb977da
commit
18a5719a68
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
||||
fprintd-0.1-04fd09cfa.tar.bz2
|
||||
/fprintd-0.4.0.tar.bz2
|
||||
/fprintd-0.4.1.tar.bz2
|
||||
|
||||
@ -1,17 +0,0 @@
|
||||
Don't allow PAM module to get unloaded
|
||||
|
||||
It uses libraries which can't handle being unloaded very
|
||||
gracefully.
|
||||
|
||||
diff -up fprintd-0.2.0/pam/Makefile.am.dont-ever-unload fprintd-0.2.0/pam/Makefile.am
|
||||
--- fprintd-0.2.0/pam/Makefile.am.dont-ever-unload 2010-11-09 10:55:30.452135193 -0500
|
||||
+++ fprintd-0.2.0/pam/Makefile.am 2010-11-09 10:55:32.954860614 -0500
|
||||
@@ -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 = -avoid-version -module
|
||||
+pam_fprintd_la_LDFLAGS = -avoid-version -module -Wl,-z,nodelete
|
||||
pam_fprintd_la_LIBADD = $(PAM_LIBS) $(GLIB_LIBS)
|
||||
|
||||
MARSHALFILES = marshal.c marshal.h
|
||||
15
fprintd.spec
15
fprintd.spec
@ -1,6 +1,6 @@
|
||||
Name: fprintd
|
||||
Version: 0.2.0
|
||||
Release: 3%{?dist}
|
||||
Version: 0.4.1
|
||||
Release: 1%{?dist}
|
||||
Summary: D-Bus service for Fingerprint reader access
|
||||
|
||||
Group: System Environment/Daemons
|
||||
@ -18,9 +18,6 @@ BuildRequires: gtk-doc
|
||||
BuildRequires: intltool
|
||||
BuildRequires: autoconf automake libtool
|
||||
|
||||
# http://bugs.freedesktop.org/show_bug.cgi?id=31503
|
||||
Patch0: dont-ever-unload.patch
|
||||
|
||||
%description
|
||||
D-Bus service to access fingerprint readers.
|
||||
|
||||
@ -53,7 +50,6 @@ fingerprint readers access.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch0 -p1 -b .dont-ever-unload
|
||||
|
||||
%build
|
||||
%configure --libdir=/%{_lib}/ --enable-gtk-doc --enable-pam
|
||||
@ -67,10 +63,12 @@ mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/fprint
|
||||
|
||||
rm -f $RPM_BUILD_ROOT/%{_lib}/security/pam_fprintd.{a,la,so.*}
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc README COPYING AUTHORS TODO
|
||||
%{_bindir}/fprintd-*
|
||||
@ -95,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.Manager.xml
|
||||
|
||||
%changelog
|
||||
* Thu Nov 10 2011 Bastien Nocera <bnocera@redhat.com> 0.4.1-1
|
||||
- Update to 0.4.1
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user