From 5f29d22298b62a95a1b5a26e968a7481bb20f4fd Mon Sep 17 00:00:00 2001 From: Michal Ruprich Date: Wed, 18 May 2022 12:25:32 +0200 Subject: [PATCH] Related: #2081296 - Disabling STI --- rsync.spec | 5 ++++- tests/{tests-disabled.yml => disabled-tests.yml} | 0 2 files changed, 4 insertions(+), 1 deletion(-) rename tests/{tests-disabled.yml => disabled-tests.yml} (100%) diff --git a/rsync.spec b/rsync.spec index 9b96500..ed24901 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: 14%{?dist} +Release: 15%{?dist} URL: https://rsync.samba.org/ Source0: https://download.samba.org/pub/rsync/src/rsync-%{version}%{?prerelease}.tar.gz @@ -126,6 +126,9 @@ install -D -m644 %{SOURCE6} $RPM_BUILD_ROOT/%{_unitdir}/rsyncd@.service %systemd_postun_with_restart rsyncd.service %changelog +* Wed May 18 2022 Michal Ruprich - 3.2.3-15 +- Related: #2081296 - Disabling STI + * Wed May 18 2022 Michal Ruprich - 3.2.3-14 - Resolves: #2071514 - A flaw found in zlib when compressing (not decompressing) certain inputs diff --git a/tests/tests-disabled.yml b/tests/disabled-tests.yml similarity index 100% rename from tests/tests-disabled.yml rename to tests/disabled-tests.yml