Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rsync for openSUSE:Factory checked 
in at 2023-04-12 12:51:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rsync (Old)
 and      /work/SRC/openSUSE:Factory/.rsync.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rsync"

Wed Apr 12 12:51:02 2023 rev:82 rq:1078451 version:3.2.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/rsync/rsync.changes      2022-10-22 
14:12:47.480695953 +0200
+++ /work/SRC/openSUSE:Factory/.rsync.new.19717/rsync.changes   2023-04-12 
12:51:02.972738837 +0200
@@ -1,0 +2,6 @@
+Thu Apr  6 11:03:52 UTC 2023 - Johannes Segitz <jseg...@suse.com>
+
+- Switch rsyncd symlink to a wrapper script to allow setting a distinct
+  SELinux type (bsc#1209654)
+
+-------------------------------------------------------------------

New:
----
  rsyncd

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

Other differences:
------------------
++++++ rsync.spec ++++++
--- /var/tmp/diff_new_pack.7tRZDi/_old  2023-04-12 12:51:03.764743466 +0200
+++ /var/tmp/diff_new_pack.7tRZDi/_new  2023-04-12 12:51:03.768743489 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rsync
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -47,6 +47,7 @@
 Source10:       
https://rsync.samba.org/ftp/rsync/src/rsync-%{version}.tar.gz.asc
 Source11:       
https://rsync.samba.org/ftp/rsync/src/rsync-patches-%{version}.tar.gz.asc
 Source12:       %{name}.keyring
+Source13:       rsyncd
 Patch0:         rsync-no-libattr.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -122,7 +123,7 @@
 install -d %{buildroot}%{_sysconfdir}/init.d
 install -d %{buildroot}%{_sysconfdir}/xinetd.d
 install -d %{buildroot}%{_sbindir}
-ln -sf ../bin/rsync %{buildroot}%{_sbindir}/rsyncd
+install -m 755 %{SOURCE13} %{buildroot}%{_sbindir}/rsyncd
 install -m 755 support/rsyncstats %{buildroot}%{_bindir}
 %if 0%{?suse_version} > 1500
 install -d %{buildroot}%{_distconfdir}/logrotate.d



++++++ rsyncd ++++++
#!/bin/sh

# We need this wrapper instead of a plain symlink to be able to set
# a different SELinux label on this
exec -a rsyncd /usr/bin/rsync "$@"

Reply via email to