Changeset 102 in MondoRescue


Ignore:
Timestamp:
Nov 5, 2005, 1:42:14 AM (18 years ago)
Author:
bcornec
Message:

Version adaptations for 2.05/1.05 of mondo/mindi

Location:
branches/2.05
Files:
1 deleted
10 edited

Legend:

Unmodified
Added
Removed
  • branches/2.05/mindi/CHANGES

    r30 r102  
    11MINDI                            CHANGES                           08/23/2004
     2
     31.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
    28
    391.04
  • branches/2.05/mindi/mindi

    r100 r102  
    2424    # run this command.
    2525
    26 MINDI_VERSION=1.04_berlios
     26MINDI_VERSION=1.05
    2727
    2828EXTRA_SPACE=24576         ; # increase if you run out of ramdisk space
  • branches/2.05/mindi/mindi.spec

    r83 r102  
    99
    1010%define name    mindi
    11 %define version 1.04_berlios
     11%define version 1.05
    1212%define mrel    1
    1313
     
    125125
    126126%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
    127132* Tue Sep 06 2005 Bruno Cornec <bcornec@users.berlios.de> 1.04_berlios
    128133- 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 
     1MONDO CHANGES                                                       2005-11-05
     2
     3v2.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
    37
    48v2.04_berlios (Bruno Cornec <bcornec@users.berlios.de)
  • branches/2.05/mondo/configure.in

    r30 r102  
    55dnl Process this file with autoconf >=2.53 to produce a configure script.
    66dnl
    7 dnl $Id: configure.in,v 1.3 2004/06/18 18:40:30 oremanj Exp $
     7dnl $Id$
    88dnl
    9 AC_INIT([Mondo Rescue],[2.04_berlios],[mondo-devel@lists.sourceforge.net])
     9AC_INIT([Mondo Rescue],[2.05],[mondo-devel@lists.sourceforge.net])
    1010AC_CONFIG_SRCDIR([mondo/mondoarchive/main.c])
    1111AM_CONFIG_HEADER(config.h)
     
    1515AC_ARG_PROGRAM
    1616
    17 AM_INIT_AUTOMAKE([mondo], [2.04_berlios])
     17AM_INIT_AUTOMAKE([mondo], [2.05])
    1818AM_MAINTAINER_MODE
    1919
  • branches/2.05/mondo/mondo.spec

    r79 r102  
    99
    1010%define name    mondo
    11 %define version 2.04_berlios
     11%define version 2.05
    1212%define mrel    1
    1313
     
    4545BuildRequires:  newt-devel >= 0.50, slang-devel >= 1.4.1, gcc
    4646%ifarch ia64
    47 Requires:   mindi >= 1.04_berlios, bzip2 >= 0.9, afio, mkisofs, binutils, elilo, newt >= 0.50, slang >= 1.4.1, buffer, parted
     47Requires:   mindi >= 1.05, bzip2 >= 0.9, afio, mkisofs, binutils, elilo, newt >= 0.50, slang >= 1.4.1, buffer, parted
    4848%{!?_without_xmondo:BuildRequires:    gcc-c++, XFree86-devel, qt-devel, kdelibs-devel, libpng-devel}
    4949%else
    50 Requires:   mindi >= 1.04_berlios, bzip2 >= 0.9, afio, mkisofs, binutils, syslinux >= 1.52, newt >= 0.50, slang >= 1.4.1, cdrecord, buffer
     50Requires:   mindi >= 1.05, bzip2 >= 0.9, afio, mkisofs, binutils, syslinux >= 1.52, newt >= 0.50, slang >= 1.4.1, cdrecord, buffer
    5151%{!?_without_xmondo:BuildRequires:    gcc-c++, XFree86-devel, qt-devel, kdelibs-devel, arts-devel, libart_lgpl-devel, libpng-devel}
    5252%endif
     
    136136
    137137%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
    138142* Tue Sep 06 2005 Bruno Cornec <bcornec@users.berlios.de> 2.04_berlios
    139143- Merge of patches mentionned on mondo ML + ia64 updates
  • branches/2.05/mondo/mondo/Makefile.am

    r30 r102  
    44DIST_SUBDIRS   = common mondoarchive mondorestore xmondo docs restore-scripts
    55
    6 pkgdata_DATA   = do-not-compress-these
     6pkgdata_DATA   = do-not-compress-these autorun
    77
    88install-data-hook: post-nuke.sample
  • branches/2.05/mondo/mondo/common/libmondo-devices.c

    r99 r102  
    20242024        if (!is_this_device_mounted(bkpinfo->nfs_mount))
    20252025          {
    2026                   sprintf(bkpinfo->isodir, "/tmp/isodir.mondo.%d", (int)(random(%32768)));
     2026                  sprintf(bkpinfo->isodir, "/tmp/isodir.mondo.%d", (int)(random()%32768));
    20272027                  sprintf(command, "mkdir -p %s", bkpinfo->isodir);
    20282028                  run_program_and_log_output(command, 5);
  • branches/2.05/mondo/mondo/common/my-stuff.h

    r31 r102  
    140140*/
    141141
    142 #define AUX_VER "2.04_berlios"
     142#define AUX_VER "2.05"
    143143
    144144#define HAVE_MALLOC 1
  • branches/2.05/tools/rpm-env

    r97 r102  
    1414
    1515# Should not be modified below
    16 export VER=branches/2.04_berlios
     16export VER=branches/2.05
    1717export pkg=""
    1818export opt=""
Note: See TracChangeset for help on using the changeset viewer.