From 966f2020f86abad5f03be20682534cae5d15d6f7 Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Mon, 15 Aug 2022 10:09:41 +0200 Subject: [PATCH 1/3] packit: build SRPM in Copr srpm_build_deps switch changes the behavior Signed-off-by: Tomas Tomecek --- .packit.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.packit.yaml b/.packit.yaml index 938308e..188a9ee 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -1,3 +1,4 @@ +srpm_build_deps: [] upstream_tag_template: v{version} jobs: - job: copr_build From 84bf1588681d9b68b471c0128431ab033f02c917 Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Mon, 15 Aug 2022 10:10:20 +0200 Subject: [PATCH 2/3] packit: metadata field is no longer needed Signed-off-by: Tomas Tomecek --- .packit.yaml | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 188a9ee..8ced269 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -3,20 +3,18 @@ upstream_tag_template: v{version} jobs: - job: copr_build trigger: pull_request - metadata: - targets: - - fedora-all - - epel-7-x86_64 - - epel-8-x86_64 - - centos-stream-9-x86_64 + targets: + - fedora-all + - epel-7-x86_64 + - epel-8-x86_64 + - centos-stream-9-x86_64 - job: tests trigger: pull_request - metadata: - targets: - - fedora-all - - epel-7-x86_64 - - epel-8-x86_64 - - centos-stream-9-x86_64 + targets: + - fedora-all + - epel-7-x86_64 + - epel-8-x86_64 + - centos-stream-9-x86_64 synced_files: - tuned.spec From 29d170238fb3c9de278b0cd5ac55908f4542a150 Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Mon, 15 Aug 2022 10:10:38 +0200 Subject: [PATCH 3/3] packit: s/synced_files/files_to_sync/ the field was renamed Signed-off-by: Tomas Tomecek --- .packit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.packit.yaml b/.packit.yaml index 8ced269..e93c995 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -16,6 +16,6 @@ jobs: - epel-8-x86_64 - centos-stream-9-x86_64 -synced_files: +files_to_sync: - tuned.spec - .packit.yaml