Add hotfix for koschei changed group
This commit is contained in:
parent
35c1a856e5
commit
bff81cccfc
1 changed files with 9 additions and 0 deletions
|
@ -123,3 +123,12 @@
|
|||
tags:
|
||||
- koschei
|
||||
- config
|
||||
|
||||
- name: HOTFIX koji changed default group type
|
||||
lineinfile: >
|
||||
dest=/usr/lib/python2.7/site-packages/koschei/resolver.py
|
||||
regexp="if not package['blocked'] and package['type'] == '[^']*']"
|
||||
line="if not package['blocked'] and package['type'] == 'mandatory']"
|
||||
tags:
|
||||
- koschei
|
||||
- hotfix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue