install latest mock and latest glib2
due createrepo_c
This commit is contained in:
parent
d6d6148e84
commit
e4b36f9e5d
1 changed files with 6 additions and 1 deletions
|
@ -59,7 +59,12 @@
|
||||||
- pyliblzma
|
- pyliblzma
|
||||||
|
|
||||||
- name: make sure newest rpm
|
- name: make sure newest rpm
|
||||||
action: yum name=rpm state=latest
|
action: yum name={{ item }} state=latest
|
||||||
|
with_items:
|
||||||
|
- rpm
|
||||||
|
- glib2
|
||||||
|
|
||||||
|
- yum: name=mock enablerepo=epel-testing state=latest
|
||||||
|
|
||||||
- name: mockbuilder user
|
- name: mockbuilder user
|
||||||
action: user name=mockbuilder groups=mock
|
action: user name=mockbuilder groups=mock
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue