From 996ddd31f048da399ae7624ffecaef87f0762bc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mari=C3=A1n=20Kon=C4=8Dek?= Date: Sun, 24 Nov 2024 16:27:21 +0100 Subject: [PATCH] Fix test declarations Related: RHEL-62176 --- ci.fmf | 1 + gating.yaml | 2 +- jansi.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 ci.fmf diff --git a/ci.fmf b/ci.fmf new file mode 100644 index 0000000..c5aa0e0 --- /dev/null +++ b/ci.fmf @@ -0,0 +1 @@ +resultsdb-testcase: separate diff --git a/gating.yaml b/gating.yaml index 57114c0..e0f2d76 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,7 +4,7 @@ product_versions: decision_contexts: - osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/smoke.functional} # https://docs.engineering.redhat.com/display/RHELPLAN/Maven+Bootstrap+manual+gating+test - !PassingTestCaseRule {test_case_name: manual.sst_cs_apps.maven.bootstrap} - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/javapackages.functional} diff --git a/jansi.spec b/jansi.spec index 26c5dd8..4f8c02a 100644 --- a/jansi.spec +++ b/jansi.spec @@ -2,7 +2,7 @@ Name: jansi Version: 2.3.3 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Generate and interpret ANSI escape sequences in Java License: ASL 2.0 URL: http://fusesource.github.io/jansi/ @@ -106,6 +106,9 @@ cp -p src/main/native/libjansi.so %{buildroot}%{_prefix}/lib/%{name} %license license.txt %changelog +* Sun Nov 24 2024 Marián Konček - 2.3.3-10 +- Fix test declarations + * Sun Nov 24 2024 Marián Konček - 2.3.3-9 - Rebuild