From: Nathan Bryant Date: Wed, 14 Apr 2004 16:16:47 +0000 (+0000) Subject: * citadel.spec: don't BuildRequire newt-devel X-Git-Tag: v7.86~5467 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=bbc011f2baa80873bd3c2a1a046e09aae8cd58b5 * citadel.spec: don't BuildRequire newt-devel --- diff --git a/citadel/ChangeLog b/citadel/ChangeLog index 274049e52..b20100d17 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,4 +1,7 @@ $Log$ + Revision 620.17 2004/04/14 16:16:47 nbryant + * citadel.spec: don't BuildRequire newt-devel + Revision 620.16 2004/04/14 03:42:01 ajc * ICAL FREEBUSY output now includes ORGANIZER, DTSTART, and DTEND fields. (Required for Kolab compatibility.) @@ -5697,4 +5700,3 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant Fri Jul 10 1998 Art Cancro * Initial CVS import - diff --git a/citadel/citadel.spec b/citadel/citadel.spec index cd56153a5..dae1f933e 100644 --- a/citadel/citadel.spec +++ b/citadel/citadel.spec @@ -27,7 +27,11 @@ BuildRequires: glibc-devel BuildRequires: openldap-devel BuildRequires: db4-devel >= 4.1 BuildRequires: pam-devel -BuildRequires: newt-devel + +# Newt is not supported by redhat for binary compatibility with future +# distributions, so we've disabled it. +#BuildRequires: newt-devel + BuildRequires: openssl-devel BuildRequires: ncurses-devel BuildRequires: zlib-devel