Opened 16 years ago
Closed 16 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)
Change History (3)
by , 16 years ago
Attachment: | mindi-spec.PATCH added |
---|
comment:1 by , 16 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 , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in rev 678 of project-builder: http://trac.project-builder.org/changeset/678
PATCH to mindi.spec