Browse code

gpgme: requires gnupg

gnupg: requires libgcrypt

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

Alexey Makhalov authored on 2017/08/31 09:31:07
Showing 2 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	OpenPGP standard implementation used for encrypted communication and data storage.
2 2
 Name:		gnupg
3 3
 Version:	2.1.20
4
-Release:	2%{?dist}
4
+Release:	3%{?dist}
5 5
 License:	GPLv3+
6 6
 URL:		https://gnupg.org/index.html
7 7
 Group:		Applications/Cryptography.
... ...
@@ -20,6 +20,7 @@ BuildRequires:  libgcrypt >= 1.7.0
20 20
 BuildRequires:  libgcrypt-devel
21 21
 BuildRequires:  libgpg-error >= 1.24
22 22
 Requires:       libksba
23
+Requires:       libgcrypt >= 1.7.0
23 24
 Requires:       npth
24 25
 Requires:       libassuan
25 26
 Requires:       pinentry
... ...
@@ -58,9 +59,11 @@ make DESTDIR=%{buildroot} install
58 58
 %exclude /usr/share/doc/*
59 59
 
60 60
 %changelog
61
-*       Wed Jun 07 2017 Danut Moraru <dmoraru@vmware.com> 2.1.20-2
62
--       Add pinentry dependency
63
-*       Tue Apr 11 2017 Danut Moraru <dmoraru@vmware.com> 2.1.20-1
64
--       Update to 2.1.20
65
-*       Wed Jul 27 2016 Kumar Kaushik <kaushikk@vmware.com> 2.0.30-1
66
--       Initial Build.
61
+*   Wed Aug 30 2017 Alexey Makhalov <amakhalov@vmware.com> 2.1.20-3
62
+-   Add requires libgcrypt
63
+*   Wed Jun 07 2017 Danut Moraru <dmoraru@vmware.com> 2.1.20-2
64
+-   Add pinentry dependency
65
+*   Tue Apr 11 2017 Danut Moraru <dmoraru@vmware.com> 2.1.20-1
66
+-   Update to 2.1.20
67
+*   Wed Jul 27 2016 Kumar Kaushik <kaushikk@vmware.com> 2.0.30-1
68
+-   Initial Build.
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:	High-Level Crypto API
2 2
 Name:		gpgme
3 3
 Version:	1.9.0
4
-Release:	2%{?dist}
4
+Release:	3%{?dist}
5 5
 License:	GPLv2+
6 6
 URL:		https://www.gnupg.org/(it)/related_software/gpgme/index.html
7 7
 Group:		System Environment/Security
... ...
@@ -11,6 +11,8 @@ Source0:	https://www.gnupg.org/ftp/gcrypt/%{name}/%{name}-%{version}.tar.bz2
11 11
 %define sha1 gpgme=870719cd3d2ef6a7fcb1d6af9ce5446edba7bfc3
12 12
 Requires:	libassuan
13 13
 Requires:	libgpg-error
14
+# gpgme uses gnupg binaries only at runtime
15
+Requires:	gnupg
14 16
 BuildRequires:	libgpg-error-devel
15 17
 BuildRequires:	libassuan >= 2.2.0
16 18
 
... ...
@@ -63,6 +65,8 @@ cd tests && make check-TESTS
63 63
 %{_datadir}/common-lisp/source/gpgme/*
64 64
 
65 65
 %changelog
66
+*   Wed Aug 30 2017 Alexey Makhalov <amakhalov@vmware.com> 1.9.0-3
67
+-   Add requires gnupg
66 68
 *   Thu Apr 20 2017 Alexey Makhalov <amakhalov@vmware.com> 1.9.0-2
67 69
 -   Disabe C++ bindings
68 70
 *   Thu Apr 13 2017 Danut Moraru <dmoraru@vmware.com> 1.9.0-1