diff --git a/gnupg.spec b/gnupg.spec index be8af95..99b8e87 100644 --- a/gnupg.spec +++ b/gnupg.spec @@ -1,7 +1,7 @@ Summary: A GNU utility for secure communication and data storage. Name: gnupg Version: 1.4.4 -Release: 6 +Release: 7 License: GPL Group: Applications/System Source0: ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2 @@ -13,6 +13,7 @@ Patch2: gnupg-1.4.4-unsigned.patch URL: http://www.gnupg.org/ BuildPrereq: autoconf, automake, bzip2-devel, expect, ncurses-devel BuildPrereq: openldap-devel, readline-devel, zlib-devel +BuildPrereq: curl-devel %ifnarch s390 s390x BuildPrereq: libusb-devel %endif @@ -47,6 +48,7 @@ LDFLAGS="$RPM_OPT_FLAGS -pie -Wl,-z,relro,-z,now" ; export LDFLAGS --disable-rpath \ --libexecdir=%{_libdir} \ --with-zlib --with-bzip2 --with-readline --enable-noexecstack \ + --with-libcurl \ $configure_flags make %{?_smp_mflags} make check @@ -99,6 +101,9 @@ exit 0 %{_mandir}/man7/* %changelog +* Thu Jul 20 2006 Nalin Dahyabhai - 1.4.4-7 +- add BuildPrereq on curl-devel to get curl's ipv6 support (#198375) + * Wed Jul 12 2006 Nalin Dahyabhai - 1.4.4-6 - fix a cast in gpgkeys_hkp to avoid tripping stack smashing or buffer overflow detection (#198612)