From 14a0f9df60523a3ab839264c4ea20ca857570704 Mon Sep 17 00:00:00 2001 From: Maja Massarini Date: Mon, 17 Oct 2022 12:36:16 +0200 Subject: [PATCH 1/2] Add .packit.yaml --- .packit.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .packit.yaml diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 0000000..fb5e014 --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,14 @@ +# See the documentation for more information: +# https://packit.dev/docs/configuration/ + +specfile_path: python-knx-stack.spec + +# add or remove files that should be synced +files_to_sync: + - python-knx-stack.spec + - .packit.yaml + +# name in upstream package repository or registry (e.g. in PyPI) +upstream_package_name: knx-stack +# downstream (Fedora) RPM package name +downstream_package_name: knx-stack From 6e4999014ae6a4444dada757483542171195b989 Mon Sep 17 00:00:00 2001 From: Maja Massarini Date: Mon, 17 Oct 2022 12:36:16 +0200 Subject: [PATCH 2/2] Add .packit.yaml --- .packit.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.packit.yaml b/.packit.yaml index fb5e014..af11a28 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -1,6 +1,7 @@ # See the documentation for more information: # https://packit.dev/docs/configuration/ +packit_instances: ["stg"] specfile_path: python-knx-stack.spec # add or remove files that should be synced