Changeset 445 in MondoRescue
- Timestamp:
- Mar 16, 2006, 1:18:15 AM (19 years ago)
- Location:
- branches/stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/distributions/rpm/mondo.spec
r424 r445 10 10 %define src SSS 11 11 %define grp GRP 12 %define addreqb mindi >= 1.0 5, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, slang >= 1.4.112 %define addreqb mindi >= 1.0.7, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, slang >= 1.4.1 13 13 %define addreq DDD 14 14 %define rel %{mrel} -
branches/stable/tools/mkqemu
r441 r445 47 47 EOF 48 48 49 ipvm=10.0.2.1 649 ipvm=10.0.2.15 50 50 sp=2222 51 51 -
branches/stable/tools/mkspec
r388 r445 12 12 if [ -f ${dir}/../$ddir/spec.m4 ]; then 13 13 inc=${dir}/../$ddir/spec.m4 14 elif [ -f ${dir}/../$d dmir/spec.m4 ]; then15 inc=${dir}/../$d dmir/spec.m414 elif [ -f ${dir}/../$dfam/spec.m4 ]; then 15 inc=${dir}/../$dfam/spec.m4 16 16 else 17 17 echo "Unable to build RPM for this distro. Please report to authors"
Note:
See TracChangeset
for help on using the changeset viewer.