Changeset 1076 in MondoRescue for branches/stable


Ignore:
Timestamp:
Jan 27, 2007, 7:12:56 AM (17 years ago)
Author:
Bruno Cornec
Message:

Fixes from Andy Wright for CentOS

Location:
branches/stable
Files:
3 edited

Legend:

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

    r1051 r1076  
    1616Source:     SSS
    1717BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
    18 BuildRequires:  newt-devel >= 0.50
     18BuildRequires:  newt-devel >= 0.50, gettext-devel
    1919ExcludeArch:    ppc
    2020OBS
    21 Requires:   mindi >= 1.2.1, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, DDD
     21Requires:   mindi >= 1.2.1, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, gettext, DDD
    2222%ifarch ia64
    2323Requires:   elilo, parted
  • branches/stable/tools/distro-env

    r1042 r1076  
    2929        elif grep -q CentOS /etc/redhat-release ; then
    3030            export ddir="centos"
    31             export dver=`awk '{print $3}' /etc/redhat-release`
     31            export dver=`awk '{print $3}' /etc/redhat-release | cut -d. -f1`
    3232        else
    3333            export ddir="redhat"
Note: See TracChangeset for help on using the changeset viewer.