Changeset 445 in MondoRescue


Ignore:
Timestamp:
Mar 16, 2006, 1:18:15 AM (18 years ago)
Author:
bcornec
Message:

Fix a bug for where to find spec file (family was incorrect)
mondo depends on mindi > 1.0.7

Location:
branches/stable
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/distributions/rpm/mondo.spec

    r424 r445  
    1010%define src     SSS
    1111%define grp     GRP
    12 %define addreqb mindi >= 1.05, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, slang >= 1.4.1
     12%define addreqb mindi >= 1.0.7, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, slang >= 1.4.1
    1313%define addreq  DDD
    1414%define rel     %{mrel}
  • branches/stable/tools/mkqemu

    r441 r445  
    4747EOF
    4848
    49 ipvm=10.0.2.16
     49ipvm=10.0.2.15
    5050sp=2222
    5151
  • branches/stable/tools/mkspec

    r388 r445  
    1212if [ -f ${dir}/../$ddir/spec.m4 ]; then
    1313    inc=${dir}/../$ddir/spec.m4
    14 elif [ -f ${dir}/../$ddmir/spec.m4 ]; then
    15     inc=${dir}/../$ddmir/spec.m4
     14elif [ -f ${dir}/../$dfam/spec.m4 ]; then
     15    inc=${dir}/../$dfam/spec.m4
    1616else
    1717    echo "Unable to build RPM for this distro. Please report to authors"
Note: See TracChangeset for help on using the changeset viewer.