import rsync-3.1.3-9.el8

This commit is contained in:
CentOS Sources 2020-08-25 18:36:10 +00:00 committed by Andrew Lukoshko
parent fe4e6b257b
commit 1420cdec59
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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 <michalruprich@gmail.com> - 3.1.3-9
- Resolves: #1667436 - rsyncd.service fails to start at boot if address is configured
* Wed Jun 10 2020 Michal Ruprich <michalruprich@gmail.com> - 3.1.3-8
- Resolves: #1775561 - rsync 3.1.2 hangs when run with -vvv to sync a large repository