Changeset 102 in MondoRescue
- Timestamp:
- Nov 5, 2005, 1:42:14 AM (20 years ago)
- Location:
- branches/2.05
- Files:
-
- 1 deleted
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.05/mindi/CHANGES
r30 r102 1 1 MINDI CHANGES 08/23/2004 2 3 1.05 4 - Bug fix for ldd output incorrectly handled, leading to "grep not found" errors 5 - NFS now works in interactive mode, and nolock problems are solved 6 - IA-64 support is now working for rhel 7 2 8 3 9 1.04 -
branches/2.05/mindi/mindi
r100 r102 24 24 # run this command. 25 25 26 MINDI_VERSION=1.0 4_berlios26 MINDI_VERSION=1.05 27 27 28 28 EXTRA_SPACE=24576 ; # increase if you run out of ramdisk space -
branches/2.05/mindi/mindi.spec
r83 r102 9 9 10 10 %define name mindi 11 %define version 1.0 4_berlios11 %define version 1.05 12 12 %define mrel 1 13 13 … … 125 125 126 126 %changelog 127 * Fri Nov 05 2005 Bruno Cornec <bcornec@users.berlios.de> 1.05 128 - ia64 is now working 129 - NFS related bug fixed 130 - ldd related bugs fixed 131 127 132 * Tue Sep 06 2005 Bruno Cornec <bcornec@users.berlios.de> 1.04_berlios 128 133 - Merge of patches mentionned on mondo ML + ia64 updates -
branches/2.05/mondo/ChangeLog
r30 r102 1 MONDO CHANGES Hugo Rabson <hugorabson@msn.com> 2005-09-09 2 1 MONDO CHANGES 2005-11-05 2 3 v2.05 (Bruno Cornec <bcornec@users.berlios.de) 4 - -p options works better for NFS cases 5 - ia64 is now working for rhel3 6 - delivery process to BerliOS improved 3 7 4 8 v2.04_berlios (Bruno Cornec <bcornec@users.berlios.de) -
branches/2.05/mondo/configure.in
r30 r102 5 5 dnl Process this file with autoconf >=2.53 to produce a configure script. 6 6 dnl 7 dnl $Id : configure.in,v 1.3 2004/06/18 18:40:30 oremanj Exp$7 dnl $Id$ 8 8 dnl 9 AC_INIT([Mondo Rescue],[2.0 4_berlios],[mondo-devel@lists.sourceforge.net])9 AC_INIT([Mondo Rescue],[2.05],[mondo-devel@lists.sourceforge.net]) 10 10 AC_CONFIG_SRCDIR([mondo/mondoarchive/main.c]) 11 11 AM_CONFIG_HEADER(config.h) … … 15 15 AC_ARG_PROGRAM 16 16 17 AM_INIT_AUTOMAKE([mondo], [2.0 4_berlios])17 AM_INIT_AUTOMAKE([mondo], [2.05]) 18 18 AM_MAINTAINER_MODE 19 19 -
branches/2.05/mondo/mondo.spec
r79 r102 9 9 10 10 %define name mondo 11 %define version 2.0 4_berlios11 %define version 2.05 12 12 %define mrel 1 13 13 … … 45 45 BuildRequires: newt-devel >= 0.50, slang-devel >= 1.4.1, gcc 46 46 %ifarch ia64 47 Requires: mindi >= 1.0 4_berlios, bzip2 >= 0.9, afio, mkisofs, binutils, elilo, newt >= 0.50, slang >= 1.4.1, buffer, parted47 Requires: mindi >= 1.05, bzip2 >= 0.9, afio, mkisofs, binutils, elilo, newt >= 0.50, slang >= 1.4.1, buffer, parted 48 48 %{!?_without_xmondo:BuildRequires: gcc-c++, XFree86-devel, qt-devel, kdelibs-devel, libpng-devel} 49 49 %else 50 Requires: mindi >= 1.0 4_berlios, bzip2 >= 0.9, afio, mkisofs, binutils, syslinux >= 1.52, newt >= 0.50, slang >= 1.4.1, cdrecord, buffer50 Requires: mindi >= 1.05, bzip2 >= 0.9, afio, mkisofs, binutils, syslinux >= 1.52, newt >= 0.50, slang >= 1.4.1, cdrecord, buffer 51 51 %{!?_without_xmondo:BuildRequires: gcc-c++, XFree86-devel, qt-devel, kdelibs-devel, arts-devel, libart_lgpl-devel, libpng-devel} 52 52 %endif … … 136 136 137 137 %changelog 138 * Fri Nov 05 2005 Bruno Cornec <bcornec@users.berlios.de> 1.05 139 - ia64 is now working 140 - -p option related bug fixed 141 138 142 * Tue Sep 06 2005 Bruno Cornec <bcornec@users.berlios.de> 2.04_berlios 139 143 - Merge of patches mentionned on mondo ML + ia64 updates -
branches/2.05/mondo/mondo/Makefile.am
r30 r102 4 4 DIST_SUBDIRS = common mondoarchive mondorestore xmondo docs restore-scripts 5 5 6 pkgdata_DATA = do-not-compress-these 6 pkgdata_DATA = do-not-compress-these autorun 7 7 8 8 install-data-hook: post-nuke.sample -
branches/2.05/mondo/mondo/common/libmondo-devices.c
r99 r102 2024 2024 if (!is_this_device_mounted(bkpinfo->nfs_mount)) 2025 2025 { 2026 sprintf(bkpinfo->isodir, "/tmp/isodir.mondo.%d", (int)(random( %32768)));2026 sprintf(bkpinfo->isodir, "/tmp/isodir.mondo.%d", (int)(random()%32768)); 2027 2027 sprintf(command, "mkdir -p %s", bkpinfo->isodir); 2028 2028 run_program_and_log_output(command, 5); -
branches/2.05/mondo/mondo/common/my-stuff.h
r31 r102 140 140 */ 141 141 142 #define AUX_VER "2.0 4_berlios"142 #define AUX_VER "2.05" 143 143 144 144 #define HAVE_MALLOC 1 -
branches/2.05/tools/rpm-env
r97 r102 14 14 15 15 # Should not be modified below 16 export VER=branches/2.0 4_berlios16 export VER=branches/2.05 17 17 export pkg="" 18 18 export opt=""
Note:
See TracChangeset
for help on using the changeset viewer.