From 0d92d49c8d518fde815f472465a2d04fb13f704e Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 10 Aug 2021 00:40:17 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- rsync.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rsync.spec b/rsync.spec index 2f81a1d..8888de9 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: 8%{?dist} +Release: 9%{?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 +* Tue Aug 10 2021 Mohan Boddu - 3.2.3-9 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Wed Jun 16 2021 Mohan Boddu - 3.2.3-8 - Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065