Accepting request 932240 from devel:kanku
- Update to version 0.11.0: * see RELEASE-NOTES-0.11.0.md in the doc dir of your packages * PATCH removed 0001_dancer-config.patch - included in new release OBS-URL: https://build.opensuse.org/request/show/932240 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kanku?expand=0&rev=6
This commit is contained in:
commit
d3a4b4aa0a
@ -1,20 +0,0 @@
|
|||||||
commit 9f467bc8890a0c2f04366fafa9611c3a4c8bce37
|
|
||||||
Author: Frank Schreiner <schreiner@suse.de>
|
|
||||||
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:
|
|
4
_service
4
_service
@ -10,9 +10,7 @@
|
|||||||
<param name="extract">dist/debian.control</param>
|
<param name="extract">dist/debian.control</param>
|
||||||
<param name="extract">dist/debian.dsc</param>
|
<param name="extract">dist/debian.dsc</param>
|
||||||
<param name="extract">dist/debian.rules</param>
|
<param name="extract">dist/debian.rules</param>
|
||||||
<param name="revision">master</param>
|
<param name="revision">0.11.0</param>
|
||||||
<param name="latest-signed-tag">true</param>
|
|
||||||
<param name="maintainers-asc">_maintainers.asc</param>
|
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/M0ses/kanku.git</param>
|
<param name="url">https://github.com/M0ses/kanku.git</param>
|
||||||
<param name="changesrevision">b7d7c38fa7a2d511339500a11ad9e4b3e1fd8470</param></service></servicedata>
|
<param name="changesrevision">c787564e5c62d1c7bdcafc8ccaf2b843e9042c97</param></service></servicedata>
|
@ -1,6 +1,7 @@
|
|||||||
kanku (0.10.4-0) UNRELEASED; urgency=medium
|
kanku (0.11.0-0) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* updated to upstream version 0.10.1
|
* updated to upstream version 0.11.0
|
||||||
|
* see RELEASE-NOTES-0.11.0.md
|
||||||
|
|
||||||
-- Frank Schreiner <fschreiner@suse.de> Thu, 04 Feb 2021 07:58:17 +0100
|
-- Frank Schreiner <fschreiner@suse.de> Thu, 04 Feb 2021 07:58:17 +0100
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ Format: 1.0
|
|||||||
Source: kanku
|
Source: kanku
|
||||||
Binary: kanku
|
Binary: kanku
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Version: 0.10.4
|
Version: 0.11.0
|
||||||
Maintainer: Frank Schreiner <fschreiner@suse.de>
|
Maintainer: Frank Schreiner <fschreiner@suse.de>
|
||||||
Standards-Version: 3.8.2
|
Standards-Version: 3.8.2
|
||||||
Homepage: https://github.com/M0ses/kanku
|
Homepage: https://github.com/M0ses/kanku
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3c67340a4b0a672896b305b2150bd465a53644024634b2498432f8f58d199db3
|
|
||||||
size 4814224
|
|
3
kanku-0.11.0.tar.xz
Normal file
3
kanku-0.11.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2d00f2e92f3840043a86fb1459020fc7407fff07fc01583f789bf00eddaee460
|
||||||
|
size 4844996
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 18 09:26:27 UTC 2021 - FSchreiner@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.11.0:
|
||||||
|
* see RELEASE-NOTES-0.11.0.md in the doc dir of your packages
|
||||||
|
* PATCH removed 0001_dancer-config.patch - included in new
|
||||||
|
release
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 24 12:55:08 UTC 2021 - Frank Schreiner <FSchreiner@suse.com>
|
Sun Oct 24 12:55:08 UTC 2021 - Frank Schreiner <FSchreiner@suse.com>
|
||||||
|
|
||||||
|
13
kanku.spec
13
kanku.spec
@ -22,15 +22,17 @@
|
|||||||
|
|
||||||
Name: kanku
|
Name: kanku
|
||||||
# Version gets set by obs-service-tar_scm
|
# Version gets set by obs-service-tar_scm
|
||||||
Version: 0.10.4
|
Version: 0.11.0
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
Summary: Development and continuous integration
|
Summary: Development and continuous integration
|
||||||
URL: https://github.com/M0ses/kanku
|
URL: https://github.com/M0ses/kanku
|
||||||
Group: Productivity/Networking/Web/Utilities
|
Group: Productivity/Networking/Web/Utilities
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
Patch0: 0001_dancer-config.patch
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
# Thanks to pallavides@gmail.com
|
||||||
|
# Cannot build s390x as it cannot find 'etc/templates/default-vm.tt2.s390x'
|
||||||
|
ExcludeArch: s390x
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
@ -176,6 +178,11 @@ Requires: perl(Archive::Cpio)
|
|||||||
Requires: perl(LWP::Protocol::https)
|
Requires: perl(LWP::Protocol::https)
|
||||||
Requires: perl(Mail::Sendmail)
|
Requires: perl(Mail::Sendmail)
|
||||||
Requires: perl(UUID)
|
Requires: perl(UUID)
|
||||||
|
%if 0%{?suse_version}
|
||||||
|
Requires: openssl(cli)
|
||||||
|
%else
|
||||||
|
Requires: openssl
|
||||||
|
%endif
|
||||||
|
|
||||||
Conflicts: perl-DBD-SQLite-Amalgamation
|
Conflicts: perl-DBD-SQLite-Amalgamation
|
||||||
|
|
||||||
@ -186,7 +193,7 @@ common config and lib files used in kanku
|
|||||||
%tmpfiles_create %_tmpfilesdir/kanku.conf
|
%tmpfiles_create %_tmpfilesdir/kanku.conf
|
||||||
|
|
||||||
%files common
|
%files common
|
||||||
%doc README.md
|
%doc README.md RELEASE-NOTES-0.11.0.md
|
||||||
|
|
||||||
%dir /usr/lib/kanku
|
%dir /usr/lib/kanku
|
||||||
%dir /usr/lib/kanku/lib
|
%dir /usr/lib/kanku/lib
|
||||||
|
Loading…
Reference in New Issue
Block a user