diff --git a/SPECS/fprintd.spec b/SPECS/fprintd.spec index 85113cd..f298526 100644 --- a/SPECS/fprintd.spec +++ b/SPECS/fprintd.spec @@ -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 - 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 - 1.90.9-1 - Update to fprintd 1.90.9 Fixes: #1907766