Blame plans/packit-integration.fmf

Packit 28abf74
discover:
Packit 28abf74
    how: fmf
Packit 28abf74
    url: https://github.com/packit/packit
Packit 28abf74
    filter: tier:0 | tier:1
Packit a2f3641
    ref: fe9462574c5e15f02c10cf8f6049a3d6c1671040
Packit 28abf74
prepare:
Packit 28abf74
  - how: install
Packit 28abf74
    copr: packit/packit-dev
Packit 28abf74
  - how: shell
Packit 28abf74
    script: dnf -y config-manager --save --setopt="*:packit:packit-dev.priority=5"
Packit 28abf74
adjust:
Packit 28abf74
  - when: how == integration
Packit 28abf74
    because: provide latest python-specfile rpm when running locally
Packit 28abf74
    prepare+:
Packit 28abf74
      - name: python3-specfile rpm
Packit 28abf74
        how: install
Packit 28abf74
        directory: noarch/
Packit 28abf74
  - when: distro == rhel-9 or distro == centos-9 or distro == centos-stream-9
Packit ea0fc83
    because: 'build and deepdiff are not in EPEL 9: https://bugzilla.redhat.com/show_bug.cgi?id=2120251'
Packit 28abf74
    prepare+:
Packit 28abf74
      - how: install
Packit 28abf74
        package: python3-pip
Packit 28abf74
      - how: shell
Packit ea0fc83
        script: pip3 install build deepdiff
Packit 28abf74
  - when: distro == rhel-8 or distro == centos-8 or distro == centos-stream-8
Packit 28abf74
    because: packit doesn't support EL 8
Packit 28abf74
    enabled: false