From a12c7fc484a2fbfc0ede76fa53b00ac42dbee25f Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Nov 30 2020 18:31:44 +0000 Subject: Add missing Build Requires and remove old gating tests Signed-off-by: Clement Verna --- diff --git a/bodhi.spec b/bodhi.spec index 42ef4a8..1be52e8 100644 --- a/bodhi.spec +++ b/bodhi.spec @@ -24,6 +24,7 @@ Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz #Source0: %%{url}/archive/%%{commit}/%%{name}-%%{commit}.tar.gz Patch0: 0001-Remove-Graphql-for-packaging.patch +BuildRequires: dnf BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: %{py3_dist alembic} @@ -52,6 +53,7 @@ BuildRequires: %{py3_dist pytest} BuildRequires: %{py3_dist python-bugzilla} BuildRequires: %{py3_dist python-fedora} BuildRequires: %{py3_dist pyyaml} +BuildRequires: %{py3_dist prometheus_client} BuildRequires: %{py3_dist responses} BuildRequires: %{py3_dist simplemediawiki} BuildRequires: %{py3_dist sphinx} @@ -59,6 +61,7 @@ BuildRequires: %{py3_dist sqlalchemy} BuildRequires: %{py3_dist sqlalchemy_schemadisplay} BuildRequires: %{py3_dist twisted} BuildRequires: %{py3_dist webtest} +BuildRequires: %{py3_dist whitenoise} BuildRequires: pkgconfig(bash-completion) BuildRequires: dnf BuildRequires: pungi >= 4.1.20 @@ -329,6 +332,8 @@ install -pm0644 docs/_build/man/*.1 %{buildroot}%{_mandir}/man1/ - Update to 5.6.1 https://github.com/fedora-infra/bodhi/releases/tag/5.6.1 - Remove Graphql from the server. +- Add missing build requires for python-whitenoise and python-prometheus_client. +- Also add dnf to the build requires since it is needed by some tests. * Sat Aug 01 2020 Fedora Release Engineering - 5.2.2-4 - Second attempt - Rebuilt for diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index 4fe807e..0000000 --- a/gating.yaml +++ /dev/null @@ -1,14 +0,0 @@ ---- !Policy -product_versions: - - fedora-* -decision_context: bodhi_update_push_testing -rules: - - !PassingTestCaseRule {test_case_name: dist.abicheck} - - !PassingTestCaseRule {test_case_name: dist.rpmdeplint} ---- !Policy -product_versions: - - fedora-* -decision_context: bodhi_update_push_stable -rules: - - !PassingTestCaseRule {test_case_name: dist.abicheck} - - !PassingTestCaseRule {test_case_name: dist.rpmdeplint}