diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/.python-py.metadata b/.python-py.metadata new file mode 100644 index 0000000..bb2b082 --- /dev/null +++ b/.python-py.metadata @@ -0,0 +1 @@ +690e4e3dcaeafe02ad4af36233148e7e10032d1a py-1.10.0.tar.gz 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/plans.fmf b/plans.fmf new file mode 100644 index 0000000..a0e3f4e --- /dev/null +++ b/plans.fmf @@ -0,0 +1,11 @@ +discover: + - name: Smoke-tests + how: shell + tests: + - name: python-import-test + test: python3 -c 'import py' + require: + - python3-py + duration: 1m +execute: + how: tmt diff --git a/python-py.spec b/python-py.spec index 21754f7..209bdd9 100644 --- a/python-py.spec +++ b/python-py.spec @@ -16,7 +16,7 @@ Name: python-%{srcname} Version: 1.10.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Library with cross-python path, ini-parsing, io, code, log facilities License: MIT and Public Domain # main package: MIT, except: doc/style.css: Public Domain @@ -116,6 +116,10 @@ py.test-%{python3_version} -r s -k"-TestWCSvnCommandPath" testing %changelog +* Wed Feb 16 2022 Tomas Orsava - 1.10.0-6 +- Add gating configuration and a simple smoke test +- Related: rhbz#1950291 + * Tue Feb 08 2022 Tomáš Hrnčiar - 1.10.0-5 - Add automatically generated Obsoletes tag with the python39- prefix for smoother upgrade from RHEL8