From 4e2e7e93679be7c407043fa19e76d4897dc1647d Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Apr 05 2012 21:35:22 +0000 Subject: Correctly rebuild the info documentation --- diff --git a/libgcrypt.spec b/libgcrypt.spec index b4fc11c..e71cfc1 100644 --- a/libgcrypt.spec +++ b/libgcrypt.spec @@ -1,6 +1,6 @@ Name: libgcrypt Version: 1.5.0 -Release: 4%{?dist} +Release: 5%{?dist} URL: http://www.gnupg.org/ Source0: libgcrypt-%{version}-hobbled.tar.bz2 # The original libgcrypt sources now contain potentially patented ECC @@ -32,6 +32,8 @@ Summary: A general-purpose cryptography library BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gawk, libgpg-error-devel >= 1.4, pkgconfig BuildRequires: fipscheck +# This is needed only when patching the .texi doc. +BuildRequires: texinfo Group: System Environment/Libraries %package devel @@ -172,6 +174,9 @@ exit 0 %doc COPYING %changelog +* Thu Apr 5 2012 Tomas Mraz 1.5.0-5 +- Correctly rebuild the info documentation + * Wed Apr 4 2012 Tomas Mraz 1.5.0-4 - Add GCRYCTL_SET_ENFORCED_FIPS_FLAG command