From adb12eed4e07e972473dc90fb58c82c125dc500d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Wed, 2 Aug 2023 16:59:09 +0200 Subject: [PATCH] Configure upstream tag template --- .packit.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.packit.yaml b/.packit.yaml index 523848b..55c8875 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -8,6 +8,7 @@ specfile_path: man-pages.spec upstream_package_name: man-pages # This won't work until this issue is resolved: https://github.com/packit/packit-service/issues/1907 upstream_project_url: https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git +upstream_tag_template: man-pages-{version} # downstream (Fedora) RPM package name downstream_package_name: man-pages