From 61c50082129081a4c8c171834ea8b828b3029748 Mon Sep 17 00:00:00 2001 From: Miroslav Rezanina Date: Wed, 23 Jun 2021 05:03:28 -0400 Subject: [PATCH] * Wed Jun 23 2021 Miroslav Rezanina - 1.6.0-6 - Gating rebuild [bz#1974188] - Resolves: bz#1974188 (Define tests, including gating tests, for dtc) --- dtc.spec | 7 ++++++- gating.yaml | 6 ++++++ tests/tests.yml | 12 ++++++++++++ 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 gating.yaml create mode 100644 tests/tests.yml diff --git a/dtc.spec b/dtc.spec index f2d0f83..c78c1fd 100644 --- a/dtc.spec +++ b/dtc.spec @@ -1,6 +1,6 @@ Name: dtc Version: 1.6.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Device Tree Compiler License: GPLv2+ URL: https://devicetree.org/ @@ -85,6 +85,11 @@ rm -f $RPM_BUILD_ROOT/%{_bindir}/ftdump %{python3_sitearch}/* %changelog +* Wed Jun 23 2021 Miroslav Rezanina - 1.6.0-6 +- Gating rebuild [bz#1974188] +- Resolves: bz#1974188 + (Define tests, including gating tests, for dtc) + * Thu Apr 15 2021 Mohan Boddu - 1.6.0-5 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 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/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..09431fc --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,12 @@ +- hosts: localhost + remote_user: root + tags: + - classic + roles: + - role: standard-test-basic + tests: + - simple: + dir: . + run: "/usr/bin/dtc --version" + required_packages: + - dtc