From 1420cdec59e444c8fb02b70b55810bea0656e37e Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 25 Aug 2020 18:36:10 +0000 Subject: [PATCH] import rsync-3.1.3-9.el8 --- SOURCES/rsyncd.service | 2 ++ SPECS/rsync.spec | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/SOURCES/rsyncd.service b/SOURCES/rsyncd.service index 3ffecce..d2d6362 100644 --- a/SOURCES/rsyncd.service +++ b/SOURCES/rsyncd.service @@ -1,6 +1,8 @@ [Unit] Description=fast remote file copy program daemon ConditionPathExists=/etc/rsyncd.conf +Wants=network-online.target +After=network-online.target [Service] EnvironmentFile=/etc/sysconfig/rsyncd diff --git a/SPECS/rsync.spec b/SPECS/rsync.spec index 1854189..e63923f 100644 --- a/SPECS/rsync.spec +++ b/SPECS/rsync.spec @@ -9,7 +9,7 @@ Summary: A program for synchronizing files over a network Name: rsync Version: 3.1.3 -Release: 8%{?dist} +Release: 9%{?dist} Group: Applications/Internet URL: http://rsync.samba.org/ @@ -121,6 +121,9 @@ chmod -x support/* %systemd_postun_with_restart rsyncd.service %changelog +* Mon Aug 24 2020 Michal Ruprich - 3.1.3-9 +- Resolves: #1667436 - rsyncd.service fails to start at boot if address is configured + * Wed Jun 10 2020 Michal Ruprich - 3.1.3-8 - Resolves: #1775561 - rsync 3.1.2 hangs when run with -vvv to sync a large repository