packit/plans/full.fmf
Packit 3d68401b49 Update to 0.101.0 upstream release
- Resolves: rhbz#2310376

Upstream tag: 0.101.0
Upstream commit: 4bd2dc81

Commit authored by Packit automation (https://packit.dev/)
2024-09-06 09:22:53 +00:00

23 lines
998 B
Text

summary: Unit, integration & functional tests.
discover+:
filter: tag:full
adjust:
- when: "initiator == packit"
because: "have the latest builds of ogr and specfile available for upstream test jobs"
prepare+:
# enable packit-dev Copr repo to get the latest builds of ogr and specfile
- how: install
copr: packit/packit-dev
# make sure the Copr repo has higher priority than TF Tag Repository
- how: shell
script: sed -i -n '/^priority=/!p;$apriority=5' /etc/yum.repos.d/*:packit:packit-dev.repo
# upgrade ogr and specfile in case they are already installed
- how: shell
script: dnf -y upgrade python3-ogr python3-specfile
- when: "distro == rhel-9 or distro == centos-9 or distro == centos-stream-9"
because: "build and deepdiff are not in EPEL 9"
prepare+:
- how: install
package: python3-pip
- how: shell
script: pip3 install build 'deepdiff < 8.0.0' # version 8.0.0 depends on numpy