[gnutls/f20] Fixed issue with gnutls.info not being available

Nikos Mavrogiannopoulos nmav at fedoraproject.org
Wed Jan 15 14:08:50 UTC 2014


commit 57d4957db8c93c4e0c0ff52056d1e83a127d2dc8
Author: Nikos Mavrogiannopoulos <nmav at redhat.com>
Date:   Wed Jan 15 15:08:48 2014 +0100

    Fixed issue with gnutls.info not being available

 gnutls.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/gnutls.spec b/gnutls.spec
index 92cb40a..f7809bf 100644
--- a/gnutls.spec
+++ b/gnutls.spec
@@ -3,7 +3,7 @@
 Summary: A TLS protocol implementation
 Name: gnutls
 Version: 3.1.18
-Release: 3%{?dist}
+Release: 4%{?dist}
 # The libraries are LGPLv2.1+, utilities are GPLv3+, however
 # the bundled gnulib is LGPLv3+
 License: GPLv3+ and LGPLv2+ and LGPLv3+
@@ -146,6 +146,7 @@ This package contains Guile bindings for the library.
 %{SOURCE2} -e
 
 cp -f %{SOURCE3} lib/algorithms
+rm -f doc/gnutls.info*
 
 %build
 
@@ -276,6 +277,9 @@ fi
 %endif
 
 %changelog
+* Wed Jan 15 2014 Nikos Mavrogiannopoulos <nmav at redhat.com> 3.1.18-?
+- Fixed issue with gnutls.info not being available
+
 * Thu Jan 02 2014 Nikos Mavrogiannopoulos <nmav at redhat.com> 3.1.18-3
 - Applied complete patch from (#1046672)
 


More information about the scm-commits mailing list