From 8a38486171b5af66ad76e9ae06f6c67b96087e50 Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Thu, 24 Feb 2022 17:03:52 +0100 Subject: [PATCH] Added gating.yaml Resolves: rhbz#2054488 --- gating.yaml | 7 +++++++ lua-posix.spec | 6 +++++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..c7412f1 --- /dev/null +++ b/gating.yaml @@ -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} diff --git a/lua-posix.spec b/lua-posix.spec index 6b1678c..bc5af6c 100644 --- a/lua-posix.spec +++ b/lua-posix.spec @@ -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 - 35.0-7 +- Added gating.yaml +- Resolves: rhbz#2054488 + * Mon Feb 14 2022 Andrew Hughes - 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.