Added gating.yaml

Resolves: rhbz#2054488
This commit is contained in:
Jiri Vanek 2022-02-24 17:03:52 +01:00
parent 414d9e3c12
commit 8a38486171
2 changed files with 12 additions and 1 deletions

7
gating.yaml Normal file
View File

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

View File

@ -6,7 +6,7 @@
Name: lua-posix
Version: 35.0
Release: 6%{?dist}
Release: 7%{?dist}
Summary: A POSIX library for Lua
License: MIT
URL: http://luaforge.net/projects/luaposix/
@ -47,6 +47,10 @@ build-aux/luke install PREFIX=%{buildroot}%{_prefix} INST_LIBDIR=%{buildroot}%{l
%changelog
* Thu Feb 24 2022 Jiri Vanek <jvanek@redhat.com> - 35.0-7
- Added gating.yaml
- Resolves: rhbz#2054488
* Mon Feb 14 2022 Andrew Hughes <gnu.andrew@redhat.com> - 35.0-6
- Pass LDFLAGS to the build so RPM linker flags are used and annocheck passes.
- Add patch from upstream to fix propagation of LDFLAGS into build system.