From 9d4c08ff2af1e790bdb2aa6e78bdaaa89d16edfb Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Thu, 10 Mar 2022 14:16:51 +0100 Subject: [PATCH] packit: build SRPM in Copr and be able to specify the precise list of deps needed to create the SRPM Details: https://packit.dev/posts/copr-srpms/ Signed-off-by: Tomas Tomecek --- packit.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packit.yaml b/packit.yaml index 15f9f1e..2d24d21 100644 --- a/packit.yaml +++ b/packit.yaml @@ -3,6 +3,9 @@ # See https://packit.dev/docs/configuration/ for the format of this file specfile_path: cockpit-starter-kit.spec +srpm_build_deps: +- make +- npm actions: post-upstream-clone: post-upstream-clone: