Drop unneeded rm and fix changelog

This commit is contained in:
Benjamin Berg 2021-10-25 12:23:16 +02:00
parent 8c9ca20b08
commit 0516c39240

View File

@ -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 <bberg@redhat.com> - 1.94.0-2
- Drop unneeded rm from spec file
- Rebuild with changelog fixed
* Fri Aug 20 2021 Benjamin Berg <bberg@redhat.com> - 1.94.0-1
- Update to 1.94.0 (#1978269)
Related: #1894694