Changeset 1464 in MondoRescue


Ignore:
Timestamp:
May 29, 2007, 4:12:33 PM (17 years ago)
Author:
Bruno Cornec
Message:
  • Fix a spelling error (James Cameron quozl_at_us.netrek.org)
  • mondo depends on buffer and cdrecord for the moment (added in spec files) (V. Danen fixes for MDV CS 4)
  • parted is required by mindi (in format-and-kludge-vfat) so put in dependencies (Francesco Talamona ti.liame_at_email.it)

(merge 1457:1463 from 2.2.4)

Location:
branches/stable
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/distributions/gentoo/mindi.ebuild

    r936 r1464  
    1919        sys-devel/binutils
    2020        sys-fs/dosfstools
     21        sys-apps/parted
    2122        sys-apps/gawk"
    2223
  • branches/stable/mindi/distributions/rpm/mindi.spec

    r1388 r1464  
    1212BuildArch:  noarch
    1313BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
    14 Requires:   bzip2 >= 0.9, mkisofs, ncurses, binutils, gawk, dosfstools, mindi-busybox DDD
     14Requires:   bzip2 >= 0.9, mkisofs, ncurses, binutils, gawk, dosfstools, mindi-busybox, parted DDD
    1515OBS
    1616# Not on all systems
  • branches/stable/mondo/distributions/debian/control

    r580 r1464  
    1010Section: utils
    1111Priority: optional
    12 Depends: ${shlibs:Depends}, ${misc:Depends}, mindi (>= 1.0.8-1), afio, buffer, gawk, cdrecord, lzop
     12Depends: ${shlibs:Depends}, ${misc:Depends}, mindi (>= 1.2.3-1), afio, buffer, gawk, cdrecord, lzop
    1313Recommends: dvd+rw-tools
    1414Suggests: mondo-doc
  • branches/stable/mondo/distributions/gentoo/mondo.ebuild

    r1218 r1464  
    2424    >=app-arch/bzip2-0.9
    2525    app-cdr/cdrtools
    26     >=sys-apps/mindi-1.2.1
     26    >=sys-apps/mindi-1.2.3
    2727    >=dev-libs/newt-0.50
    2828    >=sys-libs/slang-1.4.1
  • branches/stable/mondo/distributions/rpm/mondo.spec

    r1388 r1464  
    1919ExcludeArch:    ppc
    2020OBS
    21 Requires:   mindi >= 1.2.1, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, gettext, DDD
     21Requires:   mindi >= 1.2.1, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, gettext, buffer, cdrecord, DDD
    2222%ifarch ia64
    2323Requires:   elilo, parted
  • branches/stable/mondo/distributions/suse/spec.m4

    r761 r1464  
    44define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}.tar.bz2')dnl
    55dnl DDD is replaced by the list of dependencies specific to that distro
    6 define(`DDD', `, buffer, cdrecord')dnl
     6define(`DDD', `')dnl
    77dnl GRP is replaced by the RPM group of apps
    88define(`GRP', `Productivity/Archiving/Backup')dnl
  • branches/stable/mondo/src/common/newt-specific.c

    r1326 r1464  
    12711271    } else if (b_res == b5) {
    12721272        output = -1;
     1273
    12731274    }
    12741275    newtPopHelpLine();
Note: See TracChangeset for help on using the changeset viewer.