From: Laura Barcziova Date: Wed, 9 Mar 2022 06:50:29 +0000 (+0100) Subject: Packit: build SRPMs in Copr X-Git-Tag: v251-rc1~184 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d15e1a29e3aab04ee79d5e3ec8e1e65fca78e165;p=thirdparty%2Fsystemd.git Packit: build SRPMs in Copr Add srpm_build_deps key to the Packit config to specify needed dependencies for SRPM build and indicate to build SRPM in Copr. --- diff --git a/.packit.yml b/.packit.yml index 438b37507e1..a7502b25b40 100644 --- a/.packit.yml +++ b/.packit.yml @@ -13,6 +13,7 @@ downstream_package_name: systemd # `git describe` returns in systemd's case 'v245-xxx' which breaks RPM version # detection (that expects 245-xxxx'). Let's tweak the version string accordingly upstream_tag_template: "v{version}" +srpm_build_deps: [] actions: post-upstream-clone: