diff --git a/fprintd.spec b/fprintd.spec index a6bfbbb..988293e 100644 --- a/fprintd.spec +++ b/fprintd.spec @@ -1,6 +1,6 @@ Name: fprintd Version: 1.94.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: D-Bus service for Fingerprint reader access License: GPLv2+ @@ -62,8 +62,6 @@ fingerprint readers access. %meson_install mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/fprint -rm -f $RPM_BUILD_ROOT/%{_lib}/security/pam_fprintd.{a,la,so.*} - %find_lang %{name} %postun pam @@ -95,6 +93,11 @@ fi %{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.Manager.xml %changelog +* Mon Oct 25 2021 Benjamin Berg - 1.94.0-2 +- Drop unneeded rm from spec file +- Rebuild with changelog fixed + +* Fri Aug 20 2021 Benjamin Berg - 1.94.0-1 - Update to 1.94.0 (#1978269) Related: #1894694