From 87d129988802504d94a10bdff87144d62c440517 Mon Sep 17 00:00:00 2001 From: Laura Barcziova Date: Wed, 9 Mar 2022 12:20:07 +0100 Subject: [PATCH] Packit: build SRPMs in Copr Add srpm_build_deps key to the Packit configuration to specify the needed dependencies for SRPM build and indicate to build SRPM in Copr. --- .packit.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.packit.yaml b/.packit.yaml index f38576e1..92d79f56 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -13,6 +13,7 @@ copy_upstream_release_description: true upstream_tag_template: v{version} +srpm_build_deps: [] actions: get-current-version: bash -c "git describe --tags --abbrev=0 | sed 's|v||'"