Opened 15 years ago

Closed 15 years ago

#312 closed defect (fixed)

mindi specfile will accept wrong version of mindi-busybox

Reported by: Conor Daly Owned by: Bruno Cornec
Priority: normal Milestone: 2.2.9
Component: mindi Version: 2.2.7
Severity: normal Keywords:
Cc:

Description

mindi-2.0.2 onwards uses

find /lib/modules -name '*\.ko*' -o -name '*\.o*'

in rootfs/sbin/init in place of the

find /lib/modules -name '*\.ko*'

used in earlier versions. mindi-busybox-1.7.3 supports the '-o' switch for find while the earlier mindi-busybox-1.2.2 does not. The mindi-2.0.x rpm will happily install alongside mindi-busybox-1.2.2 as the mindi.spec file lists no version for mindi-busybox in its requirements line. Attached is a patch to mindi.spec to require mindi-busybox >= 1.3 (the '-o' switch was added to busybox-1.2.2.1).

Cheers,

Conor

Attachments (1)

mindi-spec.PATCH (680 bytes ) - added by Conor Daly 15 years ago.
PATCH to mindi.spec

Download all attachments as: .zip

Change History (3)

by Conor Daly, 15 years ago

Attachment: mindi-spec.PATCH added

PATCH to mindi.spec

comment:1 by Conor Daly, 15 years ago

Forgot to mention the problem which arises from this error.

If mindi-busybox-1.2.2 is installed alongside mindi-2.0.2 or greater, at rescue CD boot time, no modules are found and therefore the mondorescue CD is of no use.

Conor

comment:2 by Bruno Cornec, 15 years ago

Resolution: fixed
Status: newclosed

Fixed in rev 678 of project-builder: http://trac.project-builder.org/changeset/678

Note: See TracTickets for help on using tickets.