From 028ac51754bdb037a5ae54db8086e3d1e766b2d0f98cfa39be247e82b87526d1 Mon Sep 17 00:00:00 2001 From: Frank Schreiner Date: Mon, 8 Nov 2021 10:43:57 +0000 Subject: [PATCH] added missing patch OBS-URL: https://build.opensuse.org/package/show/devel:kanku/kanku?expand=0&rev=127 --- 0001_dancer-config.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 0001_dancer-config.patch diff --git a/0001_dancer-config.patch b/0001_dancer-config.patch new file mode 100644 index 0000000..28d4206 --- /dev/null +++ b/0001_dancer-config.patch @@ -0,0 +1,20 @@ +commit 9f467bc8890a0c2f04366fafa9611c3a4c8bce37 +Author: Frank Schreiner +Date: Mon Jun 28 13:57:16 2021 +0200 + + fix dancer config template - removed duplicate session key + +diff --git a/etc/templates/cmd/setup/dancer-config.yml.tt2 b/etc/templates/cmd/setup/dancer-config.yml.tt2 +index 51ec1ab..23baf2b 100644 +--- a/etc/templates/cmd/setup/dancer-config.yml.tt2 ++++ b/etc/templates/cmd/setup/dancer-config.yml.tt2 +@@ -29,9 +29,6 @@ views: /usr/share/kanku/views + + environment: production + +-#template: "simple" +-session: "YAML" +- + template: "template_toolkit" + session: "YAML" + engines: