diff --git a/gating.yaml b/gating.yaml index 4556f63..fe3ada1 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,7 +4,7 @@ product_versions: decision_context: bodhi_update_push_testing subject_type: koji_build rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/ci.functional} #Rawhide --- !Policy @@ -13,4 +13,4 @@ product_versions: decision_context: bodhi_update_push_stable subject_type: koji_build rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/ci.functional} diff --git a/rsync.spec b/rsync.spec index 33a13c9..d6688d8 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: 10%{?dist} +Release: 11%{?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 +* Mon Nov 15 2021 Michal Ruprich - 3.2.3-11 +- Bumping version to test fixed gating file + * Fri Nov 5 2021 Jan Kratochvil - 3.2.3-10 - Re-enable xxh128 xxh3 xxh64 disabled during 3.2.2 update. - Enforce openssl xxhash zstd lz4 ipv6 features by --enable-*.