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 c04a2b349..9d2d6d983 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
infrastructure@lists.fedoraproject.org