RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/lib/ rpmgi.c

From: Ralf S. Engelschall <rse@rpm5.org>
Date: Wed 04 Jul 2007 - 18:16:50 CEST
Message-Id: <20070704161650.BD94E3484ED@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:   04-Jul-2007 18:16:50
  Branch: HEAD                             Handle: 2007070417165000

  Modified files:
    rpm/lib                 rpmgi.c

  Log:
    apply the temporary fix for the manifest problems

  Summary:
    Revision    Changes     Path
    2.25        +3  -0      rpm/lib/rpmgi.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/lib/rpmgi.c
  ============================================================================
  $ cvs diff -u -r2.24 -r2.25 rpmgi.c
  --- rpm/lib/rpmgi.c	25 May 2007 17:36:02 -0000	2.24
  +++ rpm/lib/rpmgi.c	4 Jul 2007 16:16:50 -0000	2.25
  @@ -204,8 +204,11 @@
   
   	if (rpmrc == RPMRC_OK || gi->flags & RPMGI_NOMANIFEST)
   	    break;
  +#if 0
  +	/* FIXME (see http://rpm5.org/community/rpm-devel/0523.html) */
   	if (errno == ENOENT)
   	    break;
  +#endif
   
   	/* Not a header, so try for a manifest. */
   	gi->argv[gi->i] = NULL;		/* Mark the insertion point */
  @@ .
Received on Wed Jul 4 18:16:50 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.