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:
parent
9b3edecb42
commit
ece433f703
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue