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