From b05113eb790adb82fb6160b8cb8924f289210282 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Tue, 14 Jan 2014 15:12:37 +0100 Subject: [PATCH] build and include the crywrap tool --- gnutls.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gnutls.spec b/gnutls.spec index 55c961f..364f4bf 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -3,7 +3,7 @@ Summary: A TLS protocol implementation Name: gnutls Version: 3.2.8 -Release: 1%{?dist} +Release: 2%{?dist} # The libraries are LGPLv2.1+, utilities are GPLv3+ License: GPLv3+ and LGPLv2+ Group: System Environment/Libraries @@ -13,6 +13,7 @@ BuildRequires: libtool, automake, autoconf, texinfo BuildRequires: autogen-libopts-devel >= 5.18 autogen BuildRequires: nettle-devel >= 2.7.1 BuildRequires: trousers-devel >= 0.3.11.2 +BuildRequires: libidn-devel %if %{with dane} BuildRequires: unbound-devel unbound-libs %endif @@ -243,6 +244,7 @@ fi %{_bindir}/ocsptool %{_bindir}/psktool %{_bindir}/p11tool +%{_bindir}/crywrap %if %{with dane} %{_bindir}/danetool %endif @@ -265,6 +267,9 @@ fi %endif %changelog +* Tue Jan 14 2014 Tomáš Mráz 3.2.8-2 +- build the crywrap tool + * Mon Dec 23 2013 Nikos Mavrogiannopoulos 3.2.8-1 - new upstream release