Changeset 1681 in MondoRescue


Ignore:
Timestamp:
Oct 13, 2007, 2:40:31 AM (17 years ago)
Author:
Bruno Cornec
Message:
  • Update ChangeLogs for upcoming 2.2.5 official release
  • logfile now automatically added to changelog debian file
  • mindi should not be a noarch right now (postponed to 3.0.x)
  • Adds changelog file template for Debian via pbconf
  • Migrate build files to pb
  • Remove old build files under distributions
  • adds a simpler script setupqemu to call pb for VM setup

(merge -r1669:1680 $SVN_M/branches/2.2.5)

Location:
branches/stable
Files:
17 deleted
4 edited
12 copied

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi-busybox/ChangeLog

    r1447 r1681  
    22
    33MINDI-BUSYBOX CHANGES
     4
     51.2.2-4 (2007-10-11)
     6- Build process adapted to use pb (http://trac.project-builder.org) (Bruno Cornec)
     7- Fix another issue in mindi-busybox gentoo's ebuild (Francesco Talamona)
    48
    591.2.2-3 (2007-05-17)
  • branches/stable/mindi/ChangeLog

    r1536 r1681  
    22
    33MINDI CHANGES
     4
     51.2.5 (2007-10-11)
     6- Build process adapted to use pb http://trac.project-builder.org (Bruno Cornec)
     7- Really Fix #163 support for 3w-9xxx 3w_9xxx (Bruno Cornec)
     8- /tmp => /var/log for mondorestore.log (Bruno Cornec)
     9- Update linux terminfo to fix a color issue (Andree Leidenfrost)
     10- Add nsswitch.conf to deplist (Zachár Balázs)
     11- Add mdadm.conf to deplist (Bruno Cornec)
     12- Fix #194 automatically rebooting at the end of PXE restore process (Bruno Cornec)
     13- Fix #190 mondo-restore replaced by mondorestore (veelo)
     14- Fix bug #189 older mdadm support (Mark Nienberg)
     15- Add a MAX_DISKS variable and increase to 99 (Tilman Schmidt/Bruno Cornec)
     16- Add support of pata_marvell module (Tilman Schmidt)
     17- Add support of pata_amd module (Andy Wright)
     18- Fix gentoo issues again (Francesco Talamona)
     19- Fix a bug in interactive mode on ia64 where lilo wasn't forced (Bruno Cornec)
     20- Fix mindi iso build for ia64 (Bruno Cornec)
     21- Add support for gzip compressed kernel - ia64 SLES 10 is in that category (Bruno Cornec)
     22- arch => uname -m everywhere (Bruno Cornec)
     23- parted2fdisk adapted for parted differences on SLES 10 ia64 (Bruno Cornec)
     24- reiserfs support added for parted2fdisk (Bruno Cornec)
     25- decode_Bsuf function added for parted2fdisk (Bruno Cornec)
     26- README.ia64 improved for SLES 10 (Bruno Cornec)
    427
    5281.2.4 (2007-07-06)
  • branches/stable/mondo/ChangeLog

    r1529 r1681  
    22
    33MONDO CHANGES
     4
     52.2.5 (2007-10-11)
     6- Build process adapted to use pb http://trac.project-builder.org (Bruno Cornec)
     7- Fix #137 and #3 issue with large exclude list (> 1000 chars) (Bruno Cornec)
     8- Fix #191 edition of mountlist in compare mode (Bruno Cornec)
     9- Fix bug #197 (Scott Cummings/Bruno Cornec)
     10- Fix some some valgrind errors (Bruno Cornec)
     11- Fix a bug where df was using locale to print messages and wasn't filtered correctly (Bruno Cornec)
     12- Add mkdtemp checked in configure (Bruno Cornec)
     13- reset_bkpinfo creates a tmpdir with mkdtemp in setup_tmpdir, takes in account TMPDIR and TMP (Bruno Cornec)
     14- Render bkpinfo global (Bruno Cornec)
     15- Use bkpinfo->tmpdir instead of /tmp or MINDI_CACHE when appropriate to fix security issues (Andree Leidenfrost/Bruno Cornec)
     16- replace vi with find_my_editor during restore (Andree Leidenfrost)
     17- Fix #195 broken Compare with gzip (Scott Cummings)
     18- Fix #194 automatically rebooting at the end of PXE restore process (Bruno Cornec)
     19- Fix #190 mondo-restore replaced by mondorestore (veelo)
     20- /tmp => /var/log for mondorestore.log (Bruno Cornec)
     21- Fix gentoo issues again (Francesco Talamona)
     22- Fix #187 Non-matching file list doesn't work in GUI mode in Compare mode (Scott Cummings)
     23- Fix a bug in interactive mode on ia64 where lilo wasn't forced (Bruno Cornec)
     24- Add support of Debian ia64 (Bruno Cornec)
     25- Improve ia64 support for SLES (Bruno Cornec)
     26- Fix #179 core dump (Bruno Cornec)
     27- Add the possibiilty to edit in interactive mode mtab and device.map for grub (Bruno Cornec)
     28- Remove blkid cache files after restore to avoid problems in cloning mode (Bruno Cornec)
     29- Fix #185 buggy hack-fstab for LABEL and UUID support (Bruno Cornec)
    430
    5312.2.4 (2007-07-06)
  • branches/stable/pbconf/mindi/rpm/mindi.spec

    r1633 r1681  
    1010Url:        http://www.mondorescue.org
    1111Source:     PBSRC
    12 BuildArch:  noarch
     12# Not yet possible as busybox is a binary that should go alongside
     13# BuildArch:    noarch
    1314BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
    1415Requires:   bzip2 >= 0.9, mkisofs, ncurses, binutils, gawk, dosfstools, mindi-busybox, parted, PBDEP
Note: See TracChangeset for help on using the changeset viewer.