RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm-5_0: rpm/ TODO

From: Jeff Johnson <jbj@rpm5.org>
Date: Mon 21 Jan 2008 - 20:04:24 CET
Message-Id: <20080121190424.F1E10348464@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   21-Jan-2008 20:04:24
  Branch: rpm-5_0                          Handle: 2008012119042400

  Modified files:           (Branch: rpm-5_0)
    rpm                     TODO

  Log:
    - collect rpm-5.0.1 release details.

  Summary:
    Revision    Changes     Path
    1.118.2.3   +15 -0      rpm/TODO
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/TODO
  ============================================================================
  $ cvs diff -u -r1.118.2.2 -r1.118.2.3 TODO
  --- rpm/TODO	15 Jan 2008 13:38:36 -0000	1.118.2.2
  +++ rpm/TODO	21 Jan 2008 19:04:24 -0000	1.118.2.3
  @@ -19,3 +19,18 @@
   
     - distributing per-platform configuration needs to be done. At a minimum,
   	the cpu-os.macros.tar.gz file needs distributing with the rpm tarball.
  +
  +  - decide on whether rpmbuild --lsb should be included (or not).
  +
  +  - pkgioRead() has a cosmetic error message if/when called after end-of-header
  +	(or equivalent EOF) condition. The current fix is mapping return to
  +	RPMRC_NOTFOUND, but RPMRC_OK with 0 length EOF read may be necessary.
  +
  +	...
  +        /* XXX Handle EOF's as RPMRC_NOTFOUND, not RPMRC_FAIL, returns. */
  +        if (xx == 0)
  +            rc = RPMRC_NOTFOUND;
  +        else
  +	...
  +
  +
  @@ .
Received on Mon Jan 21 20:04:25 2008
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.