Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rsync for openSUSE:Factory checked in at 2024-09-02 13:13:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rsync (Old) and /work/SRC/openSUSE:Factory/.rsync.new.2698 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rsync" Mon Sep 2 13:13:14 2024 rev:89 rq:1198081 version:3.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rsync/rsync.changes 2024-05-27 11:41:19.353842818 +0200 +++ /work/SRC/openSUSE:Factory/.rsync.new.2698/rsync.changes 2024-09-02 13:13:20.335577600 +0200 @@ -1,0 +2,7 @@ +Mon Aug 26 09:41:28 UTC 2024 - Thorsten Kukuk <ku...@suse.com> + +- add patch rsync-run-dir.patch: + * Drop dependency on /var/run compat symlink, this causes problems + on image based systems + +------------------------------------------------------------------- New: ---- rsync-run-dir.patch BETA DEBUG BEGIN: New: - add patch rsync-run-dir.patch: * Drop dependency on /var/run compat symlink, this causes problems BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rsync.spec ++++++ --- /var/tmp/diff_new_pack.S1jrHt/_old 2024-09-02 13:13:21.375620930 +0200 +++ /var/tmp/diff_new_pack.S1jrHt/_new 2024-09-02 13:13:21.379621097 +0200 @@ -56,6 +56,7 @@ Source13: rsyncd Patch0: rsync-no-libattr.patch Patch2: rsync-usr-etc.patch +Patch3: rsync-run-dir.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: c++_compiler ++++++ rsync-run-dir.patch ++++++ diff -ur rsync-3.3.0.old/rsync.h rsync-3.3.0/rsync.h --- rsync-3.3.0.old/rsync.h 2022-10-16 19:28:58.000000000 +0200 +++ rsync-3.3.0/rsync.h 2024-08-26 11:31:14.458919925 +0200 @@ -30,7 +30,7 @@ /* RSYNCD_SYSCONF is now set in config.h */ #define RSYNCD_USERCONF "rsyncd.conf" -#define DEFAULT_LOCK_FILE "/var/run/rsyncd.lock" +#define DEFAULT_LOCK_FILE "/run/rsyncd.lock" #define URL_PREFIX "rsync://" #define SYMLINK_PREFIX "/rsyncd-munged/" /* This MUST have a trailing slash! */ ++++++ rsyncd.conf ++++++ --- /var/tmp/diff_new_pack.S1jrHt/_old 2024-09-02 13:13:21.487625597 +0200 +++ /var/tmp/diff_new_pack.S1jrHt/_new 2024-09-02 13:13:21.491625763 +0200 @@ -4,7 +4,7 @@ transfer logging = true log format = %h %o %f %l %b log file = /var/log/rsyncd.log -pid file = /var/run/rsyncd.pid +pid file = /run/rsyncd.pid hosts allow = trusted.hosts slp refresh = 300 use slp = false