diff --git a/.gitignore b/.gitignore index 0ff392f..389b046 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ fprintd-0.1-04fd09cfa.tar.bz2 /fprintd-0.5.0.tar.bz2 /fprintd-0.5.1.tar.xz /fprintd-0.6.0.tar.xz +/fprintd-0.7.0.tar.xz diff --git a/fprintd.spec b/fprintd.spec index 28e34d8..25529bc 100644 --- a/fprintd.spec +++ b/fprintd.spec @@ -1,6 +1,6 @@ Name: fprintd -Version: 0.6.0 -Release: 4%{?dist} +Version: 0.7.0 +Release: 2%{?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,11 @@ rm -f $RPM_BUILD_ROOT/%{_lib}/security/pam_fprintd.{a,la,so.*} %find_lang %{name} +%postun pam +if [ $1 -eq 0 ]; then + /sbin/authconfig --disablefingerprint --update || : +fi + %clean rm -rf $RPM_BUILD_ROOT @@ -94,6 +100,17 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.Manager.xml %changelog +* Thu Feb 09 2017 Bastien Nocera - 0.7.0-2 ++ fprintd-0.7.0-2 +- Fix fprintd-pam being disabled after upgrade (#1398371) + +* Wed Oct 12 2016 Bastien Nocera - 0.7.0-1 ++ fprintd-0.7.0-1 +- Update to 0.7.0 + +* Thu Sep 22 2016 Bastien Nocera - 0.6.0-5 +- Fix warning when uninstalling fprintd-pam (#1203671) + * Wed Feb 03 2016 Fedora Release Engineering - 0.6.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 6f6bc6c..472fcc6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ca61f22513a25020bea7bb96d4322c9d fprintd-0.6.0.tar.xz +b5de08ec833c06f938d9731c21f3f048 fprintd-0.7.0.tar.xz