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: 28-Jun-2007 17:57:38
Branch: HEAD Handle: 2007062816573800
Modified files:
rpm INSTALL
Log:
be even more clear that Berkeley-DB is the primary RPM DB, although
technically one can even build and run an SQLite-only RPM now
Summary:
Revision Changes Path
2.18 +13 -5 rpm/INSTALL
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/INSTALL
============================================================================
$ cvs diff -u -r2.17 -r2.18 INSTALL
--- rpm/INSTALL 27 Jun 2007 21:05:06 -0000 2.17
+++ rpm/INSTALL 28 Jun 2007 15:57:38 -0000 2.18
@@ -29,8 +29,8 @@
POPT mandatory 1.9 1.11 http://rpm5.org/files/popt/
BeeCrypt mandatory 4.0 4.1.2 http://www.virtualunlimited.com/products/beecrypt/
Neon mandatory 0.26 0.26.3 http://www.webdav.org/neon/
-Berkeley-DB [1] mandatory - 4.5.20 http://www.oracle.com/database/berkeley-db.html
-SQLite optional 3.3 3.4.0 http://www.sqlite.org/
+Berkeley-DB [1] optional - 4.5.20 http://www.oracle.com/database/berkeley-db.html
+SQLite [1] optional 3.3 3.4.0 http://www.sqlite.org/
File/magic optional 4.0 4.21 ftp://ftp.astron.com/pub/file/
ZLib [2] optional 1.2 1.2.3 http://www.zlib.net/
GNU bzip2 optional 1.0 1.0.4 http://www.bzip2.org/
@@ -43,9 +43,17 @@
System libelf optional - - e.g. http://www.mr511.de/software/english.html
--------------- --------- ------- ------- -------------------------------------
-[1] db: modified copy bundled with RPM, stock external one not supported
-[2] zlib: modified copy bundled with RPM, stock external one not recommended
-[3] lua: modified copy bundled with RPM, stock external one not supported
+[1] db/sqlite: Modified Berkeley-DB copy bundled with RPM.
+ Building RPM against stock external Berkeley-DB not officially supported.
+ Building RPM against SQLite-only not officially supported.
+ Building RPM against at least one of Berkeley-DB or SQLite required.
+ Use modified bundled Berkeley-DB copy, please!
+
+[2] zlib: Modified ZLib copy bundled with RPM.
+ Building RPM against stock external Zlib not recommended.
+
+[3] lua: Modified Lua copy bundled with RPM.
+ Building RPM against stock external Lua technically not supported.
Run-Time
--------
@@ .
Received on Thu Jun 28 17:57:38 2007