diff --git a/.cvsignore b/.cvsignore index f818d9d..b74b7f5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -rsnapshot-1.2.9.tar.gz +rsnapshot-1.3.0.tar.gz diff --git a/rsnapshot.conf.patch b/rsnapshot.conf.patch index 6899549..33ed2c2 100644 --- a/rsnapshot.conf.patch +++ b/rsnapshot.conf.patch @@ -1,21 +1,15 @@ ---- rsnapshot.conf.default.in.orig 2006-05-25 10:21:10.000000000 -0700 -+++ rsnapshot.conf.default.in 2006-05-25 10:23:49.000000000 -0700 -@@ -39,13 +39,7 @@ - # LINUX USERS: Be sure to uncomment "cmd_cp". This gives you extra features. - # EVERYONE ELSE: Leave "cmd_cp" commented out for compatibility. +--- rsnapshot.conf.default.in.orig 2006-06-13 22:48:01.000000000 -0700 ++++ rsnapshot.conf.default.in 2007-05-28 13:25:46.000000000 -0700 +@@ -41,7 +41,7 @@ + # + # See the README file or the man page for more details. # --# Note: Linux users with gnu cp/coreutils version > 5.3, should leave --# cmd_cp commented out, since cp fails to create destination directories --# with a trailing slash for versions 5.3 or later. --# --# See the README file or the man page for more details. --# -#@CMD_CP@ +@CMD_CP@ # uncomment this to use the rm program instead of the built-in perl routine. # -@@ -68,7 +62,7 @@ +@@ -64,7 +64,7 @@ # If you have an older version of "du", you may also want to check the # "du_args" parameter below. # @@ -24,7 +18,7 @@ # Uncomment this to specify the path to rsnapshot-diff. # -@@ -117,14 +111,14 @@ +@@ -113,7 +113,7 @@ # If you enable this, data will be written to the file you specify. The # amount of data written is controlled by the "loglevel" parameter. # @@ -33,11 +27,3 @@ # If enabled, rsnapshot will write a lockfile to prevent two instances # from running simultaneously (and messing up the snapshot_root). - # If you enable this, make sure the lockfile directory is not world - # writable. Otherwise anyone can prevent the program from running. - # --#lockfile /var/run/rsnapshot.pid -+lockfile /var/run/rsnapshot.pid - - # Default rsync args. All rsync commands have at least these options set. - # diff --git a/rsnapshot.spec b/rsnapshot.spec index 170f9f6..bed5ae5 100644 --- a/rsnapshot.spec +++ b/rsnapshot.spec @@ -1,10 +1,12 @@ # # Specfile for rsnapshot # +# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=191603 +# Name: rsnapshot -Version: 1.2.9 -Release: 5%{?dist} +Version: 1.3.0 +Release: 1%{?dist} Summary: Local and remote filesystem snapshot utility Group: Applications/System @@ -120,7 +122,10 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Fri Sep 8 2006 Chris Petersen 1.2.9-5 +* Mon May 28 2007 Chris Petersen 1.3.0-1 +- Upgrade to 1.3.0 + +* Fri Sep 8 2006 Chris Petersen 1.2.9-5 - Rebuild for FC6 glibc update * Sun Jul 23 2006 Chris Petersen 1.2.9-4 diff --git a/sources b/sources index 485e4ff..efb3eb0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -68632bc6cdd9c149e0fdeb9e246622d3 rsnapshot-1.2.9.tar.gz +8487514517e78fe1cd1143ca67cb4b62 rsnapshot-1.3.0.tar.gz