import fprintd-1.90.9-2.el8

This commit is contained in:
CentOS Sources 2021-01-27 00:14:16 +00:00 committed by Andrew Lukoshko
parent 947bdf6e14
commit d9eeb93e5b
1 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Name: fprintd
Version: 1.90.9
Release: 1%{?dist}
Release: 2%{?dist}
Summary: D-Bus service for Fingerprint reader access
Group: System Environment/Daemons
@ -71,11 +71,11 @@ mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/fprint
rm -f $RPM_BUILD_ROOT/%{_lib}/security/pam_fprintd.{a,la,so.*}
%find_lang %{name}
%check
# The test suite will just throw errors due to missing dependencies
%find_lang %{name}
%postun pam
if [ $1 -eq 0 ]; then
/sbin/authconfig --disablefingerprint --update || :
@ -108,6 +108,11 @@ fi
%{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.Manager.xml
%changelog
* Wed Jan 20 17:47:44 CET 2021 Benjamin Berg <bberg@redhat.com> - 1.90.9-2
- Fix build with --nocheck
The earlier fix was accidentally reverted again.
Resolves: #1907766
* Wed Jan 20 14:13:55 CET 2021 Benjamin Berg <bberg@redhat.com> - 1.90.9-1
- Update to fprintd 1.90.9
Fixes: #1907766