- Update to version 0.13.0:

* [core] refactored rabbmitmq handling in worker and dispatcher
  * [handler] Reboot: new option 'login_timeout' to wait for console
  * [handler] SaltSSH: added multiple attributes
  * [contrib] removed p2h - already in branch gh-pages-src
  * [cli] ssh: new parameter --x11_forward/-X to enable ssh x11 forwarding

OBS-URL: https://build.opensuse.org/package/show/devel:kanku/kanku?expand=0&rev=139
This commit is contained in:
Frank Schreiner 2022-10-13 06:57:40 +00:00 committed by Git OBS Bridge
parent 8e96c97664
commit 23fa06bfbf
7 changed files with 36 additions and 13 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/M0ses/kanku.git</param>
<param name="changesrevision">fcf4fb2700c14072942d14ddb54c48fe0814a0b8</param></service></servicedata>
<param name="changesrevision">b078f23cfb1a421ab19c4573b94b1c20c174cfd1</param></service></servicedata>

View File

@ -1,4 +1,4 @@
kanku (0.12.7-0) UNRELEASED; urgency=medium
kanku (0.13.0-0) UNRELEASED; urgency=medium
* updated to upstream version 0.10.1

View File

@ -2,7 +2,7 @@ Format: 1.0
Source: kanku
Binary: kanku
Architecture: any
Version: 0.12.7
Version: 0.13.0
Maintainer: Frank Schreiner <fschreiner@suse.de>
Standards-Version: 3.8.2
Homepage: https://github.com/M0ses/kanku

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c3e85880cda86f4e0dc50bbad7a97ff3f20561645d263dd7d4dabe5f63eae53
size 2526024

3
kanku-0.13.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1af1f65915bdcfdeab8494e54a6020511a60c0274fd8c77a44506ac65607eeb6
size 2526804

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Oct 13 06:56:40 UTC 2022 - FSchreiner@suse.com
- Update to version 0.13.0:
* [doc] updated changelog ver: 0.13.0
* [doc] updated release notes 0.13.0
* [core] recreate queues named 'amq.*' without a dedicate queue name
* [core] refactored rabbmitmq handling in worker and dispatcher
* [handler] Reboot: new option 'login_timeout' to wait for console
* [dist] change copy in Makefile from '-av' to '-rv'
* [handler] SaltSSH: added multiple attributes
* [dist] changed 'cp -av' to 'cp -rv'
* [dist] added RELEASE-NOTES and CHANGELOG to spec file
* [doc] updated changelog
* [doc] updated release notes 0.12.7
* [doc] updated release notes 0.12.6
* [doc] updated release notes 0.12.5
* [doc] updated release notes 0.12.4
* [doc] updated release notes 0.12.3
* [doc] updated release notes 0.12.2
* [doc] updated release notes 0.12.1
* [doc] updated release notes 0.12.0
* [contrib] removed p2h - already in branch gh-pages-src
* [dist] added .statocles to .gitignore
* [dist] removed kanku-web.log from default logging conf
* [dist] remove logrotate config - now done with journald
* [cli] ssh: new parameter --x11_forward/-X to enable ssh x11 forwarding
-------------------------------------------------------------------
Thu Jun 23 16:55:29 UTC 2022 - FSchreiner@suse.com

View File

@ -22,7 +22,7 @@
Name: kanku
# Version gets set by obs-service-tar_scm
Version: 0.12.7
Version: 0.13.0
Release: 0
License: GPL-3.0-only
Summary: Development and continuous integration
@ -173,7 +173,6 @@ Requires: perl(YAML::PP)
# but perl-DBD-SQLite-Amalgamation is breaks with SQL syntax errors
# at job_histroy_sub table
Requires: perl-DBD-SQLite
Requires: logrotate
Requires: perl(Archive::Cpio)
Requires: perl(LWP::Protocol::https)
Requires: perl(Mail::Sendmail)
@ -193,7 +192,7 @@ common config and lib files used in kanku
%tmpfiles_create %_tmpfilesdir/kanku.conf
%files common
%doc README.md RELEASE-NOTES-0.11.0.md RELEASE-NOTES-0.12.0.md
%doc README.md RELEASE-NOTES-*.md CHANGELOG.md
%dir /usr/lib/kanku
%dir /usr/lib/kanku/lib
@ -245,9 +244,6 @@ common config and lib files used in kanku
%exclude %dir /etc/profile.d
%config /etc/profile.d/kanku.sh
%exclude %dir /etc/logrotate.d/
%config /etc/logrotate.d/kanku-common
%exclude %dir %_tmpfilesdir
%_tmpfilesdir/kanku.conf
@ -347,7 +343,6 @@ getent passwd %{kanku_user} >/dev/null || useradd -r -g %{kanku_group} -G libvir
%files common-server
%defattr(-, root, root)
%dir %attr(755, kankurun, kanku) /var/log/kanku
%dir %attr(755, kankurun, kanku) /var/lib/kanku
%dir %attr(755, kankurun, kanku) /var/lib/kanku/db
%dir %attr(755, kankurun, kanku) /var/cache/kanku