diff --git a/.packit.yaml b/.packit.yaml index dce8acc3..9135b511 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -1,5 +1,5 @@ --- -packit_instances: ["prod", "stg"] +packit_instances: ["stg"] specfile_path: hello.spec files_to_sync: - .packit.yaml diff --git a/hello.spec b/hello.spec index afd23b0d..1a7cde6d 100644 --- a/hello.spec +++ b/hello.spec @@ -17,6 +17,9 @@ BuildRequires: python3-setuptools %autosetup -n %{name}-%{version} %build +%if 0%{?fedora} < 42 +exit 1 +%endif %py3_build %install