add gating configuration
This commit is contained in:
parent
6a1bed53d9
commit
bd8aa106de
6
gating.yaml
Normal file
6
gating.yaml
Normal 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}
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: %{pypi_version}
|
Version: %{pypi_version}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Python PE parsing module
|
Summary: Python PE parsing module
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -53,6 +53,9 @@ cp %{SOURCE1} %{buildroot}%{_datadir}/%{name}
|
|||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 25 2023 Gerd Hoffmann <kraxel@redhat.com> - 2023.2.7-3
|
||||||
|
- Add gating configuration.
|
||||||
|
|
||||||
* Thu May 25 2023 Gerd Hoffmann <kraxel@redhat.com> - 2023.2.7-2
|
* Thu May 25 2023 Gerd Hoffmann <kraxel@redhat.com> - 2023.2.7-2
|
||||||
- Added test script and configuration.
|
- Added test script and configuration.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user