new kernel for testing

Ralf Corsepius rc040203 at freenet.de
Tue Aug 17 05:49:41 UTC 2004


On Mon, 2004-08-16 at 20:52, Arjan van de Ven wrote:
> On Mon, 2004-06-14 at 18:46, D. D. Brierton wrote:
> > On Mon, 2004-06-14 at 04:18, Matthew Miller wrote:
> > 
> > > The answer to "should I bugzilla this" is pretty much always "yes". :)
> > 
> > Done. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=125966
> 
> ok the nfs things was a miscommunication between my development box and
> the buildsystem; I wanted my development box to cvs commit the nfs
> change before build but that somehow didn't make it. THere's now a 521
> kernel with the fix in the testing area

FWIW: The nfs issues seem to be gone with this kernel.


A minor packaging bug:

Symptom: Installing the kernel prints a '/' to the console
# rpm -i kernel-2.6.8-1.521.i686.rpm
/


AFAIS, the cause is a missing output redirection of a popd in the
postinstall scriptlet.

# rpm -q --scripts kernel-2.6.8-1.521
..
postinstall scriptlet (using /bin/sh):
[ -x /sbin/new-kernel-pkg ] && /sbin/new-kernel-pkg --mkinitrd --depmod --install 2.6.8-1.521
if [ -x /usr/sbin/hardlink ] ; then
pushd /lib/modules/2.6.8-1.521/build > /dev/null ; {
        cd /lib/modules/2.6.8-1.521/build
        find . -type f | while read f; do hardlink -c /lib/modules/*/build/$f $f ; done
}
popd
fi
...

The "popd" should be "popd > /dev/null"

Ralf






More information about the fedora-test-list mailing list