copr: builders: update libcurl to latest version for now

https://bugzilla.redhat.com/show_bug.cgi?id=1690971
This commit is contained in:
Pavel Raiskup 2019-09-06 07:34:20 +02:00 committed by Pierre-Yves Chibon
parent e25167c02e
commit c6d033d8fc

View file

@ -36,8 +36,11 @@
when:
- prepare_base_image is defined
- name: install copr-builder
dnf: state=latest pkg=copr-builder
- name: install copr-builder and other latest packages
dnf: state=latest pkg={{ item }}
with_items:
- copr-builder
- libcurl # temporarily, for rhbz#1690971
- name: run /bin/copr-update-builder from copr-builder package
shell: /usr/bin/copr-update-builder