Fixes rpm dist problems with @INC.

This commit is contained in:
freesource
2003-02-05 06:56:50 +00:00
parent c76195a69c
commit 526031d371
2 changed files with 40 additions and 25 deletions
+13
View File
@@ -1,3 +1,16 @@
Updated to 2.4.19-49um and the latest uml tools 20030202.
Fixed a @INC problem with rpm packages. The fhs checks usually insert
the module path (Debian std. path) into @INC via a BEGIN {}, but the
new BootRoot::Options was trying to be loaded before the fact because
it had been placed within the BEGIN{}.
*Fixed a glibc with uml_mconsole and genext2fs for distributions using
libc6 2.2.5 since the version previously included was being compiled
for 2.3.1. Accomplished this by making gbootroot within redhat 7.3.
* make libc6 dep for debian >= 2.3.1. .. good idea?
1.4.0 - 01/06/2003
------------------