From fc2f56bc7e322bbf01be021c72a3f0c96205c11f Mon Sep 17 00:00:00 2001 From: Michal Ruprich Date: Tue, 16 Nov 2021 12:00:19 +0100 Subject: [PATCH] Disabling STI tests --- rsync.spec | 5 ++++- tests/{tests.yml => ignore_tests.yml} | 0 2 files changed, 4 insertions(+), 1 deletion(-) rename tests/{tests.yml => ignore_tests.yml} (100%) diff --git a/rsync.spec b/rsync.spec index d6688d8..653202e 100644 --- a/rsync.spec +++ b/rsync.spec @@ -9,7 +9,7 @@ Summary: A program for synchronizing files over a network Name: rsync Version: 3.2.3 -Release: 11%{?dist} +Release: 12%{?dist} URL: https://rsync.samba.org/ Source0: https://download.samba.org/pub/rsync/src/rsync-%{version}%{?prerelease}.tar.gz @@ -127,6 +127,9 @@ install -D -m644 %{SOURCE6} $RPM_BUILD_ROOT/%{_unitdir}/rsyncd@.service %systemd_postun_with_restart rsyncd.service %changelog +* Tue Nov 16 2021 Michal Ruprich - 3.2.3-12 +- Disabling STI tests + * Mon Nov 15 2021 Michal Ruprich - 3.2.3-11 - Bumping version to test fixed gating file diff --git a/tests/tests.yml b/tests/ignore_tests.yml similarity index 100% rename from tests/tests.yml rename to tests/ignore_tests.yml