get rid of no longer needed fedpkg downgrade for copr-backend
This commit is contained in:
parent
8365419d39
commit
fd2a20972b
2 changed files with 4 additions and 7 deletions
|
@ -33,6 +33,8 @@
|
|||
# BZ 1241507
|
||||
- shell: yum-deprecated install -y fedpkg-copr || yum install -y fedpkg-copr
|
||||
|
||||
- shell: yum-deprecated install -y fedpkg || yum install -y fedpkg
|
||||
|
||||
# This needs to be updated for python-fedora
|
||||
- shell: yum-deprecated update -y python-requests || yum install -y python-requests
|
||||
|
||||
|
@ -124,6 +126,3 @@
|
|||
dest: '/etc/rpm/macros.image-language-conf'
|
||||
regexp: '^%_install_lang.*'
|
||||
state: 'absent'
|
||||
|
||||
- name: we need to have older fedpkg till BZ 1315423 is resolved
|
||||
shell: dnf install -y https://kojipkgs.fedoraproject.org//packages/fedpkg/1.20/2.fc23/noarch/fedpkg-1.20-2.fc23.noarch.rpm
|
||||
|
|
|
@ -36,6 +36,8 @@
|
|||
# BZ 1241507
|
||||
- shell: yum-deprecated install -y fedpkg-copr || yum install -y fedpkg-copr
|
||||
|
||||
- shell: yum-deprecated install -y fedpkg || yum install -y fedpkg
|
||||
|
||||
# This needs to be updated for python-fedora
|
||||
- shell: yum-deprecated update -y python-requests || yum install -y python-requests
|
||||
|
||||
|
@ -90,7 +92,3 @@
|
|||
dest: '/etc/rpm/macros.image-language-conf'
|
||||
regexp: '^%_install_lang.*'
|
||||
state: 'absent'
|
||||
|
||||
- name: we need to have older fedpkg till BZ 1315423 is resolved
|
||||
shell: dnf install -y https://kojipkgs.fedoraproject.org//packages/fedpkg/1.20/2.fc23/noarch/fedpkg-1.20-2.fc23.noarch.rpm
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue