From 86ac6f3d31b57b08356eae455b3c1f199f4f5b06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Fri, 20 Sep 2024 14:44:15 +0200 Subject: [PATCH 1/3] WS fix --- packit.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packit.spec b/packit.spec index 8fba1f6..6b61a40 100644 --- a/packit.spec +++ b/packit.spec @@ -36,7 +36,7 @@ Requires: rpmdevtools # Copying files between repositories Requires: rsync -Recommends: osh-cli +Recommends: osh-cli %description -n python3-packit Python library for Packit, From 36f85d814bf0aedb682e7ce9ebf57d0badfe2634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Fri, 20 Sep 2024 14:48:49 +0200 Subject: [PATCH 2/3] Test1 --- .packit.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.packit.yaml b/.packit.yaml index 06fd322..9653901 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -1,4 +1,5 @@ --- + # We want to use both instances for all upstream jobs including the `propose-downstream` one. # For downstream, we need to pick just one instance (`stg` in our case) # and redefine it for the `koji_build` and `bodhi_update` jobs. From b1ee3511d08fa0215a4de767961b4bbdeeacaa92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Fri, 20 Sep 2024 14:49:05 +0200 Subject: [PATCH 3/3] Test2 --- packit.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packit.spec b/packit.spec index 6b61a40..1a94624 100644 --- a/packit.spec +++ b/packit.spec @@ -1,4 +1,5 @@ # Testing dependencies: deepdiff, flexmock are missing on EPEL 9. Cannot use testing environment + %if 0%{?el9} %bcond_with tests %else