add gating configuration

This commit is contained in:
Gerd Hoffmann 2023-05-25 15:48:13 +02:00 committed by root
parent 6a1bed53d9
commit a2a8c56c7c
3 changed files with 11 additions and 1 deletions

1
.python-pefile.metadata Normal file
View File

@ -0,0 +1 @@
eb5ebaded23c25a52384ae1833a28618f23ac949 pefile-2023.2.7.tar.gz

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}

View File

@ -4,7 +4,7 @@
Name: python-%{pypi_name}
Version: %{pypi_version}
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Python PE parsing module
License: MIT
@ -53,6 +53,9 @@ cp %{SOURCE1} %{buildroot}%{_datadir}/%{name}
%{_datadir}/%{name}
%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
- Added test script and configuration.