Changeset 529 in MondoRescue
- Timestamp:
- May 8, 2006, 5:29:32 PM (19 years ago)
- Location:
- branches/stable/mondo/distributions
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/distributions/redhat/changelog
r528 r529 1 * Fri Feb 17 2006 Bruno Cornec <b cornec@users.berlios.de> 2.0.71 * Fri Feb 17 2006 Bruno Cornec <bruno@mondorescue.org> VVV 2 2 - Updated to 2.0.7 3 3 - RPM sepc files are now generated … … 11 11 - Merge of patches mentionned on mondo ML + ia64 updates 12 12 - Add -p option 13 14 * Tue May 03 2005 Hugo Rabson <hugorabson@msn.com> 2.04_cvs_2005050315 - made mondo more clever about finding its home. Avoids mondo considering16 directories like '/usr/share/doc/momdo' as its home.17 18 * Wed Aug 04 2004 Hugo Rabson <hugorabson@msn.com> 2.0319 - test sanity of user-specified tempdir20 - better SLES8 support21 22 * Mon Jun 28 2004 Hugo Rabson <hugorabson@msn.com> 2.0223 - instead of using 'dd' to erase partition table, delete existing24 partitions w/ the same call to fdisk that is used to create the25 new partitions; this should avoids locking up the partition table26 - set bootable partition in the above same call to fdisk, for27 the same reason (avoids locking up the partition table)28 - better software RAID support29 - mount ext3 partitions as ext2 when restoring - better for Debian30 - better star, ACL support31 - added ACL, xattr support for afio users32 33 * Fri Jun 26 2004 Hugo Rabson <hugorabson@msn.com> 2.0134 - fixed cvs for SuSE systems35 - fixed NTFS backup/restore bug relating to partimagehack36 log file overflow and NTFS v non-NTFS differentiation37 - more reliable extraction of config info from CDs, floppies38 - better support of ISO dirs at restore-time (Conor Daly)39 - fixed spec file for SuSE users40 - added ldconfig to install section41 42 * Fri Jun 19 2004 Hugo Rabson <hugorabson@msn.com> 2.0043 - first 2.0 release44 - updated grub-install.patched to support SuSE and Red Hat45 - call 'mt' to set block size to 32K before opening in/out tape46 - updated mondo-prep.c to create each disk's partitions all at once47 (one call per drive) instead of one call to fdisk per partition48 - when extracting cfg file and mountlist from all.tar.gz (tape copy),49 use block size of INTERNAL_TAPE_BLK_SIZE, not TAPE_BLOCK_SIZE50 - added star and rudimentary SELinux support51 - fixed lots of bugs52 - all logging now goes to /var/log/mondo-archive.log, with symlink53 to /tmp/mondo-restore.log for restore-time log-tracking54 - added grub-install.patched55 - removed embleer & other binaries56 - added '-b' to specify block size57 - added '-R' for star support58 59 * Thu Mar 25 2004 Bruno Cornec <Bruno.Cornec@hp.com> 1.7_cvs-2004032560 - ia64 fixes61 62 * Fri Nov 07 2003 Joshua Oreman <oremanj@get-linux.org> 1.7_cvs-2003110763 - fixed symbolic links for libraries64 - added support for boot/root multi floppies65 66 - added kdelibs as xmondo dependency67 - added xmondo pixmap installation68 - better find_cdrom_device(), to cope w/ multiple CD writers69 - fixed -m and -Vc flags70 - fixed NTFS support!71 - bootable CD uses native, not El Torito, support now72 - removed mondo-makefilelist73 - added 2.6 kernel support74 - if 2.6 kernel, insist that the user specify CD device75 - drop Embleer; insist on ms-sys and parted if Windows partition76 77 * Wed Nov 05 2003 Jesse Keating <jkeating@j2solutions.net> 1.7_cvs-20031105.178 - added -devel package79 80 * Tue Nov 04 2003 Jesse Keating <jkeating@j2solutions.net> 1.7_cvs-20031104.181 - made xmondo a second package82 - added ability to specify --without xmondo at build time83 84 * Sun Nov 02 2003 Jesse Keating <jkeating@j2solutions.net> 1.7_cvs-20031102.185 - Clean up, added spanish translation86 - Set prefix to be /usr87 - added/fixed Requires88 - remove CVS directories prior to building89 90 * Thu Oct 23 2003 Hugo Rabson <hugorabson@msn.com> 1.75_cvs_2003102391 - nothing yet92 93 * Wed Oct 22 2003 Hugo Rabson <hugorabson@msn.com> 1.7594 - fixed chmod/chown bug (Jens Richter)95 - ask user to confirm NFS mountpoint in Interactive Mode96 - rewritten format_everything() to make sure LVMs, RAIDs and97 regular partitions are prepped in the correct order98 - better magicdev support99 - rewritten external binary caller subroutine100 - DVD support added101 - better backup-time control gui; offer to exclude nfs if appl.102 - fixed multi-tape support103 - re-implemented -D and -J104 - fixed bug in extract_config_file_from_ramdisk() which105 affected tape+floppy users106 - updated is_incoming_block_valid() to make it107 return end-of-tape if >300 flotsam blocks108 - unmount CD-ROM before burning (necessary for RH8/9)109 - fixed some stray assert()'s110 - fixed bug in grub-MR (Christian)111 - make user remove floppy/CD before restoring interactively from tape112 - fixed bug in am_I_in_disaster_recovery_mode()113 - added code to nuke_mode() to make sure NFS114 (backup) share is mounted in Nuke Mode115 - improved tape device detection code116 - better GRUB support117 - better logging of changed bigfiles at compare-time118 - better NTFS support, thanks to partimagehack-static119 - better logging120 - rewrote tape-handling code, breaking compatibility w/ previous versions121 - fixed ISO/CD biggiefile verification bug in mondoarchive122 - fixed bug which stopped boot/compare-time changelist from popping up123 - replaced mondo-makefilelist with C code - faster, cleaner124 - tweaked GUI - better feedback125 126 * Wed May 28 2003 Anonymous <root@rohan> 1.74127 - misc fixes (Michael Hanscho's friend)128 - added rudimentary support for SME129 - added better label support130 - fixed biggietime atime/ctime restoration bug 73131 - fixed 'default boot loader' detection bug (Joshua Oreman)132 - use single-threaded make_afioballs_and_images() if FreeBSD133 - fixed mondoarchive -Vi multi-CD verify bug (Tom Mortell)134 - superior get_phys_size_of_drive() (Joshua Oreman)135 - fixed RAID-related bug in where_is_root_mounted()136 - ISO tweaks137 - fixed silly bug in load_filelist() which stopped138 funny German filenames from being handled properly139 - fixed various calls to popup_and_get_string()140 - fixed spec file141 - reject -E /142 - added partimagehack to the mix143 144 * Tue May 20 2003 Anonymous <root@rohan> 1.73145 - mark devices as bootable _after_ unmounting them146 - resolve boot device (-f) if softlink147 - post_param_configuration() --- store iso-dev and isodir148 - added post-nuke-sample.tgz to package149 - Nuke Mode now checks mountlist against hardware; offer user150 opportunity to edit mountlist if insane; if user declines, abort151 - added lots of assert()'s and other checks152 - ran code thru Valgrind to catch & fix some memory leaks153 - made mondo-restore.c smaller by moving some subroutines to154 common/libmondo-raid.c and mondorestore/mondo-rstr-compare.c155 - added '-Q' to let user test mondoarchive's ability to find156 their boot loader and type157 - improved which_boot_loader()158 - when burning or comparing to a CD, defeat autorun if it is159 running, to avoid confusing mondoarchive and the user160 - if original backup media no longer available at boot-time161 then offer user chance to choose another media source162 - when booting, type 'nuke noresize' to nuke w/o resizing163 mountlist to fill your drives164 - add 'textonly' when booting, to avoid using Newt gui165 - run nice(20) to prioritize mondoarchive at start166 - don't pause and wait for next blank CD at backup-time167 unless necessary (e.g. previous CD has not been removed)168 - get_phys_size_of_drive() --- better support of older drives169 - don't eject if "donteject" is in kernel's command line170 - cleaned up segfault-handling171 - added Conor's strip_path() to improve file list display172 - added Herman Kuster's multi-level bkp patch173 - better boot-time screen/message174 - added Joshua Oreman's FreeBSD patches x3175 - fixed interactive/textonly support176 - fixed support for subdir-within-NFS-mount177 - fixed "Can't backup if ramdisk not mounted" bug178 - try to work around eccentricities of multi-CD drive PCs179 - misc clean-ups (Steve Hindle)180 181 * Tue Apr 08 2003 Hugo Rabson <hugorabson@msn.com> 1.72182 - LVM/RAID bugs fixed (Brian Borgeson)183 - major clean-up of code (Stan Benoit)184 - make-me-bootable fix (Juraj Ziegler)185 - fixed problem w/ multi-ISO verify cycle (Tom Mortell)186 - removed duplicate entry from makefile187 - if root is /dev/root then assume not a ramdisk188 - reject relative paths if -d flag (Alessandro Polverini)189 - fixed potentially infinite loop in log_to_screen (Tom Mortell)190 - add '/' to custom filelist as workaround for obscure bug191 - ask user speed of CDRW if writing to CD192 - find_cdrom_device() --- if nonexistent/not found then193 make sure to return '' as dev str and 1 as res194 - tweaked restore scripts tgz195 - cleaned up find_cdrom_device()196 - if user creates /usr/share/mondo/payload.tgz then untar197 payload to CD at backup-time198 - fixed insist_on_this_cd_number()199 - fixed am_i_in_disaster_recovery_mode()200 - misc clean-up (Tom Mortell)201 - made code more legible202 - fixed post-nuke support203 - added -e support204 - fixed nfs support205 - fixed iso support206 - at restore-time, only sort mountlist internally,207 in mount_all_devices() and unmount_all_devices()208 - fixed cosmetic bug in label-partitions-as-necessary209 - updated documentation210 - fixed fstab-hacking scripts211 212 * Wed Feb 12 2003 Hugo Rabson <hugorabson@msn.com> 1.71213 - log newt, slang, ncurses info214 - updated man page215 - handle %% chars in issue.net properly (Heiko Schlittermann)216 - fixed serious NFS restore bug217 - cleaned up spec file; it should cause fewer problems now (Jesse Keating)218 - changed various strcpy() calls to strncpy() calls219 - added mondo-makefilelist to makefile (Mikael Hultgren)220 - mount_cdrom() better at handling multiple CD drives221 - exclude /media/cdrom,cdrecorder,floppy222 - sensibly_set_tmpdir_and_scratchdir() --- exclude smb and smbfs223 - better logging by eval_call_to_make_ISO()224 - accept -J <fname> to let user provide their own fs catalog225 instead of -I <paths> to backup226 - if dir excluded with -E or included with -I and dir is actually227 a softlink then exclude/include the dir pointed to, as well228 - better location for manpage229 - adjusted block size of tarball at start of tape, to help230 users w/ broken tape driver firmware231 - sort -u fstab after modifying it232 - if backup type is nfs then don't estimate noof media233 - fixed Makefile (Mikael Hultgren)234 - updated manpage235 236 * Mon Dec 07 2002 Hugo Rabson <hugo@firstlinux.net> 1.70237 - new devel branch opened238 239 * Mon Dec 02 2002 Hugo Rabson <hugo@firstlinux.net> 1.52240 - fixed bug in multithreading241 - use new grub-MR instead of grub-install242 - wipe only the partition table (not the MBR) when partitioning drives243 - ignore lilo.conf.anaconda when looking for lilo.conf file244 - accepts '-l RAW' to backup/restore original boot sector instead245 of running grub or lilo to init it after restoring246 - fixed&updated stabgrub-me script; software RAID + GRUB work now247 - mount/unmount /boot partition for Gentoo 1.2 users248 - re-enabled extra tape checksums249 - disabled spurious warnings250 - unmount/remount supermounts at start/end of live restore, if nec.251 - cleaned up mondo's tape block handling (now, TAPE_BLOCK_SIZE=128K252 and I've added INTERNAL_TAPE_BLK_SIZE=32K variable for buffering)253 - added Makefile254 - added -l RAW, to backup and restore original MBR255 - cleaned up iso_mode() and nfs restoring256 - create /mnt/RESTORING/mnt/.boot.d for Gentoo users257 - made mondorestore CD bootable for ArkLinux users258 - if user runs as 'su' not 'su -' then work around259 260 * Sun Nov 17 2002 Hugo Rabson <hugo@firstlinux.net> 1.51261 - pop-up list of changed files, at end of verification phase262 - better handling of changed.files list at restore-time263 - lots of CD-related fixes264 - added '-N' flag --- to let user exclude all NFS-related mounts&devices265 - better handling of 'kill'266 - restructuring of code to ease integration of mondo w/XMondo267 - fixed obscure bug in find_and_mount_actual_cd()268 - if / or /root has <50MB free then abort & complain269 - fixed install.sh270 - fixed .spec file271 - updated documentation272 - commented code273 - updated man page274 - added -v / --version flag275 - replace convoluted grep with wc (KP)276 - fixed bug affecting restoration of bigfiles from CD's created w/0 compression277 - fixed BurnProof-related bug278 - better at figuring out which is the best partition for temp/scratchdir279 - added do-not-compress-these (text file) to RPM280 - do not compress files of types listed in do-not-compress-these281 - dropped -U from call to afio - saves 20-30% runtime (Cosgrove)282 - added Cosgrove's do-not-compress-these list283 - included various patches from KP284 - chmod tmpdir, scratchdir to 700 before using285 - restore from specified backup device, even if its own cfg file disagrees286 - fixed multi-tape bug287 - fixed "Can't find first ISO when verifying nonbootable ISO" bug288 - multithreaded make_afioballs_and_images()289 - tmpdir and scratchdir are set sensibly whether mondoarchive is called with290 command-line parameters or not291 - fixed bug in strip_spaces() which stopped it from handling292 small strings correctly - affected mountlist editor293 - create a repaired copy of grub-install which is RAID-friendly;294 use it when initializing boot sector with run_grub()295 - fixed bug in mondo-makefilelist296 297 * Sun Sep 08 2002 Hugo Rabson <hugo@firstlinux.net> 1.50298 - if restoring, don't try to find SCSI node of CD-ROM drive; find /dev entry299 - during selective restore, skip filesets which don't contain relevant archives300 - set /dev/null's perms to 777, just in case devfs-enabled kernel mangles it301 - remove /var/run/*.pid after restoring302 - move spurious lockfiles from /home/* to /home/*/.disabled303 - ask user to confirm the tape/CD device name304 - lots of multitape-related fixes305 - added code to autodetect the hardware of the user, if possible306 - if isodir does not exist then abort307 - more sanity-checking for -d flag308 - doubled 'biggiefile' threshold... to 32MB309 - exclude /root/images/mindi310 - fixed multi-imagedev bug (Emmanuel Druon)311 - unmount/remount /mnt/floppy before/after backing up, if Mandrake312 - restructured the source files313 - fixed serious bug in line 1546 - should have been !=, not ==; stopped314 mondorestore from correctly restoring big files315 - added '#include <signal.h>' to my-stuff.h316 - exclude "incheckentry xwait()" from changed.files317 - fixed minor bug in find_cdrom_device()318 - fixed bug in friendly_sizestr...319 - insist on tape #1 when start verifying320 - added internal buffering, replacing the external 'buffer' exe321 - if differential backup then don't permit formatting or fdisking,322 whether Interactive or Nuke mode323 - if mondorestore is run on live filesystem (or from ramdisk) without324 parameters then mondorestore will ask which backup media (tape, CD, etc.)325 was used; it will read the config file from the media and proceed from there326 - if tape streamer is softlink then resolve it first327 - incorporate post-nuke tarball328 - if user doesn't specify tape size, proceed anyway; behave intelligently329 in the event of end-of-tape330 - prefix bkpinfo->restore_path to biggiefile fname before generating331 checksum & comparing to archived biggiefile332 - if /etc/lilo.conf not found not /etc/lilo.conf.anaconda found333 then create a softlink from the former to the latter, to work334 around RH7.3's b0rken LILO support335 - LFS support (mharris, michele, hugo)336 - fixed verify bug --- CD#1 was being verified again & again & ...337 - differential mode fixed; supported again338 - ask user for boot loader + device if not detectible339 - list up to 512 files in file selection window at once (was 128)340 - better handling of bigfiles' checksums, perms and owns341 - delete final filelist if <=2 bytes long342 - if kernel not found and mondo in graphics mode then popup and ask343 for kernel path+filename344 345 * Sun Jul 14 2002 Hugo Rabson <hugo@firstlinux.net> 1.45-1346 - 1.5x branch forked off from 1.4x branch347 348 349 350 -
branches/stable/mondo/distributions/redhat/spec.m4
r460 r529 2 2 dnl 3 3 dnl SSS is replaced by the source package format 4 define(`SSS', %{name}-%{version}.tgz)dnl4 define(`SSS', ftp://ftp.mondorescue.org/src/%{name}-%{version}.tgz)dnl 5 5 dnl DDD is replaced by the list of dependencies specific to that distro 6 6 define(`DDD', %{addreqb})dnl 7 7 dnl GRP is replaced by the RPM group of apps 8 define(`GRP', A rchiving/Archiving)dnl8 define(`GRP', Applications/Archiving)dnl 9 9 dnl OBS is replaced vy what is being obsoleted 10 10 define(`OBS', )dnl -
branches/stable/mondo/distributions/rpm/mondo.spec
r504 r529 24 24 License: GPL 25 25 Group: %{grp} 26 Url: http:// mondorescue.berlios.de26 Url: http://www.mondorescue.org 27 27 Source: %{src} 28 BuildRoot: %{_tmppath}/%{name}-%{version} 28 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) 29 29 BuildRequires: newt-devel >= 0.50, slang-devel >= 1.4.1, gcc 30 30 Epoch: %(echo EEE | cut -d- -f1 | sed "s~M~~")
Note:
See TracChangeset
for help on using the changeset viewer.