Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kanku for openSUSE:Factory checked in at 2024-05-16 17:16:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kanku (Old) and /work/SRC/openSUSE:Factory/.kanku.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kanku" Thu May 16 17:16:22 2024 rev:22 rq:1174412 version:0.17.1 Changes: -------- --- /work/SRC/openSUSE:Factory/kanku/kanku.changes 2024-04-14 12:24:30.745327659 +0200 +++ /work/SRC/openSUSE:Factory/.kanku.new.1880/kanku.changes 2024-05-16 17:19:02.508330387 +0200 @@ -1,0 +2,42 @@ +Thu May 16 05:55:14 UTC 2024 - Frank Schreiner <[email protected]> + +- Update to version 0.17.1: + * FEATURES + * [setup] [Closes: #44](https://github.com/M0ses/kanku/issues/44) Write systemd network config + * [cli] add option `--pseudo_terminal` to the `ssh` command + * [cli] Feature: print randomized passwords at the end of `kanku up` + * [handler] CreateDomain: new option 'no_wait_for_bootloader' + * [examples] add KankuFile.openSUSE-Leap-15.5-official + Signature + * [examples] add KankuFile.openSUSE-Tumbleweed-sdboot + Signature + * [templates] new VM template: vm-x86_64-uefi-tpm2.0.tt2 + * [templates] init.tt2: add Kanku::Handler::CopyProfile + * [doc] enhance CONTRIBUTING.md + * [core] made Kanku::Config::Defaults "setup" ready + - add defaults for + - Kanku::Setup::Devel + - Kanku::Setup::Server::Distributed + - Kanku::Setup::Server::Standalone + * BUGFIXES + * [dist] VM templates: improvments for serial console + * [cli] setup: + * add user to group kvm if exists + * fixes permission problems on debian + * backup /etc/group before configuring libvirt + * [dist] VM templates: improvments for serial console + * [cli] setup: + - add user to group `kvm` if exists + - fixes permission problems on debian + - backup `/etc/group` before configuring libvirt + * [cli] return rc > 0 if `kanku up` fails + * [core][fix] improvements for Kanku::Config::Defaults + - Better handling if empty defaults + - merge default settings with configured settings instead of overwriting defaults + * [setup] use libvirt network name as bridge name + * [util] VM: log domain XML only on error + * [util] CurlHttpDownload: create cache_dir before download if dir not exists + * [dist] change Net::OBS::Client version to 0.1.3 + * [templates] cleanup existing VM templates + * [dist] added templates to install in Makefile + * [core] cleanup cpio api leftovers + +------------------------------------------------------------------- @@ -312,0 +355,2 @@ + + Old: ---- kanku-0.17.0.tar.xz New: ---- kanku-0.17.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kanku.spec ++++++ --- /var/tmp/diff_new_pack.1r6z4B/_old 2024-05-16 17:19:02.988347785 +0200 +++ /var/tmp/diff_new_pack.1r6z4B/_new 2024-05-16 17:19:02.988347785 +0200 @@ -22,7 +22,7 @@ Name: kanku # Version gets set by obs-service-tar_scm -Version: 0.17.0 +Version: 0.17.1 Release: 0 License: GPL-3.0-only Summary: Development and continuous integration @@ -65,7 +65,7 @@ BuildRequires: perl(MooseX::App) BuildRequires: perl(MooseX::Singleton) BuildRequires: perl(Net::IP) -BuildRequires: perl(Net::OBS::Client) >= 0.1.2 +BuildRequires: perl(Net::OBS::Client) >= 0.1.3 BuildRequires: perl(Libssh::Session) BuildRequires: perl(Path::Class) BuildRequires: perl(Plack) @@ -226,6 +226,7 @@ %dir /etc/kanku/templates/cmd/setup %config /etc/kanku/templates/default-vm.tt2 %config /etc/kanku/templates/with-spice.tt2 +%config /etc/kanku/templates/vm-x86_64-uefi-tpm2.0.tt2 %config /etc/kanku/templates/cmd/init.tt2 %config /etc/kanku/templates/cmd/setup/* %dir /etc/kanku/templates/examples-vm/ ++++++ debian.changelog ++++++ --- /var/tmp/diff_new_pack.1r6z4B/_old 2024-05-16 17:19:03.044349814 +0200 +++ /var/tmp/diff_new_pack.1r6z4B/_new 2024-05-16 17:19:03.048349959 +0200 @@ -1,3 +1,43 @@ +kanku (0.17.1) unstable; urgency=medium + + * updated to upstream version 0.17.1 + * FEATURES + * [setup] [Closes: #44](https://github.com/M0ses/kanku/issues/44) Write systemd network config + * [cli] add option `--pseudo_terminal` to the `ssh` command + * [cli] Feature: print randomized passwords at the end of `kanku up` + * [handler] CreateDomain: new option 'no_wait_for_bootloader' + * [examples] add KankuFile.openSUSE-Leap-15.5-official + Signature + * [examples] add KankuFile.openSUSE-Tumbleweed-sdboot + Signature + * [templates] new VM template: vm-x86_64-uefi-tpm2.0.tt2 + * [templates] init.tt2: add Kanku::Handler::CopyProfile + * [doc] enhance CONTRIBUTING.md + * [core] made Kanku::Config::Defaults "setup" ready + + - add defaults for + - Kanku::Setup::Devel + - Kanku::Setup::Server::Distributed + - Kanku::Setup::Server::Standalone + * BUGFIXES + * [dist] VM templates: improvments for serial console + * [cli] setup: + * add user to group kvm if exists + * fixes permission problems on debian + * backup /etc/group before configuring libvirt + * [cli] return rc > 0 if `kanku up` fails + * [core][fix] improvements for Kanku::Config::Defaults + + - Better handling if empty defaults + - merge default settings with configured settings instead of overwriting defaults + * [setup] use libvirt network name as bridge name + * [util] VM: log domain XML only on error + * [util] CurlHttpDownload: create cache_dir before download if dir not exists + * [dist] change Net::OBS::Client version to 0.1.3 + * [templates] cleanup existing VM templates + * [dist] added templates to install in Makefile + * [core] cleanup cpio api leftovers + + -- Frank Schreiner <[email protected]> Thu, 16 May 2024 05:18:35 +0000 + kanku (0.17.0) unstable; urgency=medium * updated to upstream version 0.17.0 @@ -22,7 +62,7 @@ * [dist] fix mkdir for system-user-kankurun.conf * [dist] more fixes for spec - -- Frank Schreiner <[email protected]> Fri, 12 Apr 2024 13:35:09 +0000 + -- Frank Schreiner <[email protected]> Fri, 12 Apr 2024 13:35:09 +0000 kanku (0.16.2) unstable; urgency=medium ++++++ debian.dsc ++++++ --- /var/tmp/diff_new_pack.1r6z4B/_old 2024-05-16 17:19:03.088351409 +0200 +++ /var/tmp/diff_new_pack.1r6z4B/_new 2024-05-16 17:19:03.092351554 +0200 @@ -2,7 +2,7 @@ Source: kanku Binary: kanku Architecture: any -Version: 0.17.0 +Version: 0.17.1 Maintainer: Frank Schreiner <[email protected]> Standards-Version: 3.8.2 Homepage: https://github.com/M0ses/kanku ++++++ kanku-0.17.0.tar.xz -> kanku-0.17.1.tar.xz ++++++ ++++ 1685 lines of diff (skipped)
