Accepting request 239235 from home:AndreasStieger:branches:Base:System

- gnupg-add_legacy_FIPS_mode_option.patch (part of [bnc#856312])
  mentions GCRYCTL_INACTIVATE_FIPS_FLAG, raising the requirement
  for gcrypt from 1.4.0 (from configure) to 1.6.1 where said flag
  was introduced. Require this version to build.

OBS-URL: https://build.opensuse.org/request/show/239235
OBS-URL: https://build.opensuse.org/package/show/Base:System/gpg2?expand=0&rev=76
This commit is contained in:
Andreas Stieger 2014-07-01 21:33:00 +00:00 committed by Git OBS Bridge
parent fb7584ea2b
commit b93524f027
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jul 1 21:05:55 UTC 2014 - andreas.stieger@gmx.de
- gnupg-add_legacy_FIPS_mode_option.patch (part of [bnc#856312])
mentions GCRYCTL_INACTIVATE_FIPS_FLAG, raising the requirement
for gcrypt from 1.4.0 (from configure) to 1.6.1 where said flag
was introduced. Require this version to build.
-------------------------------------------------------------------
Mon Jun 30 18:52:36 UTC 2014 - andreas.stieger@gmx.de

View File

@ -26,7 +26,9 @@ BuildRequires: libadns-devel
BuildRequires: libassuan-devel >= 2.0.0
BuildRequires: libbz2-devel
BuildRequires: libcurl-devel >= 7.10
BuildRequires: libgcrypt-devel >= 1.4.0
# patch11 (gnupg-add_legacy_FIPS_mode_option.patch) mentions GCRYCTL_INACTIVATE_FIPS_FLAG
# raising gcrypt requirement from 1.4.0
BuildRequires: libgcrypt-devel >= 1.6.1
BuildRequires: libgpg-error-devel >= 1.11
BuildRequires: libksba-devel >= 1.0.7
BuildRequires: libusb-devel