diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..648918d --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/nfs-utils.spec b/nfs-utils.spec index 6373f3d..810d60c 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -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 2.5.4-7 +- Added a gating.yaml file (bz 1996211) + * Mon Jan 10 2022 Steve Dickson 2.5.4-6 - Update tools to reflect removal of NFS v2 support (bz 1966643)