Fix warning when uninstalling fprintd-pam (#1203671)
This commit is contained in:
parent
f7254047ff
commit
6b79265e45
@ -1,6 +1,6 @@
|
||||
Name: fprintd
|
||||
Version: 0.6.0
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: D-Bus service for Fingerprint reader access
|
||||
|
||||
Group: System Environment/Daemons
|
||||
@ -29,6 +29,7 @@ Requires: %{name} = %{version}-%{release}
|
||||
# is different, it will be mentioned in the release notes
|
||||
Provides: pam_fprint = %{version}-%{release}
|
||||
Obsoletes: pam_fprint < 0.2-3
|
||||
Requires(postun): authconfig
|
||||
|
||||
Group: System Environment/Base
|
||||
License: GPLv2+
|
||||
@ -65,6 +66,9 @@ rm -f $RPM_BUILD_ROOT/%{_lib}/security/pam_fprintd.{a,la,so.*}
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%postun pam
|
||||
/sbin/authconfig --disablefingerprint --update
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
@ -94,6 +98,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.Manager.xml
|
||||
|
||||
%changelog
|
||||
* Thu Sep 22 2016 Bastien Nocera <bnocera@redhat.com> - 0.6.0-5
|
||||
- Fix warning when uninstalling fprintd-pam (#1203671)
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user