RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ CHANGES rpm/lib/ depends.c

From: Ralf S. Engelschall <rse@rpm5.org>
Date: Fri 29 Jun 2007 - 13:56:06 CEST
Message-Id: <20070629115607.009C13484EC@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Ralf S. Engelschall
  Root:   /v/rpm/cvs                       Email:  rse@rpm5.org
  Module: rpm                              Date:   29-Jun-2007 13:56:06
  Branch: HEAD                             Handle: 2007062912560600

  Modified files:
    rpm                     CHANGES
    rpm/lib                 depends.c

  Log:
    Nuke antique Red Hat Linux "reference" "baddeps" list (in lib/depends.c)
    
    Submitted by: Panu Matilainen <pmatilai@redhat.com>
    Obtained from: http://hg.rpm.org/rpm?cs=3dea73f31815

  Summary:
    Revision    Changes     Path
    1.1414      +1  -0      rpm/CHANGES
    1.331       +0  -22     rpm/lib/depends.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.1413 -r1.1414 CHANGES
  --- rpm/CHANGES	28 Jun 2007 15:52:05 -0000	1.1413
  +++ rpm/CHANGES	29 Jun 2007 11:56:06 -0000	1.1414
  @@ -1,4 +1,5 @@
   4.5 -> 5.0:
  +    - pmatilaj: nuke antique Red Hat Linux "reference" "baddeps" list (in lib/depends.c)
       - rse: allow one to explicitly select the RPM DB API with --with-dbapi={db,sqlite}
       - rse: provide automatically Autoconf chosen RPM DB API selection and configuration
       - rse: allow one to build an SQLite-only RPM with "--without-db --with-sqlite=external"
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/lib/depends.c
  ============================================================================
  $ cvs diff -u -r1.330 -r1.331 depends.c
  --- rpm/lib/depends.c	19 Jun 2007 02:32:42 -0000	1.330
  +++ rpm/lib/depends.c	29 Jun 2007 11:56:06 -0000	1.331
  @@ -1380,28 +1380,6 @@
   /*@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
  @@ .
Received on Fri Jun 29 13:56:07 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.