rpms/libgcrypt/devel libgcrypt.spec,1.19,1.20

Nalin Somabhai Dahyabhai (nalin) fedora-extras-commits at redhat.com
Thu Aug 16 15:27:45 UTC 2007


Author: nalin

Update of /cvs/pkgs/rpms/libgcrypt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18284

Modified Files:
	libgcrypt.spec 
Log Message:
- clarify license
- force use of the linux /dev/random RNG, to avoid accidentally falling back
  to others which would affect the license of the resulting library



Index: libgcrypt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgcrypt/devel/libgcrypt.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- libgcrypt.spec	30 Jul 2007 13:41:49 -0000	1.19
+++ libgcrypt.spec	16 Aug 2007 15:27:13 -0000	1.20
@@ -5,7 +5,7 @@
 Source1: ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2.sig
 Source2: wk at g10code.com
 Patch0: libgcrypt-1.2.2-lib64.patch
-License: LGPL
+License: LGPLv2+
 Summary: A general-purpose cryptography library.
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: libgpg-error-devel pkgconfig
@@ -32,7 +32,7 @@
 #%patch0 -p1 -b .lib64
 
 %build
-%configure --disable-asm --disable-static
+%configure --disable-asm --disable-static --enable-random=linux
 make
 make check
 
@@ -106,6 +106,11 @@
 %{_infodir}/gcrypt.info*
 
 %changelog
+* Thu Aug 16 2007 Nalin Dahyabhai <nalin at redhat.com> - 1.2.4-4
+- clarify license
+- force use of the linux /dev/random RNG, to avoid accidentally falling back
+  to others which would affect the license of the resulting library
+
 * Mon Jul 30 2007 Nalin Dahyabhai <nalin at redhat.com> - 1.2.4-3
 - disable static libraries (part of #249815)
 




More information about the fedora-extras-commits mailing list