SHA256
1
0
forked from pool/kanku

- Update to version 0.12.3:

* [web] fix outdated cached settings in "Job Groups"
  * [cli] added job_groups to check_configs command
  * [core] fixed config read
  * [core] improvments for config file handling
  * [core] improved iptables/ss/netstat handling
    * Fixes #boo 1196604
  * [setup] removed backup of sudoers file
  * removed ssh_user from KankuFile
  * [dist] change default logging to stderr/journald
  * [util] VM::Image - use new buffer size while uncompressing
  * [common] fixed x-scheme-handler_kanku
  * [handler][bugfix] central config for host_interfaces in PortForward

OBS-URL: https://build.opensuse.org/package/show/devel:kanku/kanku?expand=0&rev=134
This commit is contained in:
Frank Schreiner
2022-03-14 09:21:13 +00:00
committed by Git OBS Bridge
parent bb2d5d50eb
commit db6c1a5bb4
7 changed files with 43 additions and 7 deletions

View File

@@ -22,7 +22,7 @@
Name: kanku
# Version gets set by obs-service-tar_scm
Version: 0.12.2
Version: 0.12.3
Release: 0
License: GPL-3.0-only
Summary: Development and continuous integration
@@ -304,6 +304,16 @@ Requires: perl(Net::AMQP::RabbitMQ)
Command line client for kanku, mainly used for setup tasks
and in developer mode.
%post cli
cat >> %{_localstatedir}/adm/update-messages/%{name}-%{version}-%{release}-something << EOF
WARNING: kankus iptables/ss/netstat handling changed.
Please re-run "kanku setup --devel" if you are using kanku in developer mode.
EOF
%files cli
%dir /usr/share/kanku/views/cli/
%dir /usr/share/kanku/views/cli/rjob
@@ -311,7 +321,10 @@ and in developer mode.
/usr/share/kanku/views/cli/rjob/*.tt
/usr/lib/kanku/lib/Kanku/Cli/
/usr/lib/kanku/lib/Kanku/Cli.pm
/usr/lib/kanku/iptables_wrapper
/usr/lib/kanku/ss_netstat_wrapper
/etc/bash_completion.d/kanku.sh
%ghost %{_localstatedir}/adm/update-messages/%{name}-%{version}-%{release}-something
%package common-server
Summary: Common server files or settings for kanku