Add simple gating, bump release

Bump is necessary to get past gating
Related: bz#1950291
This commit is contained in:
Lukas Zachar 2022-02-16 11:53:53 +01:00
parent 6fedb38e61
commit 7a3cef2bf4
4 changed files with 23 additions and 1 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

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}

11
plans.fmf Normal file
View File

@ -0,0 +1,11 @@
discover:
- name: Smoke tests
how: shell
tests:
- name: import works
test: python3 -c 'import six'
require:
- python3-six
duration: 1m
execute:
how: tmt

View File

@ -5,7 +5,7 @@
Name: python-six
Version: 1.15.0
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Python 2 and 3 compatibility utilities
License: MIT
@ -65,6 +65,10 @@ Summary: %{summary}
%changelog
* Wed Feb 16 2022 Lukáš Zachar <lzachar@redhat.com> - 1.15.0-9
- Add gating configuration and simple test
- Related: rhbz#1950291
* Tue Feb 08 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 1.15.0-8
- Add automatically generated Obsoletes tag with the python39- prefix
for smoother upgrade from RHEL8