summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-06-19 12:49:07 +0300
committerPanu Matilainen <pmatilai@redhat.com>2007-06-19 12:49:07 +0300
commite752d9cf8521439544308f350d6f6e720c03782b (patch)
tree1ce864772eb3893af029c86d6769dd548d627b88 /lib
parent1cfcfba438736d11d76f69bc24bf900b4d01f59f (diff)
downloadrpm-e752d9cf8521439544308f350d6f6e720c03782b.tar.gz
rpm-e752d9cf8521439544308f350d6f6e720c03782b.tar.bz2
rpm-e752d9cf8521439544308f350d6f6e720c03782b.zip
Nuke antique "reference" baddeps list.
Diffstat (limited to 'lib')
-rw-r--r--lib/depends.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/lib/depends.c b/lib/depends.c
index 395d657f5..5a0e8d4ee 100644
--- a/lib/depends.c
+++ b/lib/depends.c
@@ -830,28 +830,6 @@ static struct badDeps_s {
/*@observer@*/ /*@null@*/ const char * pname;
/*@observer@*/ /*@null@*/ const char * qname;
} badDeps[] = {
- { "libtermcap", "bash" },
- { "modutils", "vixie-cron" },
- { "ypbind", "yp-tools" },
- { "ghostscript-fonts", "ghostscript" },
- /* 7.2 only */
- { "libgnomeprint15", "gnome-print" },
- { "nautilus", "nautilus-mozilla" },
- /* 7.1 only */
- { "arts", "kdelibs-sound" },
- /* 7.0 only */
- { "pango-gtkbeta-devel", "pango-gtkbeta" },
- { "XFree86", "Mesa" },
- { "compat-glibc", "db2" },
- { "compat-glibc", "db1" },
- { "pam", "initscripts" },
- { "initscripts", "sysklogd" },
- /* 6.2 */
- { "egcs-c++", "libstdc++" },
- /* 6.1 */
- { "pilot-link-devel", "pilot-link" },
- /* 5.2 */
- { "pam", "pamconfig" },
{ NULL, NULL }
};
#else