|
|
1ba30d |
Name: fprintd
|
|
|
1ba30d |
Version: 0.8.1
|
|
|
1ba30d |
Release: 2%{?dist}
|
|
|
1ba30d |
Summary: D-Bus service for Fingerprint reader access
|
|
|
1ba30d |
|
|
|
1ba30d |
Group: System Environment/Daemons
|
|
|
1ba30d |
License: GPLv2+
|
|
|
1ba30d |
Source0: https://gitlab.freedesktop.org/libfprint/fprintd/uploads/bdd9f91909f535368b7c21f72311704a/%{name}-%{version}.tar.xz
|
|
|
1ba30d |
Url: http://www.freedesktop.org/wiki/Software/fprint/fprintd
|
|
|
1ba30d |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
1ba30d |
ExcludeArch: s390 s390x
|
|
|
1ba30d |
|
|
|
1ba30d |
BuildRequires: dbus-glib-devel
|
|
|
1ba30d |
BuildRequires: pam-devel
|
|
|
1ba30d |
BuildRequires: libfprint-devel >= 0.1.0
|
|
|
1ba30d |
BuildRequires: polkit-devel
|
|
|
1ba30d |
BuildRequires: gtk-doc
|
|
|
1ba30d |
BuildRequires: intltool
|
|
|
1ba30d |
BuildRequires: autoconf automake libtool
|
|
|
1ba30d |
BuildRequires: perl-podlators
|
|
|
1ba30d |
|
|
|
1ba30d |
# https://bugzilla.redhat.com/show_bug.cgi?id=1630309
|
|
|
1ba30d |
Patch0: 0001-Remove-sandboxing-that-s-unsupported-in-RHEL7-s-syst.patch
|
|
|
1ba30d |
|
|
|
1ba30d |
%description
|
|
|
1ba30d |
D-Bus service to access fingerprint readers.
|
|
|
1ba30d |
|
|
|
1ba30d |
%package pam
|
|
|
1ba30d |
Summary: PAM module for fingerprint authentication
|
|
|
1ba30d |
Requires: %{name} = %{version}-%{release}
|
|
|
1ba30d |
# Note that we obsolete pam_fprint, but as the configuration
|
|
|
1ba30d |
# is different, it will be mentioned in the release notes
|
|
|
1ba30d |
Provides: pam_fprint = %{version}-%{release}
|
|
|
1ba30d |
Obsoletes: pam_fprint < 0.2-3
|
|
|
1ba30d |
|
|
|
1ba30d |
Group: System Environment/Base
|
|
|
1ba30d |
License: GPLv2+
|
|
|
1ba30d |
|
|
|
1ba30d |
%description pam
|
|
|
1ba30d |
PAM module that uses the fprintd D-Bus service for fingerprint
|
|
|
1ba30d |
authentication.
|
|
|
1ba30d |
|
|
|
1ba30d |
%package devel
|
|
|
1ba30d |
Summary: Development files for %{name}
|
|
|
1ba30d |
Requires: %{name} = %{version}-%{release}
|
|
|
1ba30d |
Group: Development/Libraries
|
|
|
1ba30d |
License: GFDLv1.1+
|
|
|
1ba30d |
BuildArch: noarch
|
|
|
1ba30d |
|
|
|
1ba30d |
%description devel
|
|
|
1ba30d |
Development documentation for fprintd, the D-Bus service for
|
|
|
1ba30d |
fingerprint readers access.
|
|
|
1ba30d |
|
|
|
1ba30d |
%prep
|
|
|
1ba30d |
%autosetup -p1
|
|
|
1ba30d |
|
|
|
1ba30d |
%build
|
|
|
1ba30d |
%configure --libdir=/%{_lib}/ --enable-gtk-doc --enable-pam
|
|
|
1ba30d |
|
|
|
1ba30d |
make %{?_smp_mflags}
|
|
|
1ba30d |
|
|
|
1ba30d |
%install
|
|
|
1ba30d |
rm -rf $RPM_BUILD_ROOT
|
|
|
1ba30d |
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
1ba30d |
mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/fprint
|
|
|
1ba30d |
|
|
|
1ba30d |
rm -f $RPM_BUILD_ROOT/%{_lib}/security/pam_fprintd.{a,la,so.*}
|
|
|
1ba30d |
|
|
|
1ba30d |
%find_lang %{name}
|
|
|
1ba30d |
|
|
|
1ba30d |
%clean
|
|
|
1ba30d |
rm -rf $RPM_BUILD_ROOT
|
|
|
1ba30d |
|
|
|
1ba30d |
%files -f %{name}.lang
|
|
|
1ba30d |
%defattr(-,root,root,-)
|
|
|
1ba30d |
%doc README COPYING AUTHORS TODO
|
|
|
1ba30d |
%{_bindir}/fprintd-*
|
|
|
1ba30d |
%{_libexecdir}/fprintd
|
|
|
1ba30d |
# FIXME This file should be marked as config when it does something useful
|
|
|
1ba30d |
%{_sysconfdir}/fprintd.conf
|
|
|
1ba30d |
%{_sysconfdir}/dbus-1/system.d/net.reactivated.Fprint.conf
|
|
|
1ba30d |
%{_datadir}/dbus-1/system-services/net.reactivated.Fprint.service
|
|
|
1ba30d |
/usr/lib/systemd/system/fprintd.service
|
|
|
1ba30d |
%{_datadir}/polkit-1/actions/net.reactivated.fprint.device.policy
|
|
|
1ba30d |
%{_localstatedir}/lib/fprint
|
|
|
1ba30d |
%{_mandir}/man1/fprintd.1.gz
|
|
|
1ba30d |
|
|
|
1ba30d |
%files pam
|
|
|
1ba30d |
%defattr(-,root,root,-)
|
|
|
1ba30d |
%doc pam/README
|
|
|
1ba30d |
/%{_lib}/security/pam_fprintd.so
|
|
|
1ba30d |
|
|
|
1ba30d |
%files devel
|
|
|
1ba30d |
%defattr(-,root,root,-)
|
|
|
1ba30d |
%{_datadir}/gtk-doc/
|
|
|
1ba30d |
%{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.Device.xml
|
|
|
1ba30d |
%{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.Manager.xml
|
|
|
1ba30d |
|
|
|
1ba30d |
%changelog
|
|
|
1ba30d |
* Fri Sep 21 2018 Bastien Nocera <bnocera@redhat.com> - 0.8.1-2
|
|
|
1ba30d |
+ fprintd-0.8.1-2
|
|
|
1ba30d |
- Fix systemd warnings
|
|
|
1ba30d |
- Resolves: #1630309
|
|
|
1ba30d |
|
|
|
1ba30d |
* Mon Jun 18 2018 Bastien Nocera <bnocera@redhat.com> - 0.8.1-1
|
|
|
1ba30d |
+ fprintd-0.8.1-1
|
|
|
1ba30d |
- Update to 0.8.1
|
|
|
1ba30d |
- Resolves: #1591757
|
|
|
1ba30d |
|
|
|
1ba30d |
* Mon May 12 2014 Bastien Nocera <bnocera@redhat.com> 0.5.0-4
|
|
|
1ba30d |
- Fix single eventfd leak for each iteration
|
|
|
1ba30d |
Resolves: #1050827
|
|
|
1ba30d |
|
|
|
1ba30d |
* Mon Jan 06 2014 Bastien Nocera <bnocera@redhat.com> 0.5.0-3
|
|
|
1ba30d |
- Fix build with strict pod2man
|
|
|
1ba30d |
Resolves: #1048858
|
|
|
1ba30d |
|
|
|
1ba30d |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.5.0-2
|
|
|
1ba30d |
- Mass rebuild 2013-12-27
|
|
|
1ba30d |
|
|
|
1ba30d |
* Tue Mar 05 2013 Bastien Nocera <bnocera@redhat.com> 0.5.0-1
|
|
|
1ba30d |
- Update to 0.5.0
|
|
|
1ba30d |
|
|
|
1ba30d |
* Tue Feb 19 2013 Bastien Nocera <bnocera@redhat.com> 0.4.1-5
|
|
|
1ba30d |
- Co-own the gtk-doc directory (#604351)
|
|
|
1ba30d |
|
|
|
1ba30d |
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-4
|
|
|
1ba30d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
1ba30d |
|
|
|
1ba30d |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-3
|
|
|
1ba30d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
1ba30d |
|
|
|
1ba30d |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-2
|
|
|
1ba30d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
1ba30d |
|
|
|
1ba30d |
* Thu Nov 10 2011 Bastien Nocera <bnocera@redhat.com> 0.4.1-1
|
|
|
1ba30d |
- Update to 0.4.1
|
|
|
1ba30d |
|
|
|
1ba30d |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-3
|
|
|
1ba30d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
1ba30d |
|
|
|
1ba30d |
* Tue Nov 09 2010 Ray Strode <rstrode@redhat.com> 0.2.0-2
|
|
|
1ba30d |
- Don't allow pam module to ever get unmapped, since that causes
|
|
|
1ba30d |
crashes in dbus-glib, gobject, etc.
|
|
|
1ba30d |
|
|
|
1ba30d |
* Thu Aug 19 2010 Bastien Nocera <bnocera@redhat.com> 0.2.0-1
|
|
|
1ba30d |
- Update to 0.2.0
|
|
|
1ba30d |
|
|
|
1ba30d |
* Wed Dec 09 2009 Bastien Nocera <bnocera@redhat.com> 0.1-16.git04fd09cfa
|
|
|
1ba30d |
- Remove use of g_error(), or people think that it crashes when we actually
|
|
|
1ba30d |
abort() (#543194)
|
|
|
1ba30d |
|
|
|
1ba30d |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-15.git04fd09cfa
|
|
|
1ba30d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
1ba30d |
|
|
|
1ba30d |
* Tue Jul 21 2009 Bastien Nocera <bnocera@redhat.com> 0.1-14.git04fd09cfa
|
|
|
1ba30d |
- Merge polkit patch and fix for polkit patch
|
|
|
1ba30d |
|
|
|
1ba30d |
* Tue Jul 21 2009 Bastien Nocera <bnocera@redhat.com> 0.1-13.git04fd09cfa
|
|
|
1ba30d |
- Make the -devel package noarch (#507698)
|
|
|
1ba30d |
|
|
|
1ba30d |
* Thu Jul 9 2009 Matthias Clasen <mclasen@redhat.com> 0.1-12.git04fd09cfa
|
|
|
1ba30d |
- Fix the pam module (#510152)
|
|
|
1ba30d |
|
|
|
1ba30d |
* Sat Jun 20 2009 Bastien Nocera <bnocera@redhat.com> 0.1-11.git04fd09cfa
|
|
|
1ba30d |
- Remove obsolete patch
|
|
|
1ba30d |
|
|
|
1ba30d |
* Tue Jun 9 2009 Matthias Clasen <mclasen@redhat.com> 0.1-10.git04fd09cfa
|
|
|
1ba30d |
- Port to PolicyKit 1
|
|
|
1ba30d |
|
|
|
1ba30d |
* Thu May 07 2009 Bastien Nocera <bnocera@redhat.com> 0.1-9.git04fd09cfa
|
|
|
1ba30d |
- Add /var/lib/fprint to the RPM to avoid SELinux errors (#499513)
|
|
|
1ba30d |
|
|
|
1ba30d |
* Tue Apr 21 2009 Karsten Hopp <karsten@redhat.com> 0.1-8.git04fd09cfa.1
|
|
|
1ba30d |
- Excludearch s390 s390x, as we don't have libusb1 on mainframe, we can't build
|
|
|
1ba30d |
the required libfprint package
|
|
|
1ba30d |
|
|
|
1ba30d |
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-8.git04fd09cfa
|
|
|
1ba30d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
1ba30d |
|
|
|
1ba30d |
* Tue Jan 27 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1-7.git04fd09cfa
|
|
|
1ba30d |
- Add a patch to handle device disconnects
|
|
|
1ba30d |
|
|
|
1ba30d |
* Mon Jan 26 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1-6.git04fd09cfa
|
|
|
1ba30d |
- Update to latest git, fixes some run-time warnings
|
|
|
1ba30d |
|
|
|
1ba30d |
* Wed Dec 17 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1-5.git43fe72a2aa
|
|
|
1ba30d |
- Add patch to stop leaking a D-Bus connection on failure
|
|
|
1ba30d |
|
|
|
1ba30d |
* Tue Dec 09 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1-4.git43fe72a2aa
|
|
|
1ba30d |
- Update D-Bus config file for recent D-Bus changes
|
|
|
1ba30d |
|
|
|
1ba30d |
* Thu Dec 04 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1-3.git43fe72a2aa
|
|
|
1ba30d |
- Update following comments in the review
|
|
|
1ba30d |
|
|
|
1ba30d |
* Sun Nov 23 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1-2.gitaf42ec70f3
|
|
|
1ba30d |
- Update to current git master, and add documentation
|
|
|
1ba30d |
|
|
|
1ba30d |
* Tue Nov 04 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1-1
|
|
|
1ba30d |
- First package
|
|
|
1ba30d |
|