Upstream tag: 0.22.0 Upstream commit: e49e5e3f If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit’s fork): ``` git fetch https://src.fedoraproject.org/forks/packit-stg/rpms/python-specfile.git refs/heads/*:refs/remotes/packit-stg/* git checkout packit-stg/0.22.0-f39-update-propose_downstream ```
27 lines
959 B
Text
27 lines
959 B
Text
discover:
|
|
how: fmf
|
|
url: https://github.com/packit/packit
|
|
filter: tier:0 | tier:1
|
|
ref: 6208d3bf6bd7b22fcf9e7658e1ffd163fbab0b62
|
|
prepare:
|
|
- how: install
|
|
copr: packit/packit-dev
|
|
- how: shell
|
|
script: dnf -y config-manager --save --setopt="*:packit:packit-dev.priority=5"
|
|
adjust:
|
|
- when: how == integration
|
|
because: provide latest python-specfile rpm when running locally
|
|
prepare+:
|
|
- name: python3-specfile rpm
|
|
how: install
|
|
directory: noarch/
|
|
- when: distro == rhel-9 or distro == centos-9 or distro == centos-stream-9
|
|
because: 'flexmock and deepdiff are not in EPEL 9: https://bugzilla.redhat.com/show_bug.cgi?id=2120251'
|
|
prepare+:
|
|
- how: install
|
|
package: python3-pip
|
|
- how: shell
|
|
script: pip3 install flexmock deepdiff==6.3.1
|
|
- when: distro == rhel-8 or distro == centos-8 or distro == centos-stream-8
|
|
because: packit doesn't support EL 8
|
|
enabled: false
|