diff --git a/pinentry.spec b/pinentry.spec index 501b77b..6be9a9f 100644 --- a/pinentry.spec +++ b/pinentry.spec @@ -75,6 +75,15 @@ utilize the Assuan protocol as described by the aegypten project; see http://www.gnupg.org/aegypten/ for details. This package contains the emacs based version of the PIN entry dialog. +%package tty +Summary: Passphrase/PIN entry dialog in tty +Requires: %{name} = %{version}-%{release} +%description tty +Pinentry is a collection of simple PIN or passphrase entry dialogs which +utilize the Assuan protocol as described by the aegypten project; see +http://www.gnupg.org/aegypten/ for details. +This package contains the tty version of the PIN entry dialog. + %prep %setup -q @@ -111,7 +120,6 @@ rm -fv $RPM_BUILD_ROOT%{_infodir}/dir %license COPYING %doc AUTHORS ChangeLog NEWS README THANKS TODO %{_bindir}/pinentry-curses -%{_bindir}/pinentry-tty %{_bindir}/pinentry %{_infodir}/pinentry.info* @@ -131,6 +139,9 @@ rm -fv $RPM_BUILD_ROOT%{_infodir}/dir %files emacs %{_bindir}/pinentry-emacs +%files tty +%{_bindir}/pinentry-tty + %changelog * Fri Jan 22 2021 Jakub Jelen - 1.1.1-1 - New upstream release (#1919127)