From e7db0b63e4ca622e92f29bac74f3a752da74d558 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 25 2020 18:36:10 +0000 Subject: import rsync-3.1.3-9.el8 --- 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