diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index 780e5ed9a3..4998ae6e1b 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -253,7 +253,7 @@ stacks_enabled = False # updates. Users have free-reign to override them for each kind of entity. At # the end of the day, we only consider the requirements defined by single # updates themselves when gating in the backend masher process. -site_requirements = depcheck upgradepath +site_requirements = dist.rpmdeplint dist.upgradepath ## Some day we'll have rpmgrill, and that will be cool. Ask tflink. #site_requirements = depcheck upgradepath rpmgrill diff --git a/roles/bodhi2/base/templates/staging.ini.j2 b/roles/bodhi2/base/templates/staging.ini.j2 index 41ebefa37f..0b3062c942 100644 --- a/roles/bodhi2/base/templates/staging.ini.j2 +++ b/roles/bodhi2/base/templates/staging.ini.j2 @@ -216,7 +216,7 @@ stacks_enabled = False # updates. Users have free-reign to override them for each kind of entity. At # the end of the day, we only consider the requirements defined by single # updates themselves when gating in the backend masher process. -site_requirements = depcheck upgradepath +site_requirements = dist.rpmdeplint dist.upgradepath ## Some day we'll have rpmgrill, and that will be cool. Ask tflink. #site_requirements = depcheck upgradepath rpmgrill