Version: 1.4.4-bp154.1.30
* Sun Aug 15 2021 munix9@googlemail.com
- Add fix-tests-path.patch
By changing the access rights in Factory/TW for /home/ from
0755 to 0555
(see https://build.opensuse.org/package/rdiff/Base:System/filesystem?linkrev=base&rev=209)
the tests fail.
The tests are now copied to /tmp/ before execution to ensure a
smooth run.
* Tue Jul 27 2021 Dirk Müller <dmueller@suse.com>
- update to 1.4.4:
- Add sentence explaining rsync_long|short_args + sign to man page
- Fix rsnapreport problems (incorrect header, fail when rsync present)
- Add notes about documentation, and link to the website repo
- Fix for 'rsync_cleanup_after_native_cp_al() only works on directories' fail
when sync_first on and cmd_cp not set (#133). Add test
- Fix for rm -rf failing when the path contains ./
- Suppress noisy error from non-GNU cp on BSD-ish machines, including MacOS
- Add CentOS 7 to succesfully tested to docs
- Minor tidy up rel configure options --with-test-(true|false).
- Update docs to remove dangling refs to HOWTO on rsnapshot.org.
- Skip both SSH tests (rather one) if SSH doesn't work
- Use perl-5.30 for tests (used in ubuntu 20.04 focal)
- Lower verbose level of rsync output to 1.3.x equivalent to work with
rsnapreport.pl again
- Fix location of true and false binaries on macOS
- drop skip-ssh-test.patch (merged upstream)
* Mon Aug 24 2020 Dirk Mueller <dmueller@suse.com>
- update to 1.4.3:
- Fixes and minor updates to Pod / man page.
- Adds more tests.
- Restore rsync error code 23 as an important warning.
- Fixes shortargs appending.
- Non-LVM backup source breaks after LVM backup source.
- Update rsnapreport.pl utility script to work with rsync >= 3.1.0 stats and bytes changes.
- remove rsnapreport_rsync_output.patch, rsnapshot-lvm-undef.patch: upstream
- add skip-ssh-test.patch (ignore ssh test failure on envs without network)
- tighten find/sed on usr/local to not touch automake related files
* Thu Aug 08 2019 Hans-Peter Jansen <hpj@urpla.net>
- Apply backup_pgsql.patch, forgotten before...
* Wed Aug 07 2019 Hans-Peter Jansen <hpj@urpla.net>
- Add a couple of patches from debian/upstream
rsnapshot-lvm-undef.patch
remove-dead-external-css-link.patch
rsnapreport_rsync_output.patch
* Mon Jun 11 2018 mpluskal@suse.com
- Modernise spec file with spec-cleaner
Version: 1.4.2-bp150.2.4
* Tue Jul 05 2016 Greg.Freemyer@gmail.com
- Add the docs subfolder to %doc
* Tue Dec 22 2015 nico.kruber@gmail.com
- Update to 1.4.2
* Fix double 8 bit shift bug introduced with github issue #65.
Refs github issues #102, #103, #114, #118
(bnc#987643)
* Fri Oct 02 2015 hpj@urpla.net
- add logrotate config and dependency for /var/log/rsnapshot
* Mon Sep 21 2015 mpluskal@suse.com
- Update to 1.4.1
* Capture rsync's output right (Github issue 102)
- Changes for 1.4.0
* Tidy the code with perltidy
* Fix --rsh command line option
* The --rsh option of rsync got errornously quoted (Debian Bug #743310)
* Define traps to unmount LVM parts after fail If you use LVM
snapshots and rsnapshot fails, rsnapshot will unmount and
remove the snapshot, too.
* cd to home before executing a command
* if($use_lazy_deletes): remove lockfile in any case
* Bail on failing cmd_(pre|post)exec If one of those commands
fails, rsnapshot will exit with exit code != 0
* Capture output from rsync and print/log if level is >=4
* Print rsnpashot's PID when logging to syslog, instead of the
logger's PID.
* make script uses pod2man instead of /usr/bin/pod2man
* rsnapshot-diff: Fixed removed files reported as addition (+ mark)
* Introduction of backup_exec resource for running unix commands
interspersed with backup and backup_script jobs.
* check for SIGPIPE, mainly in case cron fails when trying to mail
(this is probably why rsnapshot dies mysteriously if it outputs when
called by cron on a system which does not have mail working).
* add test case for -t showing --link-dest when there is only one snapshot
* if gnu_cp_al fails, test out a simple cp -al command before suggesting
that the cp does not support -al.
* When snapshot_root does not exist, check existence of parent directories.
* include_conf `command` now strips backticks before execution (bug fix
based on suggestion from David Osborn).
* Ignore extraneous output from lvremove command. (patch by Tim Connors)
* Update current maintainer status in Authors section of man page.
(David Cantrell stepped down between 1.3.0 and 1.3.1.)
* Remove some old (1.1.x -> 1.2.0) upgrade notices from man page.
* Allow linux_lvm_cmd_* in config file to have options also.
* Allow `backticks with options` in include_conf.
* Fix inaccurate omission of --link-dest in test-mode output
* rsnapshot-diff: Add -s option to show size of each file.
- Drop no longer needed patches
* rsnapshot-1.3.1-perl5.18.patch
* rsnapshot-1.3.1-no_usr_local.patch
* Sun Apr 12 2015 mpluskal@suse.com
- Use url for source
- Cleanup spec file with spec-cleaner
- Update dependencies
* Sun Dec 28 2014 bwiedemann@suse.com
- use explicit pathes for logger and ssh
as autodetection at build-time goes wrong
* Thu Jul 25 2013 tchvatal@suse.com
- Split test phase to check one.
- Remove useless clean phase.
- Silence some rpmlint macros.
* Wed Jun 26 2013 Greg.Freemyer@gmail.com
- Add a patch to correct syntax needed by perl 5.18:
rsnapshot-1.3.1-perl5.18.patch
- Get rid of changelog entries form specfile
* Thu Apr 16 2009 ro@suse.de
- buildfix: refresh patches
* Mon Sep 08 2008 hvogel@suse.de
- Update to 1.3.1
* Fix help message mixup in lines between -c and -t
* Allow named pipe as logfile
* Include rsnapshot-copy script
* Allow `backticks` in include_conf.
* hopefully fix bug with link_dest not being used on second and
later backups when you have link_dest 1 and sync_first 1
* Added stop_on_stale_lockfile
* Added multi-line config options
* The 'interval' config option is now called 'retain'
* Thu Aug 16 2007 guru@unixtech.be
- added call to make test
- now requires perl-lchown
- changed sync_first configuration to default (0) instead of 1: http://www.linux-club.de/ftopic78019.html
* Wed May 23 2007 mskibbe@suse.de
- fix path to binary in man and info pages
* Mon Jan 15 2007 mskibbe@suse.de
- update to version 1.3.0 which
o fix some bugs
o includes some new and updated man-pages
o includes more examples
o Change "Perhaps this is not GNU cp?" error message
* Fri Jul 07 2006 mskibbe@suse.de
- create package