diff --git a/.python-pefile.metadata b/.python-pefile.metadata new file mode 100644 index 0000000..ffd29b5 --- /dev/null +++ b/.python-pefile.metadata @@ -0,0 +1 @@ +eb5ebaded23c25a52384ae1833a28618f23ac949 pefile-2023.2.7.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/python-pefile.spec b/python-pefile.spec index e468192..81f4441 100644 --- a/python-pefile.spec +++ b/python-pefile.spec @@ -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 - 2023.2.7-3 +- Add gating configuration. + * Thu May 25 2023 Gerd Hoffmann - 2023.2.7-2 - Added test script and configuration.