|
|
@ -1,9 +1,20 @@
|
|
|
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
|
|
|
## (rpmautospec version 0.6.5)
|
|
|
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
|
|
|
release_number = 13;
|
|
|
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
|
|
Name: fprintd
|
|
|
|
Name: fprintd
|
|
|
|
Version: 1.94.0
|
|
|
|
Version: 1.94.2
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: D-Bus service for Fingerprint reader access
|
|
|
|
Summary: D-Bus service for Fingerprint reader access
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
# man page is GFDL-1.1-or-later
|
|
|
|
|
|
|
|
License: GPL-2.0-or-later AND GFDL-1.1-or-later
|
|
|
|
Source0: https://gitlab.freedesktop.org/libfprint/fprintd/-/archive/v%{version}/fprintd-v%{version}.tar.gz
|
|
|
|
Source0: https://gitlab.freedesktop.org/libfprint/fprintd/-/archive/v%{version}/fprintd-v%{version}.tar.gz
|
|
|
|
Url: http://www.freedesktop.org/wiki/Software/fprint/fprintd
|
|
|
|
Url: http://www.freedesktop.org/wiki/Software/fprint/fprintd
|
|
|
|
ExcludeArch: s390 s390x
|
|
|
|
ExcludeArch: s390 s390x
|
|
|
@ -18,13 +29,12 @@ BuildRequires: polkit-devel
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: perl-podlators
|
|
|
|
BuildRequires: perl-podlators
|
|
|
|
BuildRequires: systemd-devel
|
|
|
|
BuildRequires: pkgconfig(libsystemd)
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(systemd)
|
|
|
|
BuildRequires: python3-dbusmock
|
|
|
|
BuildRequires: python3-dbusmock
|
|
|
|
BuildRequires: python3-libpamtest
|
|
|
|
BuildRequires: python3-libpamtest
|
|
|
|
|
|
|
|
|
|
|
|
# Test fixes
|
|
|
|
Patch0: 0001-Don-t-try-to-clear-storage-on-devices-without-intern.patch
|
|
|
|
Patch0000: https://gitlab.freedesktop.org/libfprint/fprintd/-/merge_requests/157.patch
|
|
|
|
|
|
|
|
Patch0001: https://gitlab.freedesktop.org/libfprint/fprintd/-/merge_requests/158.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
D-Bus service to access fingerprint readers.
|
|
|
|
D-Bus service to access fingerprint readers.
|
|
|
@ -38,7 +48,7 @@ Provides: pam_fprint = %{version}-%{release}
|
|
|
|
Obsoletes: pam_fprint < 0.2-3
|
|
|
|
Obsoletes: pam_fprint < 0.2-3
|
|
|
|
Requires(postun): authselect >= 0.3
|
|
|
|
Requires(postun): authselect >= 0.3
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
|
|
|
|
|
|
|
%description pam
|
|
|
|
%description pam
|
|
|
|
PAM module that uses the fprintd D-Bus service for fingerprint
|
|
|
|
PAM module that uses the fprintd D-Bus service for fingerprint
|
|
|
@ -47,7 +57,9 @@ authentication.
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
License: GFDL
|
|
|
|
# dbus interfaces are GPL-2.0-or-later
|
|
|
|
|
|
|
|
# documentation is GFDL-1.1-or-later
|
|
|
|
|
|
|
|
License: GPL-2.0-or-later AND GFDL-1.1-or-later
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
@ -65,7 +77,6 @@ fingerprint readers access.
|
|
|
|
%meson_install
|
|
|
|
%meson_install
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/fprint
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/fprint
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
|
|
|
|
%postun pam
|
|
|
|
%postun pam
|
|
|
@ -83,7 +94,7 @@ fi
|
|
|
|
%{_datadir}/dbus-1/system-services/net.reactivated.Fprint.service
|
|
|
|
%{_datadir}/dbus-1/system-services/net.reactivated.Fprint.service
|
|
|
|
%{_unitdir}/fprintd.service
|
|
|
|
%{_unitdir}/fprintd.service
|
|
|
|
%{_datadir}/polkit-1/actions/net.reactivated.fprint.device.policy
|
|
|
|
%{_datadir}/polkit-1/actions/net.reactivated.fprint.device.policy
|
|
|
|
%{_localstatedir}/lib/fprint
|
|
|
|
%attr(0700, -, -) %{_localstatedir}/lib/fprint
|
|
|
|
%{_mandir}/man1/fprintd.1.gz
|
|
|
|
%{_mandir}/man1/fprintd.1.gz
|
|
|
|
|
|
|
|
|
|
|
|
%files pam
|
|
|
|
%files pam
|
|
|
@ -97,221 +108,308 @@ fi
|
|
|
|
%{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.Manager.xml
|
|
|
|
%{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.Manager.xml
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Thu Aug 26 2021 Benjamin Berg <bberg@redhat.com> - 1.94.0-3
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
- Use GFDL abbreviation as GFDLv1.1+ is not listed
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.94.2-13
|
|
|
|
- Install PAM module into /usr
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
- Pull in further test fixes
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.94.2-12
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.94.2-12
|
|
|
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.94.2-11
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2024 Miroslav Suchý <msuchy@redhat.com> - 1.94.2-10
|
|
|
|
|
|
|
|
- Migrate to SPDX license
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.94.2-9
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.94.2-8
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 15 2023 Bastien Nocera <hadess@hadess.net> - 1.94.2-7
|
|
|
|
|
|
|
|
- Fix /var/lib/fprint permissions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 24 2023 Yaakov Selkowitz <yselkowitz@fedoraproject.org> - 1.94.2-6
|
|
|
|
|
|
|
|
- Fix systemd BuildRequires
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 25 2021 Benjamin Berg <bberg@redhat.com> - 1.94.0-2
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.94.2-5
|
|
|
|
- Pull in build/test fixes from upstream
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
Related: #1996636
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 23 2021 Benjamin Berg <bberg@redhat.com> - 1.94.0-1
|
|
|
|
* Tue Nov 22 2022 Bastien Nocera <hadess@hadess.net> - 1.94.2-4
|
|
|
|
- Update to 1.94.0
|
|
|
|
- Add upstreamed patch
|
|
|
|
Resolves: #1996636
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.90.9-4
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.94.2-3
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.90.9-3
|
|
|
|
* Thu Feb 24 2022 Benjamin Berg <bberg@redhat.com> - 1.94.2-2
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
- Add 1.94.1 sources
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 24 2022 Benjamin Berg <bberg@redhat.com> - 1.94.2-1
|
|
|
|
|
|
|
|
- Update to 1.94.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 24 2022 Benjamin Berg <bberg@redhat.com> - 1.94.1-3
|
|
|
|
|
|
|
|
- Switch to rpmautospec
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.94.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Nov 03 2021 Benjamin Berg <bberg@redhat.com> - 1.94.1-1
|
|
|
|
|
|
|
|
- Update to 1.94.1 (#1978269)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 25 2021 Benjamin Berg <bberg@redhat.com> - 1.94.0-2
|
|
|
|
|
|
|
|
- Drop unneeded rm and fix changelog
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 20 2021 Benjamin Berg <bberg@redhat.com> - 1.94.0-1
|
|
|
|
|
|
|
|
- Update to 1.94.0 (#1978269)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.92.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 01 2021 Benjamin Berg <bberg@redhat.com> - 1.92.0-1
|
|
|
|
|
|
|
|
- Update to 1.92.0 (#1978269)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 27 2021 Benjamin Berg <bberg@redhat.com> - 1.90.9-3
|
|
|
|
|
|
|
|
- Spec file fixes
|
|
|
|
|
|
|
|
- Use GFDL abbreviation as GFDLv1.1+ is not listed
|
|
|
|
|
|
|
|
- Do not hardcode unit path
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.90.9-2
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.90.9-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 13 13:33:37 CET 2021 Benjamin Berg <bberg@redhat.com> - 1.90.9-1
|
|
|
|
* Wed Jan 13 2021 Benjamin Berg <bberg@redhat.com> - 1.90.9-1
|
|
|
|
- Update to 1.90.9 (#1915788)
|
|
|
|
- Update to 1.90.9 (#1915788)
|
|
|
|
Resolves: #1909669
|
|
|
|
|
|
|
|
Resolves: #1909559
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Dec 18 2020 Adam Williamson <awilliam@redhat.com> - 1.90.8-2
|
|
|
|
* Fri Dec 18 2020 Adam Williamson <awilliam@redhat.com> - 1.90.8-2
|
|
|
|
- Rebuild for libnss dependency issue
|
|
|
|
- Rebuild for libnss dependency issue
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Dec 11 2020 Benjamin Berg <bberg@redhat.com> - 1.90.8-1
|
|
|
|
* Fri Dec 11 2020 Benjamin Berg <bberg@redhat.com> - 1.90.8-1
|
|
|
|
- Update to 1.90.8 (#1902255)
|
|
|
|
- Update to 1.90.8 (#1902255)
|
|
|
|
This fixes PAM not working when fprintd was just started
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Dec 11 2020 Benjamin Berg <bberg@redhat.com> - 1.90.7-2
|
|
|
|
|
|
|
|
- Fix bogus date in changelog
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Dec 09 2020 Benjamin Berg <bberg@redhat.com> - 1.90.7-1
|
|
|
|
* Wed Dec 09 2020 Benjamin Berg <bberg@redhat.com> - 1.90.7-1
|
|
|
|
- Update to 1.90.7 (#1902255)
|
|
|
|
- Update to 1.90.7 (#1902255)
|
|
|
|
Resolves: #1905667
|
|
|
|
|
|
|
|
Resolves: #1905964
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Dec 07 2020 Benjamin Berg <bberg@redhat.com> - 1.90.6-1
|
|
|
|
* Mon Dec 07 2020 Benjamin Berg <bberg@redhat.com> - 1.90.6-1
|
|
|
|
- Update to 1.90.6 (#1902255)
|
|
|
|
- Update to 1.90.6 (#1902255)
|
|
|
|
Resolves: #1904370
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Dec 01 2020 Benjamin Berg <bberg@redhat.com> - 1.90.5-1
|
|
|
|
* Tue Dec 01 2020 Benjamin Berg <bberg@redhat.com> - 1.90.5-1
|
|
|
|
- Update to 1.90.5 (#1902255)
|
|
|
|
- Update to 1.90.5 (#1902255)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Dec 01 2020 Benjamin Berg <bberg@redhat.com> - 1.90.1-3
|
|
|
|
|
|
|
|
- Add gating tests
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.90.1-2
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.90.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 10 2020 Bastien Nocera <bnocera@redhat.com> - 1.90.1-1
|
|
|
|
* Thu Feb 13 2020 Bastien Nocera <hadess@hadess.net> - 1.90.1-1
|
|
|
|
+ fprintd-1.90.1-1
|
|
|
|
- + fprintd-1.90.1-1 Update to 1.90.1
|
|
|
|
- Update to 1.90.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-2
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 14 2019 Benjamin Berg <bberg@redhat.com> - 0.9.0-1
|
|
|
|
* Wed Aug 14 2019 Benjamin Berg <bberg@redhat.com> - 0.9.0-1
|
|
|
|
+ fprintd-0.9.0-1
|
|
|
|
- + fprintd-0.9.0-1
|
|
|
|
- Update to 0.9.0
|
|
|
|
|
|
|
|
- Add patch to fix length check of rhost
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-5
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-4
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 20 2018 Bastien Nocera <bnocera@redhat.com> - 0.8.1-3
|
|
|
|
* Mon Jan 28 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.1-5
|
|
|
|
+ fprintd-0.8.1-3
|
|
|
|
- Remove obsolete Group tag
|
|
|
|
- Fix missing .service file in files by installing systemd
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 20 2018 Bastien Nocera <hadess@hadess.net> - 0.8.1-4
|
|
|
|
|
|
|
|
- + fprintd-0.8.1-3 Fix missing .service file in files by installing
|
|
|
|
|
|
|
|
systemd
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-2
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 15 2018 Bastien Nocera <bnocera@redhat.com> - 0.8.1-1
|
|
|
|
* Tue Jul 10 2018 Jason Tibbitts <tibbs@math.uh.edu> - 0.8.1-2
|
|
|
|
+ fprintd-0.8.1-1
|
|
|
|
- Remove needless use of %%defattr
|
|
|
|
- Update to 0.8.1
|
|
|
|
|
|
|
|
- Fixes a possible crash on exit (#1515720)
|
|
|
|
* Fri Jun 15 2018 Bastien Nocera <hadess@hadess.net> - 0.8.1-1
|
|
|
|
|
|
|
|
- + fprintd-0.8.1-1 Update to 0.8.1 Fixes a possible crash on exit
|
|
|
|
|
|
|
|
(#1515720)
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 30 2018 Bastien Nocera <bnocera@redhat.com> - 0.8.0-4
|
|
|
|
* Wed May 30 2018 Bastien Nocera <hadess@hadess.net> - 0.8.0-6
|
|
|
|
+ fprintd-0.8.0-4
|
|
|
|
- + fprintd-0.8.0-4 Rebuild for F28
|
|
|
|
- Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 20 2018 Pavel Březina <pbrezina@redhat.com> - 0.8.0-3
|
|
|
|
* Tue Feb 20 2018 Pavel Březina <pbrezina@redhat.com> - 0.8.0-5
|
|
|
|
+ fprintd-0.8.0-3
|
|
|
|
|
|
|
|
- Switch from authconfig to authselect
|
|
|
|
- Switch from authconfig to authselect
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 14 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.0-4
|
|
|
|
|
|
|
|
- Remove %%clean section
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 13 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.0-3
|
|
|
|
|
|
|
|
- Remove BuildRoot definition
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-2
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Sep 13 2017 Bastien Nocera <bnocera@redhat.com> - 0.8.0-1
|
|
|
|
* Wed Sep 13 2017 Bastien Nocera <hadess@hadess.net> - 0.8.0-1
|
|
|
|
+ fprintd-0.8.0-1
|
|
|
|
- + fprintd-0.8.0-1 Update to 0.8.0
|
|
|
|
- Update to 0.8.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-4
|
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
- Rebuilt for
|
|
|
|
|
|
|
|
https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-3
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 09 2017 Bastien Nocera <bnocera@redhat.com> - 0.7.0-2
|
|
|
|
* Thu Feb 09 2017 Bastien Nocera <hadess@hadess.net> - 0.7.0-2
|
|
|
|
+ fprintd-0.7.0-2
|
|
|
|
- + fprintd-0.7.0-2 Fix fprintd-pam being disabled after upgrade (#1398371)
|
|
|
|
- Fix fprintd-pam being disabled after upgrade (#1398371)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Oct 12 2016 Bastien Nocera <bnocera@redhat.com> - 0.7.0-1
|
|
|
|
* Thu Oct 13 2016 Bastien Nocera <hadess@hadess.net> - 0.7.0-1
|
|
|
|
+ fprintd-0.7.0-1
|
|
|
|
- + fprintd-0.7.0-1
|
|
|
|
- Update to 0.7.0
|
|
|
|
- Update to 0.7.0
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 22 2016 Bastien Nocera <bnocera@redhat.com> - 0.6.0-5
|
|
|
|
* Thu Sep 22 2016 Bastien Nocera <hadess@hadess.net> - 0.6.0-5
|
|
|
|
- Fix warning when uninstalling fprintd-pam (#1203671)
|
|
|
|
- Fix warning when uninstalling fprintd-pam (#1203671)
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-4
|
|
|
|
* Wed Feb 03 2016 Dennis Gilmore <dennis@ausil.us> - 0.6.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-3
|
|
|
|
* Wed Jun 17 2015 Dennis Gilmore <dennis@ausil.us> - 0.6.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.6.0-2
|
|
|
|
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.6.0-2
|
|
|
|
- Rebuilt for Fedora 23 Change
|
|
|
|
- Rebuilt for Fedora 23 Change
|
|
|
|
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 03 2015 Bastien Nocera <bnocera@redhat.com> 0.6.0-1
|
|
|
|
* Tue Feb 03 2015 Bastien Nocera <hadess@hadess.net> - 0.6.0-1
|
|
|
|
- Update to 0.6.0
|
|
|
|
- Update to 0.6.0
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-3
|
|
|
|
* Sat Aug 16 2014 Peter Robinson <pbrobinson@fedoraproject.org> - 0.5.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-2
|
|
|
|
* Sat Jun 07 2014 Dennis Gilmore <dennis@ausil.us> - 0.5.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Aug 11 2013 Bastien Nocera <bnocera@redhat.com> 0.5.1-1
|
|
|
|
* Sun Aug 11 2013 Bastien Nocera <hadess@hadess.net> - 0.5.1-2
|
|
|
|
|
|
|
|
- Fix man page syntax error
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Aug 11 2013 Bastien Nocera <hadess@hadess.net> - 0.5.1-1
|
|
|
|
- Update to 0.5.1
|
|
|
|
- Update to 0.5.1
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-2
|
|
|
|
* Sat Aug 03 2013 Dennis Gilmore <dennis@ausil.us> - 0.5.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 05 2013 Bastien Nocera <bnocera@redhat.com> 0.5.0-1
|
|
|
|
* Tue Mar 05 2013 Bastien Nocera <hadess@hadess.net> - 0.5.0-2
|
|
|
|
|
|
|
|
- Update filelist
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 05 2013 Bastien Nocera <hadess@hadess.net> - 0.5.0-1
|
|
|
|
- Update to 0.5.0
|
|
|
|
- Update to 0.5.0
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 19 2013 Bastien Nocera <bnocera@redhat.com> 0.4.1-5
|
|
|
|
* Tue Feb 26 2013 Bastien Nocera <hadess@hadess.net> - 0.4.1-9
|
|
|
|
|
|
|
|
- You awful perl packaging
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 19 2013 Bastien Nocera <hadess@hadess.net> - 0.4.1-8
|
|
|
|
|
|
|
|
- Another try for the pod2man BR...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 19 2013 Bastien Nocera <hadess@hadess.net> - 0.4.1-7
|
|
|
|
|
|
|
|
- pod2man isn't in the main perl package anymore...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 19 2013 Bastien Nocera <hadess@hadess.net> - 0.4.1-6
|
|
|
|
|
|
|
|
- Add perl for pod2man BR
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 19 2013 Bastien Nocera <hadess@hadess.net> - 0.4.1-5
|
|
|
|
- Co-own the gtk-doc directory (#604351)
|
|
|
|
- Co-own the gtk-doc directory (#604351)
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-4
|
|
|
|
* Wed Feb 13 2013 Dennis Gilmore <dennis@ausil.us> - 0.4.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-3
|
|
|
|
* Thu Jul 19 2012 Dennis Gilmore <dennis@ausil.us> - 0.4.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-2
|
|
|
|
* Fri Jan 13 2012 Dennis Gilmore <dennis@ausil.us> - 0.4.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Nov 10 2011 Bastien Nocera <bnocera@redhat.com> 0.4.1-1
|
|
|
|
* Thu Nov 10 2011 Bastien Nocera <hadess@hadess.net> - 0.4.1-1
|
|
|
|
- Update to 0.4.1
|
|
|
|
- Update to 0.4.1
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-3
|
|
|
|
* Tue Feb 08 2011 Dennis Gilmore <dennis@ausil.us> - 0.2.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 09 2010 Ray Strode <rstrode@redhat.com> 0.2.0-2
|
|
|
|
* Tue Nov 09 2010 Ray Strode <rstrode@redhat.com> - 0.2.0-4
|
|
|
|
- Don't allow pam module to ever get unmapped, since that causes
|
|
|
|
- Don't every allow pam module to get unloaded
|
|
|
|
crashes in dbus-glib, gobject, etc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 19 2010 Bastien Nocera <bnocera@redhat.com> 0.2.0-1
|
|
|
|
* Mon Nov 08 2010 Ray Strode <rstrode@redhat.com> - 0.2.0-3
|
|
|
|
- Update to 0.2.0
|
|
|
|
- Revert "Fix crash in gnome-screensaver"
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Dec 09 2009 Bastien Nocera <bnocera@redhat.com> 0.1-16.git04fd09cfa
|
|
|
|
* Mon Nov 08 2010 Ray Strode <rstrode@redhat.com> - 0.2.0-2
|
|
|
|
|
|
|
|
- Fix crash in gnome-screensaver
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 19 2010 Bastien Nocera <hadess@hadess.net> - 0.2.0-1
|
|
|
|
|
|
|
|
- * Thu Aug 19 2010 Bastien Nocera <bnocera@redhat.com> 0.2.0-1 - Update to
|
|
|
|
|
|
|
|
0.2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 28 2010 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-20
|
|
|
|
|
|
|
|
- dist-git conversion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Dec 09 2009 Bastien Nocera <hadess@fedoraproject.org> - 0.1-19
|
|
|
|
- Remove use of g_error(), or people think that it crashes when we actually
|
|
|
|
- Remove use of g_error(), or people think that it crashes when we actually
|
|
|
|
abort() (#543194)
|
|
|
|
abort() (#543194)
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-15.git04fd09cfa
|
|
|
|
* Wed Nov 25 2009 Bill Nottingham <notting@fedoraproject.org> - 0.1-18
|
|
|
|
|
|
|
|
- Fix typo that causes a failure to update the common directory. (releng
|
|
|
|
|
|
|
|
#2781)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 24 2009 Jesse Keating <jkeating@fedoraproject.org> - 0.1-17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 21 2009 Bastien Nocera <bnocera@redhat.com> 0.1-14.git04fd09cfa
|
|
|
|
* Tue Jul 21 2009 Bastien Nocera <hadess@fedoraproject.org> - 0.1-16
|
|
|
|
- Merge polkit patch and fix for polkit patch
|
|
|
|
- Merge polkit patch and fix for polkit patch
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 21 2009 Bastien Nocera <bnocera@redhat.com> 0.1-13.git04fd09cfa
|
|
|
|
* Tue Jul 21 2009 Bastien Nocera <hadess@fedoraproject.org> - 0.1-15
|
|
|
|
- Make the -devel package noarch (#507698)
|
|
|
|
- Make the -devel package noarch (#507698)
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 9 2009 Matthias Clasen <mclasen@redhat.com> 0.1-12.git04fd09cfa
|
|
|
|
* Thu Jul 09 2009 Matthias Clasen <mclasen@fedoraproject.org> - 0.1-14
|
|
|
|
- Fix the pam module (#510152)
|
|
|
|
- fix the pam module
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jun 20 2009 Bastien Nocera <bnocera@redhat.com> 0.1-11.git04fd09cfa
|
|
|
|
* Sat Jun 20 2009 Bastien Nocera <hadess@fedoraproject.org> - 0.1-13
|
|
|
|
- Remove obsolete patch
|
|
|
|
- Remove obsolete patch
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 9 2009 Matthias Clasen <mclasen@redhat.com> 0.1-10.git04fd09cfa
|
|
|
|
* Wed Jun 10 2009 Matthias Clasen <mclasen@fedoraproject.org> - 0.1-12
|
|
|
|
|
|
|
|
- oops
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 10 2009 Matthias Clasen <mclasen@fedoraproject.org> - 0.1-11
|
|
|
|
|
|
|
|
- fix file lists
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 10 2009 Matthias Clasen <mclasen@fedoraproject.org> - 0.1-10
|
|
|
|
- Port to PolicyKit 1
|
|
|
|
- Port to PolicyKit 1
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 07 2009 Bastien Nocera <bnocera@redhat.com> 0.1-9.git04fd09cfa
|
|
|
|
* Thu May 07 2009 Bastien Nocera <hadess@fedoraproject.org> - 0.1-9
|
|
|
|
- Add /var/lib/fprint to the RPM to avoid SELinux errors (#499513)
|
|
|
|
- Add /var/lib/fprint to the RPM to avoid SELinux errors (#499513)
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 21 2009 Karsten Hopp <karsten@redhat.com> 0.1-8.git04fd09cfa.1
|
|
|
|
* Tue Apr 21 2009 Karsten Hopp <karsten@fedoraproject.org> - 0.1-8
|
|
|
|
- Excludearch s390 s390x, as we don't have libusb1 on mainframe, we can't build
|
|
|
|
- Excludearch s390 s390x, as we don't have libusb1 on mainframe, we can't
|
|
|
|
the required libfprint package
|
|
|
|
build the required libfprint package
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-8.git04fd09cfa
|
|
|
|
* Tue Feb 24 2009 Jesse Keating <jkeating@fedoraproject.org> - 0.1-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 27 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1-7.git04fd09cfa
|
|
|
|
* Tue Jan 27 2009 Bastien Nocera <hadess@fedoraproject.org> - 0.1-6
|
|
|
|
- Add a patch to handle device disconnects
|
|
|
|
- Add a patch to handle device disconnects
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 26 2009 - Bastien Nocera <bnocera@redhat.com> - 0.1-6.git04fd09cfa
|
|
|
|
* Mon Jan 26 2009 Bastien Nocera <hadess@fedoraproject.org> - 0.1-5
|
|
|
|
|
|
|
|
- Some new files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 26 2009 Bastien Nocera <hadess@fedoraproject.org> - 0.1-4
|
|
|
|
- Update to latest git, fixes some run-time warnings
|
|
|
|
- Update to latest git, fixes some run-time warnings
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Dec 17 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1-5.git43fe72a2aa
|
|
|
|
* Wed Dec 17 2008 Bastien Nocera <hadess@fedoraproject.org> - 0.1-3
|
|
|
|
- Add patch to stop leaking a D-Bus connection on failure
|
|
|
|
- Add patch to stop leaking a D-Bus connection on failure
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Dec 09 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1-4.git43fe72a2aa
|
|
|
|
* Tue Dec 09 2008 Bastien Nocera <hadess@fedoraproject.org> - 0.1-2
|
|
|
|
- Update D-Bus config file for recent D-Bus changes
|
|
|
|
- Update D-Bus config file for recent D-Bus changes
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Dec 04 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1-3.git43fe72a2aa
|
|
|
|
* Fri Dec 05 2008 Bastien Nocera <hadess@fedoraproject.org> - 0.1-1
|
|
|
|
- Update following comments in the review
|
|
|
|
- Update following comments in the review
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|
* Sun Nov 23 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1-2.gitaf42ec70f3
|
|
|
|
|
|
|
|
- Update to current git master, and add documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 04 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1-1
|
|
|
|
|
|
|
|
- First package
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|