We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6ea65 commit af8392dCopy full SHA for af8392d
plans/main.fmf
@@ -5,6 +5,10 @@ execute:
5
prepare:
6
- how: feature
7
epel: enabled
8
+ # TODO: Revisit this once https://github.com/teemtee/tmt/issues/3990 is in place.
9
+ # FIXME: For whatever reason, CentOS Stream envs end up upgrading container-selinux
10
+ # from podman-next instead of using the one installed by Packit. This apparently should
11
+ # be easier to handle once tmt#3990 is done. Things work as expected on Fedora already.
12
- when: initiator == packit
13
how: shell
14
script: |
0 commit comments