Mailinglist Archive: opensuse-commit (857 mails)

< Previous Next >
commit rsnapshot
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 12 Nov 2007 21:29:09 +0100
  • Message-id: <20071112202910.30257678335@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package rsnapshot
checked in at Mon Nov 12 21:29:09 CET 2007.

--------
--- rsnapshot/rsnapshot.changes 2007-05-23 09:57:51.000000000 +0200
+++ /mounts/work_src_done/NOARCH/rsnapshot/rsnapshot.changes 2007-11-12
12:10:00.000000000 +0100
@@ -1,0 +2,7 @@
+Thu Aug 16 23:39:00 CET 2007 - guru@xxxxxxxxxxx
+
+- 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
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rsnapshot.spec ++++++
--- /var/tmp/diff_new_pack.ob8310/_old 2007-11-12 21:28:13.000000000 +0100
+++ /var/tmp/diff_new_pack.ob8310/_new 2007-11-12 21:28:13.000000000 +0100
@@ -11,18 +11,18 @@
# norootforbuild

Name: rsnapshot
-URL: http://www.rsnapshot.org/
-License: GNU General Public License (GPL)
+Url: http://www.rsnapshot.org/
+License: GPL v2 or later
Group: Productivity/Archiving/Backup
Version: 1.3.0
-Release: 25
-Summary: backup programm using hardlinks
+Release: 85
+Summary: Backup program using hardlinks
Source: %name-%version.tar.bz2
Patch1: rsnapshot-config.patch
Patch2: rsnapshot-man-page.patch
BuildRequires: perl rsync
Requires: perl rsync
-Autoreqprov: on
+AutoReqProv: on
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build

@@ -51,20 +51,20 @@
%setup
%patch1
%patch2
-#./configure --bindir=%{buildroot}/bin --sbindir=%{buildroot}/sbin
--mandir=%{buildroot}/usr/share/man

%build
%configure
-make
+%__make
+%__make test

%install
-%{makeinstall}
-install -d %{buildroot}/%{_sysconfdir}
-install -m 644 rsnapshot.conf.default
%{buildroot}/%{_sysconfdir}/rsnapshot.conf.default
-install -m 600 rsnapshot.conf.default
%{buildroot}/%{_sysconfdir}/rsnapshot.conf
+%makeinstall
+%__install -d "%{buildroot}/%{_sysconfdir}"
+%__install -m 644 rsnapshot.conf.default
"%{buildroot}/%{_sysconfdir}/rsnapshot.conf.default"
+%__install -m 600 rsnapshot.conf.default
"%{buildroot}/%{_sysconfdir}/rsnapshot.conf"

%clean
-[ "%{buildroot}" != "/" ] && [ -d %{buildroot} ] && rm -rf %{buildroot};
+[ "%{buildroot}" != "/" ] && [ -d "%{buildroot}" ] && %__rm -rf "%{buildroot}";

%files
%defattr(-,root,root)
@@ -74,8 +74,11 @@
%config %{_sysconfdir}/rsnapshot.conf.default
%doc AUTHORS COPYING ChangeLog README INSTALL TODO
%doc %{_mandir}/man1/rsnapshot.1.gz
-
%changelog
+* Thu Aug 16 2007 - guru@xxxxxxxxxxx
+- 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@xxxxxxx
- fix path to binary in man and info pages
* Mon Jan 15 2007 - mskibbe@xxxxxxx

++++++ rsnapshot-config.patch ++++++
--- /var/tmp/diff_new_pack.ob8310/_old 2007-11-12 21:28:13.000000000 +0100
+++ /var/tmp/diff_new_pack.ob8310/_new 2007-11-12 21:28:13.000000000 +0100
@@ -50,13 +50,7 @@

# When sync_first is enabled, it changes the default behaviour of rsnapshot.
# Normally, when rsnapshot is called with its lowest interval
-@@ -173,13 +173,13 @@
- # and all interval calls simply rotate files. See the man page for more
- # details. The default is 0 (off).
- #
--#sync_first 0
-+sync_first 1
-
+@@ -173,8 +173,8 @@
# If enabled, rsnapshot will move the oldest directory for each interval
# to [interval_name].delete, then it will remove the lockfile and delete
# that directory just before it exits. The default is 0 (off).


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages