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>
(cherry picked from commit aca5b0e43b
)
This commit is contained in:
parent
457dcf1313
commit
3eafe0f255
3 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
rpm_repo_packages:
|
rpm_repo_packages:
|
||||||
- "{{ 'python' ~ rpm_repo_python_major_version ~ '-rpmfluff' }}"
|
- "{{ 'python' ~ rpm_repo_python_major_version ~ '-rpmfluff' }}"
|
||||||
- createrepo
|
- createrepo
|
||||||
|
- rpm-build
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
rpm_repo_packages:
|
rpm_repo_packages:
|
||||||
|
- rpm-build
|
||||||
- python-rpmfluff
|
- python-rpmfluff
|
||||||
- createrepo_c
|
- createrepo_c
|
||||||
- createrepo
|
- createrepo
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
rpm_repo_packages:
|
rpm_repo_packages:
|
||||||
|
- rpm-build
|
||||||
- python-rpmfluff
|
- python-rpmfluff
|
||||||
- createrepo_c
|
- createrepo_c
|
||||||
- createrepo
|
- createrepo
|
||||||
|
|
Loading…
Reference in a new issue