From facaeeb8f332379e048f2ff2f46e21389e206179 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 24 May 2023 13:07:03 -0400 Subject: [PATCH] Packit: disable builds on podman-next copr Podman upstream now syncs the rpm spec file with Fedora dist-git. This podman.spec also builds gvisor-tap-vsock as a subpackage which conflicts with the standalone gvisor-tap-vsock package on podman-next. Ref: https://github.com/containers/podman/pull/18465 This commit will disable build tasks on `rhcontainerbot/podman-next` to avoid installation conflicts. The copr build tasks on every PR will still continue to check for any potential build issues. Signed-off-by: Lokesh Mandvekar --- .packit.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 428f47cb0..0754032fd 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -24,8 +24,8 @@ jobs: fix-spec-file: - "bash .packit.sh" - - <<: *copr + #- <<: *copr # Run on commit to main branch - trigger: commit - branch: main - project: podman-next + #trigger: commit + #branch: main + #project: podman-next