Update to 0.30.0 upstream release

Upstream tag: 0.30.0
Upstream commit: 85a0b40d

Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
Packit 2024-06-26 12:25:35 +00:00
commit 6fbc47a40c
8 changed files with 32 additions and 6 deletions

View file

@ -2,3 +2,9 @@ summary:
Unit & integration tests
discover+:
filter: tier:1
adjust:
- when: "distro == rhel-8"
because: "only platform-python is installed on RHEL 8 by default"
prepare+:
- how: install
package: python3

View file

@ -1,6 +1,6 @@
discover:
how: fmf
url: https://github.com/packit/specfile.git
ref: 0ba5f9ffec8b03d16ecf6741226e44731a450d45
ref: 85a0b40d8c05817614cbc7a663d59f18db75484e
execute:
how: tmt

View file

@ -2,7 +2,7 @@ discover:
how: fmf
url: https://github.com/packit/packit
filter: tier:0 | tier:1
ref: 9a08d7fc32ed39516af06e09204ad70fd2827f96
ref: 9f47528040e3ee9bfc68d51f030b74d38bb82207
prepare:
- how: install
copr: packit/packit-dev

View file

@ -2,3 +2,9 @@ summary:
Basic smoke test
discover+:
filter: tier:0
adjust:
- when: "distro == rhel-8"
because: "only platform-python is installed on RHEL 8 by default"
prepare+:
- how: install
package: python3