1683d1
Name:		fprintd
1683d1
Version:	1.94.0
1683d1
Release:	3%{?dist}
1683d1
Summary:	D-Bus service for Fingerprint reader access
1683d1
1683d1
License:	GPLv2+
1683d1
Source0:	https://gitlab.freedesktop.org/libfprint/fprintd/-/archive/v%{version}/fprintd-v%{version}.tar.gz
1683d1
Url:		http://www.freedesktop.org/wiki/Software/fprint/fprintd
1683d1
ExcludeArch:    s390 s390x
1683d1
1683d1
BuildRequires:	meson
1683d1
BuildRequires:	gcc
1683d1
BuildRequires:	gcc-c++
1683d1
BuildRequires:	git
1683d1
BuildRequires:	pam-devel
1683d1
BuildRequires:	libfprint-devel >= 1.94.0
1683d1
BuildRequires:	polkit-devel
1683d1
BuildRequires:	gtk-doc
1683d1
BuildRequires:	gettext
1683d1
BuildRequires:	perl-podlators
1683d1
BuildRequires:	systemd-devel
1683d1
BuildRequires:	python3-dbusmock
1683d1
BuildRequires:	python3-libpamtest
1683d1
1683d1
# Test fixes
1683d1
Patch0000:      https://gitlab.freedesktop.org/libfprint/fprintd/-/merge_requests/157.patch
1683d1
Patch0001:      https://gitlab.freedesktop.org/libfprint/fprintd/-/merge_requests/158.patch
1683d1
1683d1
%description
1683d1
D-Bus service to access fingerprint readers.
1683d1
1683d1
%package pam
1683d1
Summary:	PAM module for fingerprint authentication
1683d1
Requires:	%{name} = %{version}-%{release}
1683d1
# Note that we obsolete pam_fprint, but as the configuration
1683d1
# is different, it will be mentioned in the release notes
1683d1
Provides:	pam_fprint = %{version}-%{release}
1683d1
Obsoletes:	pam_fprint < 0.2-3
1683d1
Requires(postun): authselect >= 0.3
1683d1
1683d1
License:	GPLv2+
1683d1
1683d1
%description pam
1683d1
PAM module that uses the fprintd D-Bus service for fingerprint
1683d1
authentication.
1683d1
1683d1
%package devel
1683d1
Summary:	Development files for %{name}
1683d1
Requires:	%{name} = %{version}-%{release}
1683d1
License:	GFDL
1683d1
BuildArch:	noarch
1683d1
1683d1
%description devel
1683d1
Development documentation for fprintd, the D-Bus service for
1683d1
fingerprint readers access.
1683d1
1683d1
%prep
1683d1
%autosetup -S git -n %{name}-v%{version}
1683d1
1683d1
%build
1683d1
%meson -Dgtk_doc=true -Dpam=true -Dpam_modules_dir=%{_libdir}/security
1683d1
%meson_build
1683d1
1683d1
%install
1683d1
%meson_install
1683d1
mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/fprint
1683d1
1683d1
1683d1
%find_lang %{name}
1683d1
1683d1
%postun pam
1683d1
if [ $1 -eq 0 ]; then
1683d1
  /bin/authselect disable-feature with-fingerprint || :
1683d1
fi
1683d1
1683d1
%files -f %{name}.lang
1683d1
%doc README COPYING AUTHORS TODO
1683d1
%{_bindir}/fprintd-*
1683d1
%{_libexecdir}/fprintd
1683d1
# FIXME This file should be marked as config when it does something useful
1683d1
%{_sysconfdir}/fprintd.conf
1683d1
%{_datadir}/dbus-1/system.d/net.reactivated.Fprint.conf
1683d1
%{_datadir}/dbus-1/system-services/net.reactivated.Fprint.service
1683d1
%{_unitdir}/fprintd.service
1683d1
%{_datadir}/polkit-1/actions/net.reactivated.fprint.device.policy
1683d1
%{_localstatedir}/lib/fprint
1683d1
%{_mandir}/man1/fprintd.1.gz
1683d1
1683d1
%files pam
1683d1
%doc pam/README
1683d1
%{_libdir}/security/pam_fprintd.so
1683d1
%{_mandir}/man8/pam_fprintd.8.gz
1683d1
1683d1
%files devel
1683d1
%{_datadir}/gtk-doc/
1683d1
%{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.Device.xml
1683d1
%{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.Manager.xml
1683d1
1683d1
%changelog
1683d1
* Thu Aug 26 2021 Benjamin Berg <bberg@redhat.com> - 1.94.0-3
1683d1
- Use GFDL abbreviation as GFDLv1.1+ is not listed
1683d1
- Install PAM module into /usr
1683d1
- Pull in further test fixes
1683d1
1683d1
* Wed Aug 25 2021 Benjamin Berg <bberg@redhat.com> - 1.94.0-2
1683d1
- Pull in build/test fixes from upstream
1683d1
  Related: #1996636
1683d1
1683d1
* Mon Aug 23 2021 Benjamin Berg <bberg@redhat.com> - 1.94.0-1
1683d1
- Update to 1.94.0
1683d1
  Resolves: #1996636
1683d1
1683d1
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.90.9-4
1683d1
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
1683d1
  Related: rhbz#1991688
1683d1
1683d1
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.90.9-3
1683d1
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
1683d1
1683d1
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.90.9-2
1683d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
1683d1
1683d1
* Wed Jan 13 13:33:37 CET 2021 Benjamin Berg <bberg@redhat.com> - 1.90.9-1
1683d1
- Update to 1.90.9 (#1915788)
1683d1
  Resolves: #1909669
1683d1
  Resolves: #1909559
1683d1
1683d1
* Fri Dec 18 2020 Adam Williamson <awilliam@redhat.com> - 1.90.8-2
1683d1
- Rebuild for libnss dependency issue
1683d1
1683d1
* Fri Dec 11 2020 Benjamin Berg <bberg@redhat.com> - 1.90.8-1
1683d1
- Update to 1.90.8 (#1902255)
1683d1
  This fixes PAM not working when fprintd was just started
1683d1
1683d1
* Wed Dec 09 2020 Benjamin Berg <bberg@redhat.com> - 1.90.7-1
1683d1
- Update to 1.90.7 (#1902255)
1683d1
  Resolves: #1905667
1683d1
  Resolves: #1905964
1683d1
1683d1
* Mon Dec 07 2020 Benjamin Berg <bberg@redhat.com> - 1.90.6-1
1683d1
- Update to 1.90.6 (#1902255)
1683d1
  Resolves: #1904370
1683d1
1683d1
* Tue Dec 01 2020 Benjamin Berg <bberg@redhat.com> - 1.90.5-1
1683d1
- Update to 1.90.5 (#1902255)
1683d1
1683d1
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.90.1-2
1683d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
1683d1
1683d1
* Mon Feb 10 2020 Bastien Nocera <bnocera@redhat.com> - 1.90.1-1
1683d1
+ fprintd-1.90.1-1
1683d1
- Update to 1.90.1
1683d1
1683d1
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-2
1683d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
1683d1
1683d1
* Wed Aug 14 2019 Benjamin Berg <bberg@redhat.com> - 0.9.0-1
1683d1
+ fprintd-0.9.0-1
1683d1
- Update to 0.9.0
1683d1
- Add patch to fix length check of rhost
1683d1
1683d1
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-5
1683d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
1683d1
1683d1
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-4
1683d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
1683d1
1683d1
* Fri Jul 20 2018 Bastien Nocera <bnocera@redhat.com> - 0.8.1-3
1683d1
+ fprintd-0.8.1-3
1683d1
- Fix missing .service file in files by installing systemd
1683d1
1683d1
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-2
1683d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
1683d1
1683d1
* Fri Jun 15 2018 Bastien Nocera <bnocera@redhat.com> - 0.8.1-1
1683d1
+ fprintd-0.8.1-1
1683d1
- Update to 0.8.1
1683d1
- Fixes a possible crash on exit (#1515720)
1683d1
1683d1
* Wed May 30 2018 Bastien Nocera <bnocera@redhat.com> - 0.8.0-4
1683d1
+ fprintd-0.8.0-4
1683d1
- Rebuild
1683d1
1683d1
* Tue Feb 20 2018 Pavel Březina <pbrezina@redhat.com> - 0.8.0-3
1683d1
+ fprintd-0.8.0-3
1683d1
- Switch from authconfig to authselect
1683d1
1683d1
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-2
1683d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
1683d1
1683d1
* Wed Sep 13 2017 Bastien Nocera <bnocera@redhat.com> - 0.8.0-1
1683d1
+ fprintd-0.8.0-1
1683d1
- Update to 0.8.0
1683d1
1683d1
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-4
1683d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
1683d1
1683d1
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-3
1683d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
1683d1
1683d1
* Thu Feb 09 2017 Bastien Nocera <bnocera@redhat.com> - 0.7.0-2
1683d1
+ fprintd-0.7.0-2
1683d1
- Fix fprintd-pam being disabled after upgrade (#1398371)
1683d1
1683d1
* Wed Oct 12 2016 Bastien Nocera <bnocera@redhat.com> - 0.7.0-1
1683d1
+ fprintd-0.7.0-1
1683d1
- Update to 0.7.0
1683d1
1683d1
* Thu Sep 22 2016 Bastien Nocera <bnocera@redhat.com> - 0.6.0-5
1683d1
- Fix warning when uninstalling fprintd-pam (#1203671)
1683d1
1683d1
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-4
1683d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
1683d1
1683d1
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-3
1683d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1683d1
1683d1
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.6.0-2
1683d1
- Rebuilt for Fedora 23 Change
1683d1
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
1683d1
1683d1
* Tue Feb 03 2015 Bastien Nocera <bnocera@redhat.com> 0.6.0-1
1683d1
- Update to 0.6.0
1683d1
1683d1
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-3
1683d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
1683d1
1683d1
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-2
1683d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
1683d1
1683d1
* Sun Aug 11 2013 Bastien Nocera <bnocera@redhat.com> 0.5.1-1
1683d1
- Update to 0.5.1
1683d1
1683d1
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-2
1683d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
1683d1
1683d1
* Tue Mar 05 2013 Bastien Nocera <bnocera@redhat.com> 0.5.0-1
1683d1
- Update to 0.5.0
1683d1
1683d1
* Tue Feb 19 2013 Bastien Nocera <bnocera@redhat.com> 0.4.1-5
1683d1
- Co-own the gtk-doc directory (#604351)
1683d1
1683d1
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-4
1683d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
1683d1
1683d1
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-3
1683d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
1683d1
1683d1
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-2
1683d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
1683d1
1683d1
* Thu Nov 10 2011 Bastien Nocera <bnocera@redhat.com> 0.4.1-1
1683d1
- Update to 0.4.1
1683d1
1683d1
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-3
1683d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
1683d1
1683d1
* Tue Nov 09 2010 Ray Strode <rstrode@redhat.com> 0.2.0-2
1683d1
- Don't allow pam module to ever get unmapped, since that causes
1683d1
  crashes in dbus-glib, gobject, etc.
1683d1
1683d1
* Thu Aug 19 2010 Bastien Nocera <bnocera@redhat.com> 0.2.0-1
1683d1
- Update to 0.2.0
1683d1
1683d1
* Wed Dec 09 2009 Bastien Nocera <bnocera@redhat.com> 0.1-16.git04fd09cfa
1683d1
- Remove use of g_error(), or people think that it crashes when we actually
1683d1
  abort() (#543194)
1683d1
1683d1
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-15.git04fd09cfa
1683d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1683d1
1683d1
* Tue Jul 21 2009 Bastien Nocera <bnocera@redhat.com> 0.1-14.git04fd09cfa
1683d1
- Merge polkit patch and fix for polkit patch
1683d1
1683d1
* Tue Jul 21 2009 Bastien Nocera <bnocera@redhat.com> 0.1-13.git04fd09cfa
1683d1
- Make the -devel package noarch (#507698)
1683d1
1683d1
* Thu Jul  9 2009 Matthias Clasen <mclasen@redhat.com> 0.1-12.git04fd09cfa
1683d1
- Fix the pam module (#510152)
1683d1
1683d1
* Sat Jun 20 2009 Bastien Nocera <bnocera@redhat.com> 0.1-11.git04fd09cfa
1683d1
- Remove obsolete patch
1683d1
1683d1
* Tue Jun 9 2009 Matthias Clasen <mclasen@redhat.com> 0.1-10.git04fd09cfa
1683d1
- Port to PolicyKit 1
1683d1
1683d1
* Thu May 07 2009 Bastien Nocera <bnocera@redhat.com> 0.1-9.git04fd09cfa
1683d1
- Add /var/lib/fprint to the RPM to avoid SELinux errors (#499513)
1683d1
1683d1
* Tue Apr 21 2009 Karsten Hopp <karsten@redhat.com> 0.1-8.git04fd09cfa.1
1683d1
- Excludearch s390 s390x, as we don't have libusb1 on mainframe, we can't build
1683d1
  the required libfprint package
1683d1
1683d1
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-8.git04fd09cfa
1683d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
1683d1
1683d1
* Tue Jan 27 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1-7.git04fd09cfa
1683d1
- Add a patch to handle device disconnects
1683d1
1683d1
* Mon Jan 26 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1-6.git04fd09cfa
1683d1
- Update to latest git, fixes some run-time warnings
1683d1
1683d1
* Wed Dec 17 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1-5.git43fe72a2aa
1683d1
- Add patch to stop leaking a D-Bus connection on failure
1683d1
1683d1
* Tue Dec 09 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1-4.git43fe72a2aa
1683d1
- Update D-Bus config file for recent D-Bus changes
1683d1
1683d1
* Thu Dec 04 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1-3.git43fe72a2aa
1683d1
- Update following comments in the review
1683d1
1683d1
* Sun Nov 23 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1-2.gitaf42ec70f3
1683d1
- Update to current git master, and add documentation
1683d1
1683d1
* Tue Nov 04 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1-1
1683d1
- First package
1683d1