Upstream tag: 0.20.2 Upstream commit: 4486a88c 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/rpms/python-specfile.git refs/heads/*:refs/remotes/packit/* git checkout packit/0.20.2-rawhide-update-propose_downstream ```
27 lines
952 B
Text
27 lines
952 B
Text
discover:
|
|
how: fmf
|
|
url: https://github.com/packit/packit
|
|
filter: tier:0 | tier:1
|
|
ref: 4b998555d18e3e7abfb7a521b3b65a34de02dc76
|
|
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
|
|
- when: distro == rhel-8 or distro == centos-8 or distro == centos-stream-8
|
|
because: packit doesn't support EL 8
|
|
enabled: false
|