[setup_rpm_repo test] Ensure rpm-build is present (#73516)

Change:
- Other targets might remove rpm-build as they clean up after
  themselves. Ensure that it's present in setup_rpm_repo because
  rpmfluff needs it.

Test Plan:
- Local experimentation with yum_repository and mysql_db (the latter of
  which depends on a handler which was removing rpm-build) on
  stable-2.9.

Signed-off-by: Rick Elrod <rick@elrod.me>
This commit is contained in:
Rick Elrod 2021-02-05 15:58:02 -05:00 committed by GitHub
parent 125c220343
commit aca5b0e43b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View file

@ -1,3 +1,4 @@
rpm_repo_packages:
- "{{ 'python' ~ rpm_repo_python_major_version ~ '-rpmfluff' }}"
- createrepo
- rpm-build

View file

@ -1,4 +1,5 @@
rpm_repo_packages:
- rpm-build
- python-rpmfluff
- createrepo_c
- createrepo

View file

@ -1,4 +1,5 @@
rpm_repo_packages:
- rpm-build
- python-rpmfluff
- createrepo_c
- createrepo