Move pinentry-tty to separate subpackage

This commit is contained in:
Jakub Jelen 2021-01-26 10:48:59 +01:00
parent 50e9bd5e27
commit dd5f99093f

View File

@ -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 <jjelen@redhat.com> - 1.1.1-1
- New upstream release (#1919127)