From 9cd9591ab9109e7ee6c472ba261c5c65027a884b Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Wed, 16 Jun 2021 03:37:36 +0000 Subject: [PATCH] Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065 Signed-off-by: Mohan Boddu --- rsync.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rsync.spec b/rsync.spec index 917610a..2f81a1d 100644 --- a/rsync.spec +++ b/rsync.spec @@ -10,7 +10,7 @@ Summary: A program for synchronizing files over a network Name: rsync Version: 3.2.3 -Release: 7%{?dist} +Release: 8%{?dist} URL: https://rsync.samba.org/ Source0: https://download.samba.org/pub/rsync/src/rsync-%{version}%{?prerelease}.tar.gz @@ -118,6 +118,10 @@ install -D -m644 %{SOURCE6} $RPM_BUILD_ROOT/%{_unitdir}/rsyncd@.service %systemd_postun_with_restart rsyncd.service %changelog +* Wed Jun 16 2021 Mohan Boddu - 3.2.3-8 +- Rebuilt for RHEL 9 BETA for openssl 3.0 + Related: rhbz#1971065 + * Mon May 31 2021 Michal Ruprich - 3.2.3-7 - Resolves: #1955008 - rsync segfaults in --append mode when file on sender is large (> 2GB) and gets truncated