From aaf5c37ad86c4e5f245ee132e681b334cb1a8fff Mon Sep 17 00:00:00 2001 From: lizhao2025 Date: Wed, 17 Dec 2025 00:32:43 +0800 Subject: [PATCH] Update code from upstream --- rsync.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rsync.spec b/rsync.spec index da13bf6..6fd3178 100644 --- a/rsync.spec +++ b/rsync.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 Name: rsync Version: 3.4.1 @@ -108,6 +108,9 @@ chmod -x support/* %{_unitdir}/rsyncd@.service %changelog +* Thu Jan 30 2025 Michal Ruprich - 3.4.1-%{anolis_release} +- Resolves: RHEL-71293 - Build rsync with --with-rrsync + * Fri Feb 21 2025 yangxinyu - 3.4.1-1 - New version 3.4.1 -- Gitee