Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rsnapshot for openSUSE:Factory 
checked in at 2021-08-25 20:58:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rsnapshot (Old)
 and      /work/SRC/openSUSE:Factory/.rsnapshot.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rsnapshot"

Wed Aug 25 20:58:21 2021 rev:28 rq:914181 version:1.4.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/rsnapshot/rsnapshot.changes      2021-08-02 
12:05:49.325646434 +0200
+++ /work/SRC/openSUSE:Factory/.rsnapshot.new.1899/rsnapshot.changes    
2021-08-25 20:59:52.233030249 +0200
@@ -1,0 +2,11 @@
+Sun Aug 15 13:28:41 UTC 2021 - mun...@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.
+
+-------------------------------------------------------------------

New:
----
  fix-tests-path.patch

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

Other differences:
------------------
++++++ rsnapshot.spec ++++++
--- /var/tmp/diff_new_pack.qCSDUA/_old  2021-08-25 20:59:52.849029440 +0200
+++ /var/tmp/diff_new_pack.qCSDUA/_new  2021-08-25 20:59:52.853029435 +0200
@@ -28,6 +28,7 @@
 Patch1:         rsnapshot-config.patch
 Patch3:         remove-dead-external-css-link.patch
 Patch4:         backup_pgsql.patch
+Patch5:         fix-tests-path.patch
 BuildRequires:  logrotate
 BuildRequires:  openssh
 BuildRequires:  perl
@@ -63,6 +64,7 @@
 make %{?_smp_mflags}
 
 %check
+cp -a t /tmp
 make %{?_smp_mflags} test
 
 %install

++++++ fix-tests-path.patch ++++++
--- a/configure
+++ b/configure
@@ -2418,11 +2418,11 @@
 CWD=`eval echo \`pwd\``
 CWD="$CWD/"
 
-TEST="$CWD/t/"
+TEST="/tmp/t/"
 
-SNAP="$CWD/t/support/snapshots"
+SNAP="/tmp/t/support/snapshots"
 
-TEMP="$CWD/t/support/files/template"
+TEMP="/tmp/t/support/files/template"
 
 
 

Reply via email to