diff --git a/.packit.yaml b/.packit.yaml index 0178029..81b75fe 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. diff --git a/packit.spec b/packit.spec index c60075a..53ca3e3 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 @@ -36,7 +37,7 @@ Requires: rpmdevtools # Copying files between repositories Requires: rsync -Recommends: osh-cli +Recommends: osh-cli %description -n python3-packit Python library for Packit,