File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# pip3 install packit from this repo.
22
3- FROM quay.io/packit/base:c9s
3+ FROM quay.io/packit/base:fedora
44
55WORKDIR /src
66
Original file line number Diff line number Diff line change 11# Packit (test) dependencies.
22# To run tests locally via 'make check-in-container'.
33
4- FROM quay.io/packit/base:c9s
4+ FROM quay.io/packit/base:fedora
55
66COPY files/tasks/*.yaml /files/tasks/
77COPY files/*.yaml /files/
Original file line number Diff line number Diff line change 99 - python3-gitlab
1010 - python3-pygithub
1111 - python3-distro
12- - rpmautospec-rpm-macros
1312 state : present
1413 become : true
1514
2524 when : ansible_facts['distribution'] == 'Fedora'
2625 become : true
2726
27+ - name : (EPEL) Install dependencies as RPMs
28+ ansible.builtin.dnf :
29+ name :
30+ - rpmautospec-rpm-macros
31+ state : present
32+ when : ansible_facts['distribution'] != 'Fedora'
33+ become : true
34+
2835# packages not in epel, install from PyPI
2936- name : (EPEL) Install dependencies from PyPI
3037 ansible.builtin.pip :
You can’t perform that action at this time.
0 commit comments