Browse code

Build pinentry-tty

Change-Id: I3414b2fde968bd9e67fcf39b36bb7c3fe39cb88e
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3630
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>

Danut Moraru authored on 2017/08/25 03:50:38
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	A collection of PIN or passphrase entry dialogs
2 2
 Name:		pinentry
3 3
 Version:	1.0.0
4
-Release:	1%{?dist}
4
+Release:	2%{?dist}
5 5
 License:	GPLv3+
6 6
 URL:		https://gnupg.org/software/pinentry/index.html
7 7
 Group:		Applications/Cryptography.
... ...
@@ -25,7 +25,8 @@ They utilize the Assuan protocol as specified in the Libassuan manual.
25 25
 %build
26 26
 ./configure --prefix=%{_prefix}      \
27 27
             --sysconfdir=%{_sysconfdir} \
28
-            --with-libusb=no
28
+            --with-libusb=no \
29
+            --enable-pinentry-tty
29 30
 
30 31
 make
31 32
 %install
... ...
@@ -38,5 +39,7 @@ make DESTDIR=%{buildroot} install
38 38
 %exclude %{_infodir}/dir
39 39
 
40 40
 %changelog
41
+*       Wed Aug 16 2017 Danut Moraru <dmoraru@vmware.com> 1.0.0-2
42
+-       Build pinentry-tty
41 43
 *       Mon Jul 31 2017 Kumar Kaushik <kaushikk@vmware.com> 1.0.0-1
42 44
 -       Initial Build.