Add pinentry-gnome3 support to pinentry wrapper
This commit is contained in:
parent
d6e9ae3223
commit
3a12e82c29
@ -2,7 +2,7 @@
|
||||
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 Fedora Project
|
||||
# Copyright (c) 2014 Red Hat
|
||||
# Copyright (c) 2014-2015 Red Hat
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@ -63,6 +63,10 @@ then
|
||||
elif [ -n "$kde_running" -a -x /usr/bin/pinentry-qt ]
|
||||
then
|
||||
export PINENTRY_BINARY="/usr/bin/pinentry-qt"
|
||||
# otherwise test if pinentry-gnome3 is installed
|
||||
elif [ -n "$DISPLAY" -a -x /usr/bin/pinentry-gnome3 ]
|
||||
then
|
||||
export PINENTRY_BINARY="/usr/bin/pinentry-gnome3"
|
||||
# otherwise test if pinentry-gtk-2 is installed
|
||||
elif [ -n "$DISPLAY" -a -x /usr/bin/pinentry-gtk-2 ]
|
||||
then
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
Name: pinentry
|
||||
Version: 0.9.6
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Collection of simple PIN or passphrase entry dialogs
|
||||
|
||||
# qt & qt4 subpackage have different license, see subpackage definitions
|
||||
@ -154,6 +154,9 @@ fi
|
||||
%{_bindir}/pinentry-emacs
|
||||
|
||||
%changelog
|
||||
* Thu Oct 15 2015 Kalev Lember <klember@redhat.com> - 0.9.6-3
|
||||
- Add pinentry-gnome3 support to pinentry wrapper
|
||||
|
||||
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 0.9.6-2
|
||||
- Build pinentry-gnome3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user