From 379c97456bc077636e4031d1f42b3db21fbb728b Mon Sep 17 00:00:00 2001 From: Simon de Vlieger Date: Mon, 3 Feb 2025 12:10:46 +0100 Subject: [PATCH] ci/packit: set downstream name Since our upstream repository name differs from the downstream name we should set the `downstream_package_name` [1] config option. [1]: https://packit.dev/docs/configuration#downstream_package_name Signed-off-by: Simon de Vlieger --- .packit.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.packit.yaml b/.packit.yaml index ce0271e..18f6771 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -1,6 +1,7 @@ # https://packit.dev/docs/configuration/ specfile_path: image-builder.spec +downstream_package_name: image-builder files_to_sync: - image-builder.spec