Changelog for
tar-backup-scripts-1.29-lp151.2.1.x86_64.rpm :
* Sat May 28 2016 astiegerAATTsuse.com- GNU tar 1.29:
* New options: --verbatim-files-from, --no-verbatim-files-from
* --null option reads file names verbatim
* New options: --owner-map=FILE and --group-map=FILE
* New option --clamp-mtime
* Deprecated --preserve option removed
* Sparse file detection - now uses SEEK_DATA/SEEK_HOLE on systems that support it. This allows for considerable speed-up in sparse-file detection. New option --hole-detection for algorithm selection.
* Wed Mar 23 2016 svalxAATTsvalx.net- Add add-return-values-to-backup-scripts.patch
* Mon Apr 13 2015 vcizekAATTsuse.com- Revert tar-recursive--files-from.patch because it causes regression (bnc#918487, bnc#919233)
* Mon Feb 09 2015 vcizekAATTsuse.com- extract files recursively with --files-from (bnc#913058)
* added tar-recursive--files-from.patch- call autoreconf in %prep
* Sun Dec 21 2014 meissnerAATTsuse.com- build with PIE
* Thu Nov 20 2014 andreas.stiegerAATTgmx.de- compile in ACLs, Xattr and selinux support [boo#906413]
* Fri Aug 29 2014 jengelhAATTinai.de- Improve on RPM group classification
* Sat Aug 02 2014 andreas.stiegerAATTgmx.de- GNU tar 1.28:
* New --checkpoint-action=totals
* Extended checkpoint format specification
* New option --one-top-level
* New option --sort
* New exclusion options: - -exclude-ignore=FILE - -exclude-ignore-recursive=FILE - -exclude-vcs-ignores
* refuses to read input from and write output to a tty- packaging changes:
* adjust patch for context change: add_readme-tests.patch
* remove patch applied upstream: tar-fix_eternal_loop_in_handle_option.patch
* Mon Jul 28 2014 vcizekAATTsuse.com- don\'t print lone zero blocks warning (bnc#881863)
* there are many tar implementations around that create invalid archives with a zero block in the middle
* https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=235820
* added tar-ignore_lone_zero_blocks.patch from Fedora
* Wed Mar 26 2014 vcizekAATTsuse.com- fix an infinite loop in handle_option (bnc#867919 and bnc#870422)
* added tar-fix_eternal_loop_in_handle_option.patch