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