Added a gating.yaml file (bz 1996211)

Signed-off-by: Steve Dickson <steved@redhat.com>
Resolves: bz1996211
This commit is contained in:
Steve Dickson 2022-01-11 12:04:00 -05:00
parent 90590b6a8b
commit 5713ec3dc4
2 changed files with 10 additions and 1 deletions

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

View File

@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser
Name: nfs-utils
URL: http://linux-nfs.org/
Version: 2.5.4
Release: 6%{?dist}
Release: 7%{?dist}
Epoch: 1
# group all 32bit related archs
@ -447,6 +447,9 @@ fi
%{_mandir}/*/nfsiostat.8.gz
%changelog
* Tue Jan 11 2022 Steve Dickson <steved@redhat.com> 2.5.4-7
- Added a gating.yaml file (bz 1996211)
* Mon Jan 10 2022 Steve Dickson <steved@redhat.com> 2.5.4-6
- Update tools to reflect removal of NFS v2 support (bz 1966643)