Hello community, here is the log from the commit of package rear for openSUSE:Factory checked in at 2016-11-24 21:23:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rear (Old) and /work/SRC/openSUSE:Factory/.rear.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rear" Changes: -------- --- /work/SRC/openSUSE:Factory/rear/rear.changes 2016-04-06 11:51:36.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rear.new/rear.changes 2016-11-24 21:23:36.000000000 +0100 @@ -1,0 +2,86 @@ +Tue Nov 22 07:05:55 UTC 2016 - [email protected] + +- Version upgrade to 1.19 + A detailed list can be found in the rear-release-notes.txt file. + Changes include (excerpt): + * Save bootloader info from POWER architecture and rebuild initrd + after migration (issues #1029, #1031) + * Improved documentation and man page in general (issues #918, + #930, #1004, #1007, #1008) + * New SLE12-SP2-btrfs-example.conf file because since SLES12-SP2 + btrfs quota setup for snapper via "snapper setup-quota" is + needed (issue #999) + * Simplified reboot halt poweroff and shutdown in the + rescue/recovery system in case of systemd (issue #953) + * If TSM parameters contain a dot, the dot is replaced by an + underscore in the TSM_SYS variable names (issue #985 and #986) + * Check if /dev/disk/by-label/RELAXRECOVER exist + (issue #979 and #326) + * Added PRE_BACKUP_SCRIPT and POST_BACKUP_SCRIPT to be able to + do custom tasks in the mkbackup/mkbackuponly workflows + (issue #977) + * Make TMPDIR work in compliance with Unix standards (issue #969) + * USE_STATIC_NETWORKING now really overrides USE_DHCLIENT + (issue #964) + * Make it safe against wrong btrfs subvolumes on SLES12 + (issue #963, #966) + * Encrypted incremental backup cannot read the tar label + (issue #952) + * Introduction of the NETWORKING_PREPARATION_COMMANDS variable + to prepare network setup in the rescue/recovery system + (issue #960) + * After migration fs_uuid for root partition wasn't changed in + ELILO config file /etc/elilo.conf (issue #956) + * Clarified rear man page and default.conf file around + BACKUP_URL=rsync: (issues #930 and #918) + * Make "rear recover" work with default btrfs on SLES12-SP2 + (issue #944) + * Dropped GRUB_SUPERUSER and GRUB_RESCUE_PASSWORD to avoid that + GRUB_RESCUE could change the behaviour of the GRUB2 bootloader + in the currently running system in unexpected ways. With the + new optional GRUB_RESCUE_USER setting GRUB_RESCUE works in + compliance with the existing GRUB2 configuration + (issues #938, #942) + * Bail out if not enough disk space for GRUB and GRUB2 rescue + image (issue #913) + * Use BACKUP_PROG_COMPRESS_OPTIONS as an array so that one can + use it to provide more complex values (issue #904) + * Add /usr/lib/syslinux/bios to the search path for mbr.bin + (issue #908) + * Always load modules in /etc/modules (issue #905) + * Ask user for EFI partition size on USB disk (issue #849) + * Insure /etc/rear/mappings directory exists before doing a + recovery (issue #861) + * First steps for rescue/recovery system update support via + RECOVERY_UPDATE_URL (issue #841) + * NFS mount points are not recreated after a recover (issue #818) + * Correcting rear return code handling in auto recover mode + (issue #893) + * Added NFSv4 support for security 'sys' only so far (issue #754) + * Changed the usage of 'rpcinfo -p' a bit to have the same + outcome of different Linux flavours (issue #889) + * RSYNC: /boot/efi needs -relative rsync option (issue #871) + * New variables added for Bareos: BAREOS_RESTORE_JOB and + BAREOS_FILESET + * Multipath partition not found in rhel7.2 (issue #875) + * Adding support for ppc64le PowerNV (non-virtualized aka + Bare-Metal) (issue #863) + * First steps to support new ftpfs BACKUP_URL scheme + (issue #845) + * Clean up 'url_host()' (issue #856) + * Fix that libaio (needed for multipath) could be missing in + rescue/recovery system because libaio can be located in + different directories (issue #852) + * Improved the Relax-and-Recover menu for GRUB2 + (issues #844, #849, #850) + * Check for valid BACKUP_URL schemes (issue #842) + * USB UEFI boot support (issue #831) + * Mitigate the problem that btrfs subvolums are not restored by + default via TSM (issue #833) + * Determine EFI virtual disk size automatically (issue #816) + * ebiso image size is too small if BACKUP=TSM (issue #811) + * Improving the logics around ebiso usage in UEFI mode + (issue #801) + * Fix for wrong UUID in initrd for bootfs (issues #649 and #851) + +------------------------------------------------------------------- Old: ---- rear-1.18.tar.gz New: ---- rear-1.19.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rear.spec ++++++ --- /var/tmp/diff_new_pack.2Eenlt/_old 2016-11-24 21:23:37.000000000 +0100 +++ /var/tmp/diff_new_pack.2Eenlt/_new 2016-11-24 21:23:37.000000000 +0100 @@ -22,9 +22,9 @@ # When there are SUSE specific patches, add a trailing letter 'a' 'b' 'c' ... # to the rear upstrea, version (e.g. "Version: 1.18.a" # see https://github.com/rear/rear/issues/666 -Version: 1.18 +Version: 1.19 Release: 0 -%define upstream_version 1.18 +%define upstream_version 1.19 # Automatic version upgrades are not possible in practice. # The user must explicitly specify his intended version. # When users have a working disaster recovery procedure, they should not upgrade @@ -41,8 +41,15 @@ Conflicts: rear < %{version} Conflicts: rear > %{version} Summary: Relax-and-Recover (abbreviated rear) is a Linux Disaster Recovery framework -License: GPL-2.0+ +License: GPL-2.0+ and GPL-3.0 Group: Productivity/Archiving/Backup +# Currently (as of this writing Tue Apr 26 2016) rear contains many files +# with explicit GPL-2.0+ or GPL-2.1+ licensing notes of the form +# either version 2 of the License, or (at your option) any later version +# either version 2.1 of the License, or (at your option) any later version +# so that some (older) rear files are still "GPL-2.0+" but some (newer) rear files are "GPL-3.0" +# according to the current COPYING file in rear that was changed from GPL version 2 (up to rear 1.17.2) +# to GPL version 3 (since rear 1.18) see the rear upstream issue https://github.com/rear/rear/pull/739 Url: http://relax-and-recover.org/ # As GitHub stopped with download section we need to go back to Sourceforge for downloads Source0: http://sourceforge.net/projects/rear/files/rear/%{upstream_version}/rear-%{upstream_version}.tar.gz ++++++ rear-1.18.tar.gz -> rear-1.19.tar.gz ++++++ ++++ 9241 lines of diff (skipped)
