Changeset 1076 in MondoRescue
- Timestamp:
- Jan 27, 2007, 7:12:56 AM (18 years ago)
- Location:
- branches/stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/distributions/rpm/mondo.spec
r1051 r1076 16 16 Source: SSS 17 17 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) 18 BuildRequires: newt-devel >= 0.50 18 BuildRequires: newt-devel >= 0.50, gettext-devel 19 19 ExcludeArch: ppc 20 20 OBS 21 Requires: mindi >= 1.2.1, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, DDD21 Requires: mindi >= 1.2.1, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, gettext, DDD 22 22 %ifarch ia64 23 23 Requires: elilo, parted -
branches/stable/tools/distro-env
r1042 r1076 29 29 elif grep -q CentOS /etc/redhat-release ; then 30 30 export ddir="centos" 31 export dver=`awk '{print $3}' /etc/redhat-release `31 export dver=`awk '{print $3}' /etc/redhat-release | cut -d. -f1` 32 32 else 33 33 export ddir="redhat"
Note:
See TracChangeset
for help on using the changeset viewer.