* citadel.spec: don't BuildRequire newt-devel
authorNathan Bryant <loanshark@uncensored.citadel.org>
Wed, 14 Apr 2004 16:16:47 +0000 (16:16 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Wed, 14 Apr 2004 16:16:47 +0000 (16:16 +0000)
citadel/ChangeLog
citadel/citadel.spec

index 274049e52868ab2b51415a6425a07160c453f023..b20100d17d5f1b70fe70d700abcc4530f3755969 100644 (file)
@@ -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 <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
-
index cd56153a5f6f2248680e6df536dbfccaf3c4c23e..dae1f933ea8fa86a515dfda38ef34a945fe7a40a 100644 (file)
@@ -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