* Wed Jun 23 2021 Miroslav Rezanina <mrezanin@redhat.com> - 1.6.0-6

- Gating rebuild [bz#1974188]
- Resolves: bz#1974188
  (Define tests, including gating tests, for dtc)
This commit is contained in:
Miroslav Rezanina 2021-06-23 05:03:28 -04:00
parent 0b936206eb
commit 61c5008212
3 changed files with 24 additions and 1 deletions

View File

@ -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 <mrezanin@redhat.com> - 1.6.0-6
- Gating rebuild [bz#1974188]
- Resolves: bz#1974188
(Define tests, including gating tests, for dtc)
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.6.0-5
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937

6
gating.yaml Normal file
View File

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

12
tests/tests.yml Normal file
View File

@ -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