Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hawk2 for openSUSE:Factory checked in at 2021-06-25 15:01:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hawk2 (Old) and /work/SRC/openSUSE:Factory/.hawk2.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hawk2" Fri Jun 25 15:01:13 2021 rev:61 rq:899501 version:2.6.15+git.1618478653.7272e6b6 Changes: -------- --- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes 2020-10-28 14:34:05.111817543 +0100 +++ /work/SRC/openSUSE:Factory/.hawk2.new.2625/hawk2.changes 2021-06-25 15:01:57.552197046 +0200 @@ -1,0 +2,47 @@ +Thu May 20 13:56:27 UTC 2021 - vark...@suse.com + +- Update to version 2.6.15+git.1618478653.7272e6b6: + * e2e_test: Reset connection address unconditionally + * e2e_test: Fixes + * Fix wizards ui + * e2e_test: Drop timeout and look for report instead + * Remove hawk_invoke and run_as command + * Fix README as the modal dialog for reports fails without direct connection to Xorg + * Use VERSION instead of VERSION_ID + * Check filename alphanumeric + * Remove unnecessary chmod + * e2e_test: Rebase on Leap 15.2. Remove -p & -t options + * Use safe_x + * Use safe_x instead of normal ruby constructs + * Use fullpath of binary + * Use BIG_TIMEOUT constant + * Remove unused requirements.txt + * Update geckodriver to v0.29.0 + * e2e_test: Minor fixes + * Improve controllers + * Update requirements.txt. Minor fixes + * Fix Dockerfile & .pylintrc + * Adapt hawk_test code to support testing for 12-SP2 + * Adjust Dockerfile to best & recommended practices + * Fix bsc#1163381 + * Allow also users in haclient to view history explorer + * Update release.md + * Update puma to boot.rb file + * Update Gemfile + +------------------------------------------------------------------- +Thu May 20 11:44:41 UTC 2021 - vark...@suse.com + +- Update to version 2.6.15+git.1611141758.757a4068: + * Improve controllers + * Update puma and rails deps + * allow user to acess history explorer + * fixup + * Fix bsc#1163381 + * Fix bsc#1163381 + * update doc + * Download driver during docker image build + * Reference testing doc to main readme + * add e2e tests + +------------------------------------------------------------------- Old: ---- hawk2-2.2.0+git.1593701652.5c1edcf8.tar.bz2 New: ---- hawk2-2.6.15+git.1618478653.7272e6b6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hawk2.spec ++++++ --- /var/tmp/diff_new_pack.2T6Lof/_old 2021-06-25 15:01:58.120197739 +0200 +++ /var/tmp/diff_new_pack.2T6Lof/_new 2021-06-25 15:01:58.124197744 +0200 @@ -1,7 +1,7 @@ # # spec file for package hawk2 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,11 +16,6 @@ # -#Compat macro for new _fillupdir macro introduced in Nov 2017 -%if ! %{defined _fillupdir} - %define _fillupdir /var/adm/fillup-templates -%endif - %define vendor_ruby vendor_ruby %define init_style suse %define pkg_group Productivity/Clustering/HA @@ -36,7 +31,7 @@ Summary: HA Web Konsole License: GPL-2.0-only Group: %{pkg_group} -Version: 2.2.0+git.1593701652.5c1edcf8 +Version: 2.6.15+git.1618478653.7272e6b6 Release: 0 URL: http://www.clusterlabs.org/wiki/Hawk Source: %{name}-%{version}.tar.bz2 @@ -68,10 +63,10 @@ BuildRequires: %{rubygem bundler} Requires: %{rubygem bundler} -BuildRequires: %{rubygem rails:6.0} -Requires: %{rubygem rails:6.0} -BuildRequires: %{rubygem puma >= 3} -Requires: %{rubygem puma >= 3} +BuildRequires: %{rubygem rails:5.2} +Requires: %{rubygem rails:5.2} +BuildRequires: %{rubygem puma >= 4.3.5} +Requires: %{rubygem puma >= 4.3.5} BuildRequires: %{rubygem sass-rails >= 5.0.1} BuildRequires: %{rubygem websocket-driver >= 0.6.6} Requires: %{rubygem sass-rails >= 5.0.1} @@ -86,7 +81,7 @@ BuildRequires: %{rubygem gettext_i18n_rails_js >= 1.3} Requires: %{rubygem gettext_i18n_rails_js >= 1.3} BuildRequires: %{rubygem sprockets >= 3.7} -BUILDConflicts: %{rubygem sprockets >= 4} +BuildConflicts: %{rubygem sprockets >= 4} Requires: %{rubygem sprockets >= 3.7} Conflicts: %{rubygem sprockets >= 4} BuildRequires: %{rubygem kramdown >= 1.14} @@ -108,7 +103,6 @@ A web-based GUI for managing and monitoring the Pacemaker High-Availability cluster resource manager. - %prep %setup @@ -189,7 +183,6 @@ %defattr(644,root,root,755) %{_fillupdir}/sysconfig.hawk %attr(4750, root, %{gname})%{_sbindir}/hawk_chkpwd -%attr(4750, root, %{gname})%{_sbindir}/hawk_invoke %dir %{www_base}/hawk %{www_base}/hawk/log %{www_base}/hawk/tmp ++++++ _service ++++++ --- /var/tmp/diff_new_pack.2T6Lof/_old 2021-06-25 15:01:58.172197802 +0200 +++ /var/tmp/diff_new_pack.2T6Lof/_new 2021-06-25 15:01:58.172197802 +0200 @@ -4,8 +4,8 @@ <param name="scm">git</param> <param name="exclude">.git</param> <param name="filename">hawk2</param> - <param name="versionformat">2.2.0+git.%ct.%h</param> - <param name="revision">factory</param> + <param name="versionformat">2.6.15+git.%ct.%h</param> + <param name="revision">master</param> <param name="changesgenerate">enable</param> </service> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.2T6Lof/_old 2021-06-25 15:01:58.200197837 +0200 +++ /var/tmp/diff_new_pack.2T6Lof/_new 2021-06-25 15:01:58.204197841 +0200 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/ClusterLabs/hawk.git</param> - <param name="changesrevision">5c1edcf834d33882e68777f3c0dfeb6149603b10</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">7272e6b6ab13bc2955c6b408af27585cf051f406</param></service></servicedata> \ No newline at end of file ++++++ hawk2-2.2.0+git.1593701652.5c1edcf8.tar.bz2 -> hawk2-2.6.15+git.1618478653.7272e6b6.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/hawk2/hawk2-2.2.0+git.1593701652.5c1edcf8.tar.bz2 /work/SRC/openSUSE:Factory/.hawk2.new.2625/hawk2-2.6.15+git.1618478653.7272e6b6.tar.bz2 differ: char 11, line 1