Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5f37534063 | ||
|
|
618d25e754 | ||
|
|
030f757f95 |
3 changed files with 21 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
21
fprintd.spec
21
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 <bnocera@redhat.com> - 0.7.0-2
|
||||
+ fprintd-0.7.0-2
|
||||
- Fix fprintd-pam being disabled after upgrade (#1398371)
|
||||
|
||||
* Wed Oct 12 2016 Bastien Nocera <bnocera@redhat.com> - 0.7.0-1
|
||||
+ fprintd-0.7.0-1
|
||||
- Update to 0.7.0
|
||||
|
||||
* 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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
ca61f22513a25020bea7bb96d4322c9d fprintd-0.6.0.tar.xz
|
||||
b5de08ec833c06f938d9731c21f3f048 fprintd-0.7.0.tar.xz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue