From 9215ee6bd1243304c3978129cf422a17e24c0f6d Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 23 Aug 2023 16:55:18 +0200 Subject: [PATCH] Added packit config --- .packit.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.packit.yaml b/.packit.yaml index 4739c30..48853c8 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -1,3 +1,17 @@ +# See the documentation for more information: +# https://packit.dev/docs/configuration/ + +specfile_path: ipcalc.spec + +# add or remove files that should be synced +files_to_sync: + - ipcalc.spec + - .packit.yaml + +# name in upstream package repository or registry (e.g. in PyPI) +upstream_package_name: ipcalc +# downstream (Fedora) RPM package name +downstream_package_name: ipcalc upstream_project_url: https://gitlab.com/ipcalc/ipcalc issue_repository: https://gitlab.com/ipcalc/ipcalc copy_upstream_release_description: true