diff --git a/gnupg.spec b/gnupg.spec index 53b6701..e913a67 100644 --- a/gnupg.spec +++ b/gnupg.spec @@ -1,13 +1,14 @@ Summary: A GNU utility for secure communication and data storage. Name: gnupg Version: 1.2.3 -Release: 1 +Release: 3 License: GPL Group: Applications/System Source0: ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2 Source1: ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2.sig Source2: gnupg-shm-coprocessing.expect Source3: 57548DCD.gpg +Patch: gnupg-1.2.3-elgamal.patch URL: http://www.gnupg.org/ BuildPrereq: autoconf, expect Provides: gpg, openpgp @@ -24,6 +25,9 @@ only IDEA for symmetric-key encryption, which is patented worldwide). %prep %setup -q +pushd g10 +%patch -p0 -b .elgamal +popd %build configure_flags= @@ -77,6 +81,13 @@ fi %{_mandir}/man7/* %changelog +* Fri Dec 12 2003 Nalin Dahyabhai 1.2.3-3 +- rebuild + +* Mon Dec 1 2003 Nalin Dahyabhai 1.2.3-2 +- incorporate patch from gnupg-announce which removes the ability to create + ElGamal encrypt+sign keys or to sign messages with such keys + * Mon Oct 27 2003 Nalin Dahyabhai 1.2.3-1 - use -fPIE instead of -fpie because some arches need it