Add gating.yaml file

Resolves: rhbz#1681960
Signed-off-by: Pavel Reichl <preichl@redhat.com>
This commit is contained in:
Pavel Reichl 2021-10-07 16:09:39 +02:00
parent 8cb00b96a8
commit 7beff09899
2 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: fuse
Version: 2.9.9
Release: 14%{?dist}
Release: 15%{?dist}
Summary: File System in Userspace (FUSE) v2 utilities
License: GPL+
URL: http://fuse.sf.net
@ -135,6 +135,8 @@ rm -f %{buildroot}/%{_libdir}/*.a
%{_includedir}/fuse
%changelog
* Tue Dec 07 2021 Pavel Reichl <preichl@redhat.com> - 2.9.9-15
- Add gating.yaml file
* Thu Oct 07 2021 Pavel Reichl <preichl@redhat.com> - 2.9.9-14
- Fix failure to build from source, fix wrong URL in Source0

7
gating.yaml Normal file
View File

@ -0,0 +1,7 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}