copr: dev-builders: install mock 2.2 and configs in one transaction

This commit is contained in:
Pavel Raiskup 2020-04-02 11:45:27 +02:00 committed by Pierre-Yves Chibon
parent 1872267196
commit 406cb67d9a

View file

@ -19,10 +19,12 @@
when: prepare_base_image is defined
- name: install the latest mock and mock-core-configs from updates-testing
package: state=present name={{ item }}
package: state=present name={{ packages }}
with_items:
- https://kojipkgs.fedoraproject.org/packages/mock/2.2/1.fc31/noarch/mock-2.2-1.fc31.noarch.rpm
- https://kojipkgs.fedoraproject.org/packages/mock-core-configs/32.6/1.fc31/noarch/mock-core-configs-32.6-1.fc31.noarch.rpm
vars:
packages:
- https://kojipkgs.fedoraproject.org/packages/mock/2.2/1.fc31/noarch/mock-2.2-1.fc31.noarch.rpm
- https://kojipkgs.fedoraproject.org/packages/mock-core-configs/32.6/1.fc31/noarch/mock-core-configs-32.6-1.fc31.noarch.rpm
when:
- devel