workaround for BZ 1241507

dnf on F22 is unable to follow failover=priority and fails to install fedpkg-copr package
We have to enforce usage of yum-deprecated
This commit is contained in:
Miroslav Suchý 2015-07-09 13:09:07 +02:00
parent 9b3edecb42
commit ece433f703

View file

@ -17,7 +17,9 @@
- libselinux-python
- libsemanage-python
- yum
- fedpkg-copr
# - fedpkg-copr
# BZ 1241507
- shell: yum-deprecated install fedpkg-copr || yum install fedpkg-copr
- get_url: url=https://kojipkgs.fedoraproject.org//packages/mock/1.2.10/1.fc21/noarch/mock-1.2.10-1.fc21.noarch.rpm dest=/tmp/
- yum: state=present name=/tmp/mock-1.2.10-1.fc21.noarch.rpm