From c7e2748a555f70bb7d2410be4a1ca60b9316cfda Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 16 Apr 2019 21:34:50 +0200 Subject: [PATCH] copr: ensure the newest python-srpm-macros is on builders Resolves: rhbz#1700028 --- roles/copr/backend/files/provision/provision_builder_tasks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/backend/files/provision/provision_builder_tasks.yml b/roles/copr/backend/files/provision/provision_builder_tasks.yml index c04a2b349e..9d2d6d9838 100644 --- a/roles/copr/backend/files/provision/provision_builder_tasks.yml +++ b/roles/copr/backend/files/provision/provision_builder_tasks.yml @@ -37,7 +37,6 @@ - scl-utils-build - ethtool - expect - - python-srpm-macros - name: enable copr and copr-dev repos in staging command: dnf copr -y enable {{ item }} @@ -64,6 +63,7 @@ - rpkg - nosync - distribution-gpg-keys + - python-srpm-macros - name: put updated mock configs into /etc/mock copy: src=files/mock/ dest=/etc/mock