Changeset 1464 in MondoRescue
- Timestamp:
- May 29, 2007, 4:12:33 PM (18 years ago)
- Location:
- branches/stable
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/distributions/gentoo/mindi.ebuild
r936 r1464 19 19 sys-devel/binutils 20 20 sys-fs/dosfstools 21 sys-apps/parted 21 22 sys-apps/gawk" 22 23 -
branches/stable/mindi/distributions/rpm/mindi.spec
r1388 r1464 12 12 BuildArch: noarch 13 13 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) 14 Requires: bzip2 >= 0.9, mkisofs, ncurses, binutils, gawk, dosfstools, mindi-busybox DDD14 Requires: bzip2 >= 0.9, mkisofs, ncurses, binutils, gawk, dosfstools, mindi-busybox, parted DDD 15 15 OBS 16 16 # Not on all systems -
branches/stable/mondo/distributions/debian/control
r580 r1464 10 10 Section: utils 11 11 Priority: optional 12 Depends: ${shlibs:Depends}, ${misc:Depends}, mindi (>= 1. 0.8-1), afio, buffer, gawk, cdrecord, lzop12 Depends: ${shlibs:Depends}, ${misc:Depends}, mindi (>= 1.2.3-1), afio, buffer, gawk, cdrecord, lzop 13 13 Recommends: dvd+rw-tools 14 14 Suggests: mondo-doc -
branches/stable/mondo/distributions/gentoo/mondo.ebuild
r1218 r1464 24 24 >=app-arch/bzip2-0.9 25 25 app-cdr/cdrtools 26 >=sys-apps/mindi-1.2. 126 >=sys-apps/mindi-1.2.3 27 27 >=dev-libs/newt-0.50 28 28 >=sys-libs/slang-1.4.1 -
branches/stable/mondo/distributions/rpm/mondo.spec
r1388 r1464 19 19 ExcludeArch: ppc 20 20 OBS 21 Requires: mindi >= 1.2.1, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, gettext, DDD21 Requires: mindi >= 1.2.1, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, gettext, buffer, cdrecord, DDD 22 22 %ifarch ia64 23 23 Requires: elilo, parted -
branches/stable/mondo/distributions/suse/spec.m4
r761 r1464 4 4 define(`SSS', `ftp://ftp.mondorescue.org/src/%{name}-%{version}.tar.bz2')dnl 5 5 dnl DDD is replaced by the list of dependencies specific to that distro 6 define(`DDD', ` , buffer, cdrecord')dnl6 define(`DDD', `')dnl 7 7 dnl GRP is replaced by the RPM group of apps 8 8 define(`GRP', `Productivity/Archiving/Backup')dnl -
branches/stable/mondo/src/common/newt-specific.c
r1326 r1464 1271 1271 } else if (b_res == b5) { 1272 1272 output = -1; 1273 1273 1274 } 1274 1275 newtPopHelpLine();
Note:
See TracChangeset
for help on using the changeset viewer.