commit hawk2 for openSUSE:Factory

2020-10-28 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2020-10-28 14:34:03

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new.3463 (New)


Package is "hawk2"

Wed Oct 28 14:34:03 2020 rev:60 rq:844549 version:2.2.0+git.1593701652.5c1edcf8

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2020-07-05 
01:23:07.745894648 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new.3463/hawk2.changes2020-10-28 
14:34:05.111817543 +0100
@@ -1,0 +2,8 @@
+Thu Oct 22 14:47:06 UTC 2020 - Dominique Leuenberger 
+
+- Only pull in the distro default ruby version; as hawk only
+  consumes, but does not produce any rubygems, there is no need to
+  depend on more than one ruby version.
+  + %define rb_build_versions %rb_default_ruby
+
+---



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.AfHTmQ/_old  2020-10-28 14:34:07.415819248 +0100
+++ /var/tmp/diff_new_pack.AfHTmQ/_new  2020-10-28 14:34:07.419819251 +0100
@@ -24,6 +24,7 @@
 %definevendor_ruby vendor_ruby
 %defineinit_style  suse
 %definepkg_group   Productivity/Clustering/HA
+%define rb_build_versions %rb_default_ruby
 
 %define www_base %{_datadir}
 %define www_tmp  %{_localstatedir}/lib/hawk/tmp




commit hawk2 for openSUSE:Factory

2020-07-04 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2020-07-05 01:21:28

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new.3060 (New)


Package is "hawk2"

Sun Jul  5 01:21:28 2020 rev:59 rq:818570 version:2.2.0+git.1593701652.5c1edcf8

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2019-12-21 
12:29:27.255308251 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new.3060/hawk2.changes2020-07-05 
01:23:07.745894648 +0200
@@ -1,0 +2,10 @@
+Wed Jul 01 16:03:19 UTC 2020 - dmaioc...@suse.com
+
+- Update to version 2.2.0+git.1593618612.b6324f1b:
+  * support rails 6.0 (bsc#1172840)
+  * update puma to version 4.3.5
+  * Implement mechanism to switch binaries for backend
+  * Low: Fix omission of built-in stonith attributes (bsc#1165587)
+  * Refactor: Obtain the Pacemaker daemon directory during initialization
+  * drop un-needed  patch hawk2-nodev.patch 
+---

Old:

  hawk2-2.1.0+git.1576507574.01859128.tar.bz2
  hawk2-nodev.patch

New:

  hawk2-2.2.0+git.1593701652.5c1edcf8.tar.bz2
  sysconfig.hawk



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.4yP7aA/_old  2020-07-05 01:23:11.441905378 +0200
+++ /var/tmp/diff_new_pack.4yP7aA/_new  2020-07-05 01:23:11.445905391 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hawk2
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,15 +21,9 @@
   %define _fillupdir /var/adm/fillup-templates
 %endif
 
-%if 0%{?suse_version}
 %definevendor_ruby vendor_ruby
 %defineinit_style  suse
 %definepkg_group   Productivity/Clustering/HA
-%else
-%definevendor_ruby site_ruby
-%defineinit_style  redhat
-%definepkg_group   System Environment/Daemons
-%endif
 
 %define www_base %{_datadir}
 %define www_tmp  %{_localstatedir}/lib/hawk/tmp
@@ -37,27 +31,22 @@
 %define gname haclient
 %define uname hacluster
 
-%if 0%{suse_version} && 0%{suse_version} < 1330
-%define rb_build_versions ruby24
-%define rb_default_ruby_abi ruby:2.4.0
-%define rb_default_ruby_suffix ruby2.4
-%endif
-
 Name:   hawk2
 Summary:HA Web Konsole
 License:GPL-2.0-only
 Group:  %{pkg_group}
-Version:2.1.0+git.1576507574.01859128
+Version:2.2.0+git.1593701652.5c1edcf8
 Release:0
 URL:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
+Source1:sysconfig.hawk
 Source100:  hawk-rpmlintrc
-Patch:  hawk2-nodev.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   ha-cluster-webui
 Obsoletes:  hawk <= 1.1.0
 Provides:   hawk = %{version}
 Requires:   crmsh >= 3.0.0
+BuildRequires:  ruby(abi) >= 2.7.0
 Requires:   graphviz
 Requires:   graphviz-gd
 Requires:   hawk-apiserver
@@ -65,38 +54,25 @@
 # Need a font of some kind for graphviz to work correctly (bsc#931950)
 Requires:   dejavu
 Requires:   pacemaker >= 1.1.8
-%if 0%{?fedora_version} >= 19
-Requires:   rubypick
-BuildRequires:  rubypick
-%endif
-%if 0%{?suse_version}
 Recommends: graphviz-gnome
 Requires:   iproute2
 PreReq: permissions
 BuildRequires:  fdupes
-%if 0%{?suse_version} >= 1210
 BuildRequires:  systemd-rpm-macros
-%endif
 %{?systemd_requires}
-%else
-Requires:   iproute
-%endif
 
-%if 0%{?is_opensuse} &&  0%{?suse_version} > 1500
 BuildRequires:  openSUSE-release
-%else
-BuildRequires:  distribution-release
-%endif
 
 BuildRequires:  timezone
 
 BuildRequires:  %{rubygem bundler}
 Requires:   %{rubygem bundler}
-BuildRequires:  %{rubygem rails:5.1}
-Requires:   %{rubygem rails:5.1}
+BuildRequires:  %{rubygem rails:6.0} 
+Requires:   %{rubygem rails:6.0} 
 BuildRequires:  %{rubygem puma >= 3}
 Requires:   %{rubygem puma >= 3}
 BuildRequires:  %{rubygem sass-rails >= 5.0.1}
+BuildRequires:  %{rubygem websocket-driver >= 0.6.6}
 Requires:   %{rubygem sass-rails >= 5.0.1}
 BuildRequires:  %{rubygem virtus:1.0 >= 1.0.1}
 Requires:   %{rubygem virtus:1.0 >= 1.0.1}
@@ -134,7 +110,6 @@
 
 %prep
 %setup
-%patch -p1
 
 %build
 sed -i 's$#!/.*$#!%{_bindir}/ruby.%{rb_default_ruby_suffix}$' hawk/bin/rails
@@ -158,7 +133,6 @@
 
 # copy of GPL
 cp COPYING %{buildroot}%{www_base}/hawk/
-%if 0%{?suse_version}
 
 # Hack so missing links to docs don't kill the build
 mkdir -p %{buildroot}/usr/share/doc/manual/sle-ha-geo-quick_en-pdf
@@ -177,28 +151,18 @@
 rm 

commit hawk2 for openSUSE:Factory

2019-12-21 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2019-12-21 12:29:22

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new.6675 (New)


Package is "hawk2"

Sat Dec 21 12:29:22 2019 rev:58 rq:757897 version:2.1.0+git.1576507574.01859128

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2019-11-06 
13:57:02.612216821 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new.6675/hawk2.changes2019-12-21 
12:29:27.255308251 +0100
@@ -1,0 +2,11 @@
+Tue Dec 17 12:20:17 UTC 2019 - Dominique Leuenberger 
+
+- Limit to sprockets 3.x.
+
+---
+Tue Dec 17 09:12:50 UTC 2019 - abela...@suse.de
+
+- Update to version 2.1.0+git.1576507574.01859128:
+  * Fix cib.xml parsing for acl_version (bsc#1158681)
+
+---

Old:

  hawk2-2.1.0+git.1572008730.896e9784.tar.bz2

New:

  hawk2-2.1.0+git.1576507574.01859128.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.fyWpra/_old  2019-12-21 12:29:27.947308580 +0100
+++ /var/tmp/diff_new_pack.fyWpra/_new  2019-12-21 12:29:27.951308582 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hawk2
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -47,9 +47,9 @@
 Summary:HA Web Konsole
 License:GPL-2.0-only
 Group:  %{pkg_group}
-Version:2.1.0+git.1572008730.896e9784
+Version:2.1.0+git.1576507574.01859128
 Release:0
-Url:http://www.clusterlabs.org/wiki/Hawk
+URL:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
 Source100:  hawk-rpmlintrc
 Patch:  hawk2-nodev.patch
@@ -109,7 +109,9 @@
 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}
 Requires:   %{rubygem sprockets >= 3.7}
+Conflicts:  %{rubygem sprockets >= 4}
 BuildRequires:  %{rubygem kramdown >= 1.14}
 Requires:   %{rubygem kramdown >= 1.14}
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.fyWpra/_old  2019-12-21 12:29:27.983308597 +0100
+++ /var/tmp/diff_new_pack.fyWpra/_new  2019-12-21 12:29:27.983308597 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  896e97842fe11b91ab9020c74b96aa87b130364c
\ No newline at end of file
+  01859128191159684c73533e6b90597c0f4c9bc4
\ No newline at end of file

++ hawk2-2.1.0+git.1572008730.896e9784.tar.bz2 -> 
hawk2-2.1.0+git.1576507574.01859128.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.1.0+git.1572008730.896e9784.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new.6675/hawk2-2.1.0+git.1576507574.01859128.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2019-11-06 13:56:56

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new.2990 (New)


Package is "hawk2"

Wed Nov  6 13:56:56 2019 rev:57 rq:745181 version:2.1.0+git.1572008730.896e9784

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2019-07-16 
08:40:46.855025337 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new.2990/hawk2.changes2019-11-06 
13:57:02.612216821 +0100
@@ -1,0 +2,7 @@
+Mon Oct 28 12:27:00 UTC 2019 - abela...@suse.de
+
+- Update to version 2.1.0+git.1572008730.896e9784:
+  * Remove Number Precision since it's handled by sassc-rails
+  * Fix mime type issue in MS windows (bsc#1098637)
+
+---

Old:

  hawk2-2.1.0+git.1562924574.34a87ad7.tar.bz2

New:

  hawk2-2.1.0+git.1572008730.896e9784.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.mX4O6g/_old  2019-11-06 13:57:03.208217446 +0100
+++ /var/tmp/diff_new_pack.mX4O6g/_new  2019-11-06 13:57:03.212217450 +0100
@@ -47,7 +47,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0-only
 Group:  %{pkg_group}
-Version:2.1.0+git.1562924574.34a87ad7
+Version:2.1.0+git.1572008730.896e9784
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
@@ -82,7 +82,12 @@
 Requires:   iproute
 %endif
 
+%if 0%{?is_opensuse} &&  0%{?suse_version} > 1500
+BuildRequires:  openSUSE-release
+%else
 BuildRequires:  distribution-release
+%endif
+
 BuildRequires:  timezone
 
 BuildRequires:  %{rubygem bundler}
@@ -117,7 +122,7 @@
 #/Help OBS scheduler
 
 BuildRequires:  git
-BuildRequires:  nodejs >= 6
+BuildRequires:  nodejs10
 BuildRequires:  pam-devel
 
 %description

++ _servicedata ++
--- /var/tmp/diff_new_pack.mX4O6g/_old  2019-11-06 13:57:03.252217492 +0100
+++ /var/tmp/diff_new_pack.mX4O6g/_new  2019-11-06 13:57:03.252217492 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  34a87ad74683d1e8ed2e77bd3de4d8156b947de0
\ No newline at end of file
+  896e97842fe11b91ab9020c74b96aa87b130364c
\ No newline at end of file

++ hawk2-2.1.0+git.1562924574.34a87ad7.tar.bz2 -> 
hawk2-2.1.0+git.1572008730.896e9784.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.1.0+git.1562924574.34a87ad7.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new.2990/hawk2-2.1.0+git.1572008730.896e9784.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2019-07-16 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2019-07-16 08:40:37

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new.1887 (New)


Package is "hawk2"

Tue Jul 16 08:40:37 2019 rev:56 rq:714870 version:2.1.0+git.1562924574.34a87ad7

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2019-05-03 
22:46:45.195814214 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new.1887/hawk2.changes2019-07-16 
08:40:46.855025337 +0200
@@ -1,0 +2,8 @@
+Fri Jul 12 11:46:22 UTC 2019 - abela...@suse.de
+
+- Update to version 2.1.0+git.1562924574.34a87ad7:
+  * Fix nameless cluster display (bsc#1137891)
+  * High: Enable invoking new daemon names via hawk_invoke
+  * High: Handle new daemon names in CrmConfig
+
+---

Old:

  hawk2-2.1.0+git.1539077520.05b7f2b2.tar.bz2

New:

  hawk2-2.1.0+git.1562924574.34a87ad7.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.clw4QN/_old  2019-07-16 08:40:47.519025559 +0200
+++ /var/tmp/diff_new_pack.clw4QN/_new  2019-07-16 08:40:47.519025559 +0200
@@ -47,7 +47,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0-only
 Group:  %{pkg_group}
-Version:2.1.0+git.1539077520.05b7f2b2
+Version:2.1.0+git.1562924574.34a87ad7
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.clw4QN/_old  2019-07-16 08:40:47.559025572 +0200
+++ /var/tmp/diff_new_pack.clw4QN/_new  2019-07-16 08:40:47.559025572 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  05b7f2b2c50b3818c794c1ddc59702be0f8310b0
\ No newline at end of file
+  34a87ad74683d1e8ed2e77bd3de4d8156b947de0
\ No newline at end of file

++ hawk2-2.1.0+git.1539077520.05b7f2b2.tar.bz2 -> 
hawk2-2.1.0+git.1562924574.34a87ad7.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.1.0+git.1539077520.05b7f2b2.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new.1887/hawk2-2.1.0+git.1562924574.34a87ad7.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2019-05-03 22:46:42

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new.5148 (New)


Package is "hawk2"

Fri May  3 22:46:42 2019 rev:55 rq:700134 version:2.1.0+git.1539077520.05b7f2b2

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2019-03-13 
09:14:00.979394251 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new.5148/hawk2.changes2019-05-03 
22:46:45.195814214 +0200
@@ -1,0 +2,5 @@
+Thu May  2 11:11:06 UTC 2019 - Kristoffer Gronlund 
+
+- Revert previous change to ruby version detection.
+
+---



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.W23k8q/_old  2019-05-03 22:46:45.763815517 +0200
+++ /var/tmp/diff_new_pack.W23k8q/_new  2019-05-03 22:46:45.763815517 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hawk2
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -39,8 +39,8 @@
 
 %if 0%{suse_version} && 0%{suse_version} < 1330
 %define rb_build_versions ruby24
-%define rb_build_abi  ruby:2.4.0
-%define rb_suffix ruby2.4
+%define rb_default_ruby_abi ruby:2.4.0
+%define rb_default_ruby_suffix ruby2.4
 %endif
 
 Name:   hawk2
@@ -130,21 +130,21 @@
 %patch -p1
 
 %build
-sed -i 's$#!/.*$#!%{_bindir}/ruby%{?rb_ruby_suffix:.%rb_ruby_suffix}$' 
hawk/bin/rails
-sed -i 's$#!/.*$#!%{_bindir}/ruby%{?rb_ruby_suffix:.%rb_ruby_suffix}$' 
hawk/bin/rake
-sed -i 's$#!/.*$#!%{_bindir}/ruby%{?rb_ruby_suffix:.%rb_ruby_suffix}$' 
hawk/bin/bundle
+sed -i 's$#!/.*$#!%{_bindir}/ruby.%{rb_default_ruby_suffix}$' hawk/bin/rails
+sed -i 's$#!/.*$#!%{_bindir}/ruby.%{rb_default_ruby_suffix}$' hawk/bin/rake
+sed -i 's$#!/.*$#!%{_bindir}/ruby.%{rb_default_ruby_suffix}$' hawk/bin/bundle
 pushd hawk
-if [ -x /usr/bin/bundle.ruby%{?rb_ruby_suffix:.%rb_ruby_suffix} ]; then
-   bundlerexe=bundle.ruby%{?rb_ruby_suffix:.%rb_ruby_suffix}
+if [ -x /usr/bin/bundle.ruby.%{rb_default_ruby_suffix} ]; then
+   bundlerexe=bundle.ruby.%{rb_default_ruby_suffix}
 else
-   bundlerexe=bundle%{?rb_ruby_suffix:.%rb_ruby_suffix}
+   bundlerexe=bundle.%{rb_default_ruby_suffix}
 fi
 $bundlerexe exec bin/rails version
 popd
 export NOKOGIRI_USE_SYSTEM_LIBRARIES=1
 CFLAGS="${CFLAGS} ${RPM_OPT_FLAGS}"
 export CFLAGS
-make WWW_BASE=%{www_base} WWW_TMP=%{www_tmp} WWW_LOG=%{www_log} 
INIT_STYLE=%{init_style} LIBDIR=%{_libdir} BINDIR=%{_bindir} 
SBINDIR=%{_sbindir} RUBY_SUFFIX=.%{rb_ruby_suffix}
+make WWW_BASE=%{www_base} WWW_TMP=%{www_tmp} WWW_LOG=%{www_log} 
INIT_STYLE=%{init_style} LIBDIR=%{_libdir} BINDIR=%{_bindir} 
SBINDIR=%{_sbindir} RUBY_SUFFIX=.%{rb_default_ruby_suffix}
 
 %install
 make WWW_BASE=%{www_base} WWW_TMP=%{www_tmp} WWW_LOG=%{www_log} 
INIT_STYLE=%{init_style} DESTDIR=%{buildroot} install




commit hawk2 for openSUSE:Factory

2019-03-13 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2019-03-13 09:13:58

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new.28833 (New)


Package is "hawk2"

Wed Mar 13 09:13:58 2019 rev:54 rq:684296 version:2.1.0+git.1539077520.05b7f2b2

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2018-10-09 
15:54:45.810240362 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new.28833/hawk2.changes   2019-03-13 
09:14:00.979394251 +0100
@@ -1,0 +2,6 @@
+Tue Feb 26 11:21:43 UTC 2019 - Dominique Leuenberger 
+
+- Don't try to outsmart the product about the choice of the right
+  ruby version.
+
+---



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.DXzlnN/_old  2019-03-13 09:14:01.707394176 +0100
+++ /var/tmp/diff_new_pack.DXzlnN/_new  2019-03-13 09:14:01.711394176 +0100
@@ -41,10 +41,6 @@
 %define rb_build_versions ruby24
 %define rb_build_abi  ruby:2.4.0
 %define rb_suffix ruby2.4
-%else
-%define rb_build_versions ruby25
-%define rb_ruby_abi ruby:2.5.0
-%define rb_ruby_suffix ruby2.5
 %endif
 
 Name:   hawk2
@@ -134,14 +130,14 @@
 %patch -p1
 
 %build
-sed -i 's$#!/.*$#!%{_bindir}/ruby.%{rb_ruby_suffix}$' hawk/bin/rails
-sed -i 's$#!/.*$#!%{_bindir}/ruby.%{rb_ruby_suffix}$' hawk/bin/rake
-sed -i 's$#!/.*$#!%{_bindir}/ruby.%{rb_ruby_suffix}$' hawk/bin/bundle
+sed -i 's$#!/.*$#!%{_bindir}/ruby%{?rb_ruby_suffix:.%rb_ruby_suffix}$' 
hawk/bin/rails
+sed -i 's$#!/.*$#!%{_bindir}/ruby%{?rb_ruby_suffix:.%rb_ruby_suffix}$' 
hawk/bin/rake
+sed -i 's$#!/.*$#!%{_bindir}/ruby%{?rb_ruby_suffix:.%rb_ruby_suffix}$' 
hawk/bin/bundle
 pushd hawk
-if [ -x /usr/bin/bundle.ruby.%{rb_ruby_suffix} ]; then
-   bundlerexe=bundle.ruby.%{rb_ruby_suffix}
+if [ -x /usr/bin/bundle.ruby%{?rb_ruby_suffix:.%rb_ruby_suffix} ]; then
+   bundlerexe=bundle.ruby%{?rb_ruby_suffix:.%rb_ruby_suffix}
 else
-   bundlerexe=bundle.%{rb_ruby_suffix}
+   bundlerexe=bundle%{?rb_ruby_suffix:.%rb_ruby_suffix}
 fi
 $bundlerexe exec bin/rails version
 popd




commit hawk2 for openSUSE:Factory

2018-10-09 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2018-10-09 15:54:36

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Tue Oct  9 15:54:36 2018 rev:53 rq:640788 version:2.1.0+git.1539077520.05b7f2b2

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2018-09-07 
15:40:14.226482526 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2018-10-09 
15:54:45.810240362 +0200
@@ -1,0 +2,6 @@
+Tue Oct 09 09:50:05 UTC 2018 - opensuse-packag...@opensuse.org
+
+- Update to version 2.1.0+git.1539077520.05b7f2b2:
+  * High: Better guest node detection / display (bsc#1074856)
+
+---

Old:

  hawk2-2.1.0+git.1536166588.e5ab7e32.tar.bz2

New:

  hawk2-2.1.0+git.1539077520.05b7f2b2.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.7KHCvu/_old  2018-10-09 15:54:46.718239285 +0200
+++ /var/tmp/diff_new_pack.7KHCvu/_new  2018-10-09 15:54:46.722239281 +0200
@@ -51,7 +51,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0-only
 Group:  %{pkg_group}
-Version:2.1.0+git.1536166588.e5ab7e32
+Version:2.1.0+git.1539077520.05b7f2b2
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.7KHCvu/_old  2018-10-09 15:54:46.758239238 +0200
+++ /var/tmp/diff_new_pack.7KHCvu/_new  2018-10-09 15:54:46.758239238 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  e5ab7e32b158343987332527bb7051a0f13f265e
\ No newline at end of file
+  05b7f2b2c50b3818c794c1ddc59702be0f8310b0
\ No newline at end of file

++ hawk2-2.1.0+git.1536166588.e5ab7e32.tar.bz2 -> 
hawk2-2.1.0+git.1539077520.05b7f2b2.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.1.0+git.1536166588.e5ab7e32.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-2.1.0+git.1539077520.05b7f2b2.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2018-09-07 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2018-09-07 15:40:09

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Fri Sep  7 15:40:09 2018 rev:52 rq:633505 version:2.1.0+git.1536166588.e5ab7e32

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2018-05-18 
14:28:39.508707140 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2018-09-07 
15:40:14.226482526 +0200
@@ -1,0 +2,10 @@
+Wed Sep 05 16:58:47 UTC 2018 - opensuse-packag...@opensuse.org
+
+- Update to version 2.1.0+git.1536166588.e5ab7e32:
+  * High: Set secure flag to enforce https (bsc#1090657)
+  * Medium: Improve hawk-server side cookie handling (bsc#1090667)
+  * Medium: Set Symmetrical to False when score is Serialize (bsc#1085515)
+  * Medium: Make resource stop/start icon dependent on target-role 
(bsc#1076421)
+  * Medium: Fix acl_version check (bsc#1089802)
+
+---

Old:

  hawk2-2.1.0+git.1526638315.05cdaf9d.tar.bz2

New:

  hawk2-2.1.0+git.1536166588.e5ab7e32.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.dMGztg/_old  2018-09-07 15:40:14.746481968 +0200
+++ /var/tmp/diff_new_pack.dMGztg/_new  2018-09-07 15:40:14.750481964 +0200
@@ -51,7 +51,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0-only
 Group:  %{pkg_group}
-Version:2.1.0+git.1526638315.05cdaf9d
+Version:2.1.0+git.1536166588.e5ab7e32
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.dMGztg/_old  2018-09-07 15:40:14.786481926 +0200
+++ /var/tmp/diff_new_pack.dMGztg/_new  2018-09-07 15:40:14.786481926 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  05cdaf9d27f4ca729f6432eaa52ffe8f9c1e6ca1
\ No newline at end of file
+  e5ab7e32b158343987332527bb7051a0f13f265e
\ No newline at end of file

++ hawk2-2.1.0+git.1526638315.05cdaf9d.tar.bz2 -> 
hawk2-2.1.0+git.1536166588.e5ab7e32.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.1.0+git.1526638315.05cdaf9d.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-2.1.0+git.1536166588.e5ab7e32.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2018-05-18 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2018-05-18 14:28:39

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Fri May 18 14:28:39 2018 rev:51 rq:610268 version:2.1.0+git.1526638315.05cdaf9d

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2018-04-30 
22:59:27.399327087 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2018-05-18 
14:28:39.508707140 +0200
@@ -1,0 +2,10 @@
+Fri May 18 10:20:12 UTC 2018 - opensuse-packag...@opensuse.org
+
+- Update to version 2.1.0+git.1526638315.05cdaf9d:
+  * High: Return after redirect in reports (bsc#1090562)
+  * Medium: Comply routes' id with resources' ID (bsc#1092108)
+  * High: Update links to release notes and documentation (bsc#1089709)
+  * Medium: Fix history explorer views (bsc#1093420)
+  * High: Fetch correct meta data (bsc#1092122)
+
+---

Old:

  hawk2-2.1.0+git.1525082027.af7afec4.tar.bz2

New:

  hawk2-2.1.0+git.1526638315.05cdaf9d.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.FUGV4N/_old  2018-05-18 14:28:40.344676463 +0200
+++ /var/tmp/diff_new_pack.FUGV4N/_new  2018-05-18 14:28:40.348676316 +0200
@@ -51,7 +51,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0-only
 Group:  %{pkg_group}
-Version:2.1.0+git.1525082027.af7afec4
+Version:2.1.0+git.1526638315.05cdaf9d
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.FUGV4N/_old  2018-05-18 14:28:40.400674407 +0200
+++ /var/tmp/diff_new_pack.FUGV4N/_new  2018-05-18 14:28:40.400674407 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  af7afec456f4b2671c1f30a9d705e24e6e06c83f
\ No newline at end of file
+  05cdaf9d27f4ca729f6432eaa52ffe8f9c1e6ca1
\ No newline at end of file

++ hawk2-2.1.0+git.1525082027.af7afec4.tar.bz2 -> 
hawk2-2.1.0+git.1526638315.05cdaf9d.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.1.0+git.1525082027.af7afec4.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-2.1.0+git.1526638315.05cdaf9d.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2018-04-30 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2018-04-30 22:58:01

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Mon Apr 30 22:58:01 2018 rev:50 rq:602495 version:2.1.0+git.1525082027.af7afec4

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2018-03-29 
11:59:44.489428808 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2018-04-30 
22:59:27.399327087 +0200
@@ -1,0 +2,7 @@
+Mon Apr 30 10:38:34 UTC 2018 - opensuse-packag...@opensuse.org
+
+- Update to version 2.1.0+git.1525082027.af7afec4:
+  * Low: Update copyright year in branding
+  * Medium: Implement Hawk's cluster API (fate#323437)
+
+---

Old:

  hawk2-2.1.0+git.1522277768.8e5a2060.tar.bz2

New:

  hawk2-2.1.0+git.1525082027.af7afec4.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.FJLWoA/_old  2018-04-30 22:59:28.215297312 +0200
+++ /var/tmp/diff_new_pack.FJLWoA/_new  2018-04-30 22:59:28.223297021 +0200
@@ -51,7 +51,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0-only
 Group:  %{pkg_group}
-Version:2.1.0+git.1522277768.8e5a2060
+Version:2.1.0+git.1525082027.af7afec4
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.FJLWoA/_old  2018-04-30 22:59:28.275295123 +0200
+++ /var/tmp/diff_new_pack.FJLWoA/_new  2018-04-30 22:59:28.275295123 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  8e5a2060c93c8cce8d486e170708c3cddbf1f0e1
\ No newline at end of file
+  af7afec456f4b2671c1f30a9d705e24e6e06c83f
\ No newline at end of file

++ hawk2-2.1.0+git.1522277768.8e5a2060.tar.bz2 -> 
hawk2-2.1.0+git.1525082027.af7afec4.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.1.0+git.1522277768.8e5a2060.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-2.1.0+git.1525082027.af7afec4.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2018-03-29 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2018-03-29 11:58:20

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Thu Mar 29 11:58:20 2018 rev:49 rq:592181 version:2.1.0+git.1522277768.8e5a2060

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2018-02-27 
17:00:59.605461243 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2018-03-29 
11:59:44.489428808 +0200
@@ -1,0 +2,11 @@
+Wed Mar 28 22:56:49 UTC 2018 - kgronl...@suse.com
+
+- Update to version 2.1.0+git.1522277768.8e5a2060:
+  * High: Better guest node detection / display (bsc#1074856)
+  * High: Calculate guest node state correctly (bsc#1074856)
+  * Use Promotable etc. (bsc#1085318) (bsc#1085343)
+  * Enable node events for remote/guest nodes (fate#324558)
+  * Add minimal bundle model object (fate#324558)
+  * Low: Drop errors heading in status to align with dashboard
+
+---

Old:

  hawk2-2.1.0+git.1519229624.7c397acb.tar.bz2

New:

  hawk2-2.1.0+git.1522277768.8e5a2060.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.KrM1h6/_old  2018-03-29 11:59:45.325398650 +0200
+++ /var/tmp/diff_new_pack.KrM1h6/_new  2018-03-29 11:59:45.329398507 +0200
@@ -49,9 +49,9 @@
 
 Name:   hawk2
 Summary:HA Web Konsole
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  %{pkg_group}
-Version:2.1.0+git.1519229624.7c397acb
+Version:2.1.0+git.1522277768.8e5a2060
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.KrM1h6/_old  2018-03-29 11:59:45.377396775 +0200
+++ /var/tmp/diff_new_pack.KrM1h6/_new  2018-03-29 11:59:45.377396775 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  7c397acbca6341d995786c91fd39248b0d57454c
\ No newline at end of file
+  8e5a2060c93c8cce8d486e170708c3cddbf1f0e1
\ No newline at end of file

++ hawk2-2.1.0+git.1519229624.7c397acb.tar.bz2 -> 
hawk2-2.1.0+git.1522277768.8e5a2060.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.1.0+git.1519229624.7c397acb.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-2.1.0+git.1522277768.8e5a2060.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2018-02-27 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2018-02-27 17:00:34

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Tue Feb 27 17:00:34 2018 rev:48 rq:580624 version:2.1.0+git.1519229624.7c397acb

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2018-02-14 
10:53:03.642576872 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2018-02-27 
17:00:59.605461243 +0100
@@ -1,0 +2,7 @@
+Wed Feb 21 16:22:24 UTC 2018 - abela...@suse.de
+
+- Update to version 2.1.0+git.1519229624.7c397acb:
+  * Medium: Support Pacemaker Container Bundle feature (fate#324558)
+  * Medium: Improved navigational structure in Hawk 2 (fate#323418)
+
+---

Old:

  hawk2-2.1.0+git.1518590724.856b089e.tar.bz2

New:

  hawk2-2.1.0+git.1519229624.7c397acb.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.J5cPjQ/_old  2018-02-27 17:01:00.841416586 +0100
+++ /var/tmp/diff_new_pack.J5cPjQ/_new  2018-02-27 17:01:00.845416442 +0100
@@ -51,7 +51,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.1.0+git.1518590724.856b089e
+Version:2.1.0+git.1519229624.7c397acb
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.J5cPjQ/_old  2018-02-27 17:01:00.881415141 +0100
+++ /var/tmp/diff_new_pack.J5cPjQ/_new  2018-02-27 17:01:00.885414997 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  856b089eb4cf0cd1d2e7ca87d82b142c5cf5fb31
\ No newline at end of file
+  7c397acbca6341d995786c91fd39248b0d57454c
\ No newline at end of file

++ hawk2-2.1.0+git.1518590724.856b089e.tar.bz2 -> 
hawk2-2.1.0+git.1519229624.7c397acb.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.1.0+git.1518590724.856b089e.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-2.1.0+git.1519229624.7c397acb.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2018-02-14 10:53:02

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Wed Feb 14 10:53:02 2018 rev:47 rq:576456 version:2.1.0+git.1518590724.856b089e

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2018-01-13 
21:49:19.845366202 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2018-02-14 
10:53:03.642576872 +0100
@@ -1,0 +2,6 @@
+Wed Feb 14 06:47:17 UTC 2018 - kgronl...@suse.com
+
+- Update to version 2.1.0+git.1518590724.856b089e:
+  * High: Fix remote nodes iteration (bsc#1080439)
+
+---

Old:

  hawk2-2.1.0+git.1515768475.ff6e103b.tar.bz2

New:

  hawk2-2.1.0+git.1518590724.856b089e.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.eylIgl/_old  2018-02-14 10:53:04.666540015 +0100
+++ /var/tmp/diff_new_pack.eylIgl/_new  2018-02-14 10:53:04.670539871 +0100
@@ -37,15 +37,21 @@
 %define gname haclient
 %define uname hacluster
 
+%if 0%{suse_version} && 0%{suse_version} < 1330
+%define rb_build_versions ruby24
+%define rb_build_abi  ruby:2.4.0
+%define rb_suffix ruby2.4
+%else
 %define rb_build_versions ruby25
 %define rb_ruby_abi ruby:2.5.0
 %define rb_ruby_suffix ruby2.5
+%endif
 
 Name:   hawk2
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.1.0+git.1515768475.ff6e103b
+Version:2.1.0+git.1518590724.856b089e
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.eylIgl/_old  2018-02-14 10:53:04.714538287 +0100
+++ /var/tmp/diff_new_pack.eylIgl/_new  2018-02-14 10:53:04.714538287 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  ff6e103bd4ec790468e721d1044ecbf7222a033a
\ No newline at end of file
+  856b089eb4cf0cd1d2e7ca87d82b142c5cf5fb31
\ No newline at end of file

++ hawk2-2.1.0+git.1515768475.ff6e103b.tar.bz2 -> 
hawk2-2.1.0+git.1518590724.856b089e.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.1.0+git.1515768475.ff6e103b.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-2.1.0+git.1518590724.856b089e.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2018-01-13 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2018-01-13 21:49:16

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Sat Jan 13 21:49:16 2018 rev:46 rq:563889 version:2.1.0+git.1515768475.ff6e103b

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2018-01-09 
14:51:01.841885141 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2018-01-13 
21:49:19.845366202 +0100
@@ -1,0 +2,6 @@
+Fri Jan 12 16:50:09 UTC 2018 - kgronl...@suse.com
+
+- Update to version 2.1.0+git.1515768475.ff6e103b:
+  * High: Support guest nodes (bsc#1074856)
+
+---

Old:

  hawk2-2.1.0+git.1512558762.84542abc.tar.bz2

New:

  hawk2-2.1.0+git.1515768475.ff6e103b.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.FM5TjL/_old  2018-01-13 21:49:20.609330583 +0100
+++ /var/tmp/diff_new_pack.FM5TjL/_new  2018-01-13 21:49:20.613330396 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hawk2
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -45,7 +45,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.1.0+git.1512558762.84542abc
+Version:2.1.0+git.1515768475.ff6e103b
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.FM5TjL/_old  2018-01-13 21:49:20.665327972 +0100
+++ /var/tmp/diff_new_pack.FM5TjL/_new  2018-01-13 21:49:20.669327785 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  84542abc08507131a1eb73bae6ed490386dbffcc
\ No newline at end of file
+  ff6e103bd4ec790468e721d1044ecbf7222a033a
\ No newline at end of file

++ hawk2-2.1.0+git.1512558762.84542abc.tar.bz2 -> 
hawk2-2.1.0+git.1515768475.ff6e103b.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.1.0+git.1512558762.84542abc.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-2.1.0+git.1515768475.ff6e103b.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2018-01-09 14:50:17

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Tue Jan  9 14:50:17 2018 rev:45 rq:554778 version:2.1.0+git.1512558762.84542abc

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2017-11-08 
15:13:48.094014101 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2018-01-09 
14:51:01.841885141 +0100
@@ -1,0 +2,40 @@
+Wed Dec 06 11:16:19 UTC 2017 - kgronl...@suse.com
+
+- Update to version 2.1.0+git.1512558762.84542abc:
+  * Ensure certificate/key is group readable (bsc#1071481)
+
+---
+Fri Dec 01 14:57:40 UTC 2017 - opensuse-packag...@opensuse.org
+
+- Update to version 2.1.0+git.1512139291.a886c8b1:
+  * Disabled click when wizard apply successfully
+  * Check data-wizard-enable to disable/enable related options
+  * Correct path to Cluster configuration page
+  * Fix acl_enabled? (bsc#1069296)
+
+---
+Wed Nov 29 16:01:07 UTC 2017 - kgronl...@suse.com
+
+- Fix incorrect virtus dependency 
+
+---
+Thu Nov 23 15:54:33 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+---
+Thu Nov 23 12:33:05 UTC 2017 - opensuse-packag...@opensuse.org
+
+- Update to version 2.1.0+git.1511437564.94d31646:
+  * Fix resources and constraints renaming (bsc#1068942)
+  * Fix node/resource event injection in simulator (bsc#1069217)
+
+---
+Wed Nov 15 10:42:00 UTC 2017 - kgronl...@suse.com
+
+- Update to version 2.1.0+git.1510742499.03cc2be8:
+  * Switch to ruby 2.5 (bsc#1068183)
+  * Permit parameter conversion in history upload dialog
+
+---

Old:

  hawk2-2.1.0+git.1510051134.341d508e.tar.bz2

New:

  hawk2-2.1.0+git.1512558762.84542abc.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.dnnhXD/_old  2018-01-09 14:51:02.569851011 +0100
+++ /var/tmp/diff_new_pack.dnnhXD/_new  2018-01-09 14:51:02.569851011 +0100
@@ -16,6 +16,11 @@
 #
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 %if 0%{?suse_version}
 %definevendor_ruby vendor_ruby
 %defineinit_style  suse
@@ -32,15 +37,15 @@
 %define gname haclient
 %define uname hacluster
 
-%define rb_build_versions ruby24
-%define rb_ruby_abi ruby:2.4.0
-%define rb_ruby_suffix ruby2.4
+%define rb_build_versions ruby25
+%define rb_ruby_abi ruby:2.5.0
+%define rb_ruby_suffix ruby2.5
 
 Name:   hawk2
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.1.0+git.1510051134.341d508e
+Version:2.1.0+git.1512558762.84542abc
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
@@ -78,6 +83,7 @@
 BuildRequires:  distribution-release
 BuildRequires:  timezone
 
+BuildRequires:  %{rubygem bundler}
 Requires:   %{rubygem bundler}
 BuildRequires:  %{rubygem rails:5.1}
 Requires:   %{rubygem rails:5.1}
@@ -85,8 +91,8 @@
 Requires:   %{rubygem puma >= 3}
 BuildRequires:  %{rubygem sass-rails >= 5.0.1}
 Requires:   %{rubygem sass-rails >= 5.0.1}
-BuildRequires:  %{rubygem virtus >= 1.0.1}
-Requires:   %{rubygem virtus >= 1.0.1}
+BuildRequires:  %{rubygem virtus:1.0 >= 1.0.1}
+Requires:   %{rubygem virtus:1.0 >= 1.0.1}
 BuildRequires:  %{rubygem js-routes >= 1.3.3}
 Requires:   %{rubygem js-routes >= 1.3.3}
 BuildRequires:  %{rubygem fast_gettext >= 1.4}
@@ -100,8 +106,8 @@
 BuildRequires:  %{rubygem kramdown >= 1.14}
 Requires:   %{rubygem kramdown >= 1.14}
 
-BuildRequires:  %{rubygem gettext >= 3.1}
-BuildRequires:  %{rubygem uglifier >= 3.0}
+BuildRequires:  %{rubygem gettext >= 3.2}
+BuildRequires:  %{rubygem uglifier >= 3}
 
 # Help OBS scheduler:
 BuildRequires:  %{rubygem mail >= 2.6}
@@ -126,7 +132,12 @@
 sed -i 's$#!/.*$#!%{_bindir}/ruby.%{rb_ruby_suffix}$' hawk/bin/rake
 sed -i 's$#!/.*$#!%{_bindir}/ruby.%{rb_ruby_suffix}$' hawk/bin/bundle
 pushd hawk
-bundle.%{rb_ruby_suffix} exec bin/rails version
+if [ -x /usr/bin/bundle.ruby.%{rb_ruby_suffix} ]; then
+   bundlerexe=bundle.ruby.%{rb_ruby_suffix}
+else
+   bundlerexe=bundle.%{rb_ruby_suffix}
+fi

commit hawk2 for openSUSE:Factory

2017-11-08 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2017-11-08 15:10:52

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Wed Nov  8 15:10:52 2017 rev:44 rq:539549 version:2.1.0+git.1510051134.341d508e

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2017-09-22 
21:34:21.380917683 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2017-11-08 
15:13:48.094014101 +0100
@@ -1,0 +2,7 @@
+Tue Nov 07 10:39:17 UTC 2017 - kgronl...@suse.com
+
+- Update to version 2.1.0+git.1510051134.341d508e:
+  * Show descriptions in cluster config (bsc#1054027)
+  * Fix systemd installation for hawk-backend.service
+
+---

Old:

  hawk2-2.1.0+git.1505978451.64a32626.tar.bz2

New:

  hawk2-2.1.0+git.1510051134.341d508e.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.B6zseB/_old  2017-11-08 15:13:48.773989279 +0100
+++ /var/tmp/diff_new_pack.B6zseB/_new  2017-11-08 15:13:48.777989134 +0100
@@ -40,7 +40,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.1.0+git.1505978451.64a32626
+Version:2.1.0+git.1510051134.341d508e
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
@@ -186,19 +186,19 @@
 %pre
 getent group %{gname} >/dev/null || groupadd -r %{gname} -g 189
 getent passwd %{uname} >/dev/null || useradd -r -g %{gname} -u 189 -s 
/sbin/nologin -c "cluster user" %{uname}
-%service_add_pre hawk.service
+%service_add_pre hawk.service hawk-backend.service
 
 %post
 %set_permissions %{_sbindir}/hawk_chkpwd
 %set_permissions %{_sbindir}/hawk_invoke
-%service_add_post hawk.service
+%service_add_post hawk.service hawk-backend.service
 %{fillup_only -n hawk}
 
 %preun
-%service_del_preun hawk.service
+%service_del_preun hawk.service hawk-backend.service
 
 %postun
-%service_del_postun hawk.service
+%service_del_postun hawk.service hawk-backend.service
 
 %endif
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.B6zseB/_old  2017-11-08 15:13:48.821987527 +0100
+++ /var/tmp/diff_new_pack.B6zseB/_new  2017-11-08 15:13:48.821987527 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  64a326266e674b373f35eaad21b41e2076728571
\ No newline at end of file
+  341d508ed4abecca1c9f6c478b3232d7dc239096
\ No newline at end of file

++ hawk2-2.1.0+git.1505978451.64a32626.tar.bz2 -> 
hawk2-2.1.0+git.1510051134.341d508e.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.1.0+git.1505978451.64a32626.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-2.1.0+git.1510051134.341d508e.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2017-09-22 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2017-09-22 21:34:19

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Fri Sep 22 21:34:19 2017 rev:43 rq:527659 version:2.1.0+git.1505978451.64a32626

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2017-09-09 
20:27:00.638065815 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2017-09-22 
21:34:21.380917683 +0200
@@ -1,0 +2,48 @@
+Thu Sep 21 07:26:18 UTC 2017 - kgronl...@suse.com
+
+- Update to version 2.1.0+git.1505978451.64a32626:
+  * Link error to report creation (bsc#1056483)
+  * Low: Show cluster name in status title
+  * Show revoke action for locally granted tickets (bsc#1059662)
+
+---
+Wed Sep 20 10:11:37 UTC 2017 - kgronl...@suse.com
+
+- Update to version 2.1.0+git.1505902130.031a9f76:
+  * Medium: Get post-expression value of ip resource for booth (bsc#1059492)
+  * Only trigger attrlist click if paired with a SELECT element (bsc#1053456)
+
+---
+Mon Sep 18 14:41:42 UTC 2017 - kgronl...@suse.com
+
+- Require timezone data to be present during build 
+
+---
+Mon Sep 18 10:18:44 UTC 2017 - kgronl...@suse.com
+
+- Loosen BR for nodejs to enable nodejs8 
+
+---
+Thu Sep 14 12:58:37 UTC 2017 - mrueck...@suse.de
+
+- add some BR to help the scheduler
+
+---
+Thu Sep 14 11:52:10 UTC 2017 - kgronl...@suse.com
+
+- Update to version 2.1.0+git.1505201925.7f077708:
+  * Use hawk-apiserver as proxy
+  * Remove hawk_monitor and related dependencies
+
+---
+Tue Sep 12 15:53:12 UTC 2017 - mrueck...@suse.de
+
+- minimize the packages we really need for this package:
+  - adds hawk2-nodev.patch
+  - use %{rubygem } syntax for BuildRequires/Requires
+  - reorder requires to match the Gemfile
+  - drop unused BR for nokogiri
+  - run "bundle.%{rb_ruby_suffix} exec bin/rails version"
+to verify that we have everything needed for the Gemfile
+
+---

Old:

  hawk2-2.1.0+git.1504876724.75e1a8b2.tar.bz2

New:

  hawk2-2.1.0+git.1505978451.64a32626.tar.bz2
  hawk2-nodev.patch



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.7hgPG1/_old  2017-09-22 21:34:22.108815220 +0200
+++ /var/tmp/diff_new_pack.7hgPG1/_new  2017-09-22 21:34:22.112814658 +0200
@@ -29,23 +29,23 @@
 %define www_base %{_datadir}
 %define www_tmp  %{_localstatedir}/lib/hawk/tmp
 %define www_log  %{_localstatedir}/log/hawk
+%define gname haclient
+%define uname hacluster
 
 %define rb_build_versions ruby24
 %define rb_ruby_abi ruby:2.4.0
 %define rb_ruby_suffix ruby2.4
 
-%definegname   haclient
-%defineuname   hacluster
-
 Name:   hawk2
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.1.0+git.1504876724.75e1a8b2
+Version:2.1.0+git.1505978451.64a32626
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
 Source100:  hawk-rpmlintrc
+Patch:  hawk2-nodev.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   ha-cluster-webui
 Obsoletes:  hawk <= 1.1.0
@@ -62,62 +62,54 @@
 Requires:   rubypick
 BuildRequires:  rubypick
 %endif
-Requires:   rubygem(%{rb_ruby_abi}:bundler)
 %if 0%{?suse_version}
 Recommends: graphviz-gnome
 Requires:   iproute2
 PreReq: permissions
 BuildRequires:  fdupes
-BuildRequires:  libpacemaker-devel
-%{?systemd_requires}
 %if 0%{?suse_version} >= 1210
-BuildRequires:  systemd
+BuildRequires:  systemd-rpm-macros
 %endif
+%{?systemd_requires}
 %else
 Requires:   iproute
-BuildRequires:  pacemaker-libs-devel
 %endif
 
 BuildRequires:  distribution-release
-BuildRequires:  rubygem(%{rb_ruby_abi}:fast_gettext) >= 1.4
-BuildRequires:  rubygem(%{rb_ruby_abi}:gettext) >= 3.1
-BuildRequires:  rubygem(%{rb_ruby_abi}:gettext_i18n_rails) >= 1.8
-BuildRequires:  rubygem(%{rb_ruby_abi}:gettext_i18n_rails_js) >= 1.3
-BuildRequires:  rubygem(%{rb_ruby_abi}:js-routes) >= 1.3.3
-BuildRequires:  rubygem(%{rb_ruby_abi}:kramdown) >= 1.14
-BuildRequires:  rubygem(%{rb_ruby_abi}:mail:2.5)
-BuildRequires:  rubygem(%{rb_ruby_abi}:puma) >= 3
-BuildRequires:  rubygem(%{rb_ruby_abi}:rails:5.1)
-BuildRequires: 

commit hawk2 for openSUSE:Factory

2017-09-09 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2017-09-09 20:26:56

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Sat Sep  9 20:26:56 2017 rev:42 rq:522320 version:2.1.0+git.1504876724.75e1a8b2

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2017-09-04 
12:32:37.974639556 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2017-09-09 
20:27:00.638065815 +0200
@@ -1,0 +2,6 @@
+Fri Sep 08 13:19:13 UTC 2017 - kgronl...@suse.com
+
+- Update to version 2.1.0+git.1504876724.75e1a8b2:
+  * Require Rails 5.1
+
+---

Old:

  hawk2-2.1.0+git.1504122466.88c339b3.tar.bz2

New:

  hawk2-2.1.0+git.1504876724.75e1a8b2.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.BGwGxw/_old  2017-09-09 20:27:01.361963781 +0200
+++ /var/tmp/diff_new_pack.BGwGxw/_new  2017-09-09 20:27:01.369962653 +0200
@@ -41,7 +41,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.1.0+git.1504122466.88c339b3
+Version:2.1.0+git.1504876724.75e1a8b2
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
@@ -87,7 +87,7 @@
 BuildRequires:  rubygem(%{rb_ruby_abi}:kramdown) >= 1.14
 BuildRequires:  rubygem(%{rb_ruby_abi}:mail:2.5)
 BuildRequires:  rubygem(%{rb_ruby_abi}:puma) >= 3
-BuildRequires:  rubygem(%{rb_ruby_abi}:rails:5)
+BuildRequires:  rubygem(%{rb_ruby_abi}:rails:5.1)
 BuildRequires:  rubygem(%{rb_ruby_abi}:sass) >= 3.4
 BuildRequires:  rubygem(%{rb_ruby_abi}:sass-rails) >= 5.0.1
 BuildRequires:  rubygem(%{rb_ruby_abi}:spring) >= 1.3
@@ -104,7 +104,7 @@
 Requires:   rubygem(%{rb_ruby_abi}:js-routes) >= 1.3.3
 Requires:   rubygem(%{rb_ruby_abi}:kramdown) >= 1.14
 Requires:   rubygem(%{rb_ruby_abi}:puma) >= 3
-Requires:   rubygem(%{rb_ruby_abi}:rails:5)
+Requires:   rubygem(%{rb_ruby_abi}:rails:5.1)
 Requires:   rubygem(%{rb_ruby_abi}:sass) >= 3.4
 Requires:   rubygem(%{rb_ruby_abi}:sass-rails) >= 5.0.1
 Requires:   rubygem(%{rb_ruby_abi}:sprockets) >= 3.0

++ _servicedata ++
--- /var/tmp/diff_new_pack.BGwGxw/_old  2017-09-09 20:27:01.453950816 +0200
+++ /var/tmp/diff_new_pack.BGwGxw/_new  2017-09-09 20:27:01.453950816 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  88c339b371e8f3bcf5c730fea60a8f6c5dca9307
\ No newline at end of file
+  75e1a8b2490d1ec03186e9a226de412d8824f5ff
\ No newline at end of file

++ hawk2-2.1.0+git.1504122466.88c339b3.tar.bz2 -> 
hawk2-2.1.0+git.1504876724.75e1a8b2.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.1.0+git.1504122466.88c339b3.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-2.1.0+git.1504876724.75e1a8b2.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2017-09-04 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2017-09-04 12:32:20

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Mon Sep  4 12:32:20 2017 rev:41 rq:519900 version:2.1.0+git.1504122466.88c339b3

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2017-06-10 
17:51:37.398555164 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2017-09-04 
12:32:37.974639556 +0200
@@ -1,0 +2,30 @@
+Thu Aug 31 09:30:33 UTC 2017 - kgronl...@suse.com
+
+- Require hawk-apiserver (fate#323437) 
+
+---
+Wed Aug 30 19:55:12 UTC 2017 - kgronl...@suse.com
+
+- Update to version 2.1.0+git.1504122466.88c339b3:
+  * Upgrade to Rails 5
+  * Drop support for bundling rubygems (fate#321115)
+  * Move hawk data files out of /srv/www (fate#321020)
+  * Remove the Strange char in Dashboard (bsc#1037430)
+  * Add have-watchdog to list of readonly options
+  * UI: Move sidebar down slightly when batch mode is enabled
+  * UI: Fix typo in template.rb
+  * Low: tools: crmd and pengine executables have moved to %_libdir/pacemaker
+  * Medium: Don't offset failure time by 10 minutes in notification 
(bsc#1056483)
+
+- Remove 0001-Don-t-drop-any-gems-from-bundle.patch
+- Remove json-1.8.1.gem
+- Remove rake-10.1.0.gem
+- Remove rake-10.4.2.gem
+
+---
+Mon Jul 24 11:20:59 UTC 2017 - kgronl...@suse.com
+
+- Update to version 2.1.0+git.1500894042.99eca950:
+  * generate-ssl-cert: Make sure commonName isn't too long (bsc#1046820)
+
+---

Old:

  0001-Don-t-drop-any-gems-from-bundle.patch
  hawk2-2.1.0+git.1496403895.2d3dbf1f.tar.bz2
  json-1.8.1.gem
  rake-10.1.0.gem
  rake-10.4.2.gem

New:

  hawk2-2.1.0+git.1504122466.88c339b3.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.ewQHgF/_old  2017-09-04 12:32:41.546137398 +0200
+++ /var/tmp/diff_new_pack.ewQHgF/_new  2017-09-04 12:32:41.558135711 +0200
@@ -17,45 +17,43 @@
 
 
 %if 0%{?suse_version}
-%definewww_base/srv/www
 %definevendor_ruby vendor_ruby
 %defineinit_style  suse
 %definepkg_group   Productivity/Clustering/HA
 %else
-%definewww_base/var/www
 %definevendor_ruby site_ruby
 %defineinit_style  redhat
 %definepkg_group   System Environment/Daemons
 %endif
 
-%define bundle_gems 1
+%define www_base %{_datadir}
+%define www_tmp  %{_localstatedir}/lib/hawk/tmp
+%define www_log  %{_localstatedir}/log/hawk
+
+%define rb_build_versions ruby24
+%define rb_ruby_abi ruby:2.4.0
+%define rb_ruby_suffix ruby2.4
 
 %definegname   haclient
 %defineuname   hacluster
 
-%define version_unconverted 2.1.0+git.1496403895.2d3dbf1f
-
 Name:   hawk2
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.1.0+git.1496403895.2d3dbf1f
+Version:2.1.0+git.1504122466.88c339b3
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
-Source10:   rake-10.4.2.gem
-Source11:   json-1.8.1.gem
-Source12:   rake-10.1.0.gem
 Source100:  hawk-rpmlintrc
-# PATCH-FIX-OPENSUSE: Don't drop any gems from bundle
-Patch1: 0001-Don-t-drop-any-gems-from-bundle.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   ha-cluster-webui
 Obsoletes:  hawk <= 1.1.0
 Provides:   hawk = %{version}
-Requires:   crmsh >= 2.2.0+git.1464237560
+Requires:   crmsh >= 3.0.0
 Requires:   graphviz
 Requires:   graphviz-gd
+Requires:   hawk-apiserver
 Requires(post): %fillup_prereq
 # Need a font of some kind for graphviz to work correctly (bsc#931950)
 Requires:   dejavu
@@ -64,7 +62,7 @@
 Requires:   rubypick
 BuildRequires:  rubypick
 %endif
-Requires:   rubygem(%{rb_default_ruby_abi}:bundler)
+Requires:   rubygem(%{rb_ruby_abi}:bundler)
 %if 0%{?suse_version}
 Recommends: graphviz-gnome
 Requires:   iproute2
@@ -80,68 +78,45 @@
 BuildRequires:  pacemaker-libs-devel
 %endif
 
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:builder) >= 3.2
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:byebug) >= 3.5
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:fast_gettext) >= 0.9.2
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:gettext:3) >= 3.1
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:gettext_i18n_rails:1) >= 1.2
-BuildRequires:  

commit hawk2 for openSUSE:Factory

2017-06-10 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2017-06-10 17:51:35

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Sat Jun 10 17:51:35 2017 rev:40 rq:500619 version:2.1.0+git.1496403895.2d3dbf1f

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2017-05-10 
20:53:22.186698350 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2017-06-10 
17:51:37.398555164 +0200
@@ -1,0 +2,7 @@
+Fri Jun 02 11:46:01 UTC 2017 - kgronl...@suse.com
+
+- Update to version 2.1.0+git.1496403895.2d3dbf1f:
+  * Add have-watchdog to list of readonly options (bsc#1042361)
+  * UI: Move sidebar down slightly when batch mode is enabled (bsc#1042360)
+
+---

Old:

  hawk2-2.1.0+git.1494403016.19b2aada.tar.bz2

New:

  hawk2-2.1.0+git.1496403895.2d3dbf1f.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.QmXXHR/_old  2017-06-10 17:51:38.114454079 +0200
+++ /var/tmp/diff_new_pack.QmXXHR/_new  2017-06-10 17:51:38.114454079 +0200
@@ -33,13 +33,13 @@
 %definegname   haclient
 %defineuname   hacluster
 
-%define version_unconverted 2.1.0+git.1494403016.19b2aada
+%define version_unconverted 2.1.0+git.1496403895.2d3dbf1f
 
 Name:   hawk2
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.1.0+git.1494403016.19b2aada
+Version:2.1.0+git.1496403895.2d3dbf1f
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.QmXXHR/_old  2017-06-10 17:51:38.170446173 +0200
+++ /var/tmp/diff_new_pack.QmXXHR/_new  2017-06-10 17:51:38.170446173 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  19b2aada0bd98cd28e8ee2e70a1b7d0222ba0492
\ No newline at end of file
+  2d3dbf1f7098d87725d904503e77f6c82664e31c
\ No newline at end of file

++ hawk2-2.1.0+git.1494403016.19b2aada.tar.bz2 -> 
hawk2-2.1.0+git.1496403895.2d3dbf1f.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.1.0+git.1494403016.19b2aada.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-2.1.0+git.1496403895.2d3dbf1f.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2017-05-10 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2017-05-10 20:53:20

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Wed May 10 20:53:20 2017 rev:39 rq:494007 version:2.1.0+git.1494403016.19b2aada

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2017-05-09 
18:02:31.382208040 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2017-05-10 
20:53:22.186698350 +0200
@@ -1,0 +2,6 @@
+Wed May 10 07:58:26 UTC 2017 - kgronl...@suse.com
+
+- Update to version 2.1.0+git.1494403016.19b2aada:
+  * Fix systemd usage (bsc#1038400)
+
+---

Old:

  hawk2-2.1.0+git.1493374455.0363b9be.tar.bz2

New:

  hawk2-2.1.0+git.1494403016.19b2aada.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.mZtnMJ/_old  2017-05-10 20:53:23.134564594 +0200
+++ /var/tmp/diff_new_pack.mZtnMJ/_new  2017-05-10 20:53:23.138564031 +0200
@@ -33,13 +33,13 @@
 %definegname   haclient
 %defineuname   hacluster
 
-%define version_unconverted 2.1.0+git.1493374455.0363b9be
+%define version_unconverted 2.1.0+git.1494403016.19b2aada
 
 Name:   hawk2
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.1.0+git.1493374455.0363b9be
+Version:2.1.0+git.1494403016.19b2aada
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
@@ -223,8 +223,6 @@
 %verify_permissions -e %{_sbindir}/hawk_invoke
 
 %pre
-systemctl is-enabled hawk.service 2>/dev/null | grep enabled >/dev/null && 
touch /var/tmp/%name-%version-service-enabled
-systemctl is-active hawk.service 2>/dev/null | grep active >/dev/null && touch 
/var/tmp/%name-%version-service-active
 %service_add_pre hawk.service
 
 %post
@@ -239,10 +237,6 @@
 %postun
 %service_del_postun hawk.service
 
-%triggerpostun -- hawk
-[ -e /var/tmp/%name-%version-service-enabled ] && systemctl enable hawk.service
-[ -e /var/tmp/%name-%version-service-active ] && systemctl start hawk.service
-
 %endif
 
 %files -f hawk.lang

++ _servicedata ++
--- /var/tmp/diff_new_pack.mZtnMJ/_old  2017-05-10 20:53:23.286543149 +0200
+++ /var/tmp/diff_new_pack.mZtnMJ/_new  2017-05-10 20:53:23.290542585 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  0363b9be141e915aa0e459af224cd785833adbb3
\ No newline at end of file
+  19b2aada0bd98cd28e8ee2e70a1b7d0222ba0492
\ No newline at end of file

++ hawk2-2.1.0+git.1493374455.0363b9be.tar.bz2 -> 
hawk2-2.1.0+git.1494403016.19b2aada.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.1.0+git.1493374455.0363b9be.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-2.1.0+git.1494403016.19b2aada.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2017-05-09 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2017-05-09 18:02:24

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Tue May  9 18:02:24 2017 rev:38 rq:491793 version:2.1.0+git.1493374455.0363b9be

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2017-04-06 
11:02:24.937332859 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2017-05-09 
18:02:31.382208040 +0200
@@ -1,0 +2,33 @@
+Fri Apr 28 10:14:57 UTC 2017 - kgronl...@suse.com
+
+- Update to version 2.1.0+git.1493374455.0363b9be:
+  * UI: Improve layout of Show/Edit/Graph buttons (bsc#1036761)
+
+---
+Fri Apr 28 08:43:33 UTC 2017 - kgronl...@suse.com
+
+- Update to version 2.1.0+git.1493367682.5e6c2dc5:
+  * UI: Add filter, link and ticket buttons. (bsc#1036738)
+  * UI: Add search box for cluster table (bsc#1036738)
+
+---
+Tue Apr 25 12:31:05 UTC 2017 - kgronl...@suse.com
+
+- Update to version 2.1.0+git.1493122558.004910fa:
+  * Bug: Use cib_id parameter if provided (bsc#1029532)
+  * Update translations
+
+---
+Thu Apr 20 12:21:41 UTC 2017 - kgronl...@suse.com
+
+- Update to version 2.1.0+git.1492690749.6147693e:
+  * UI: Display output from wizard in modal (fate#320866)
+
+---
+Tue Apr 11 06:51:06 UTC 2017 - kgronl...@suse.com
+
+- Update to version 2.1.0+git.1491892871.5d65a24d:
+  * Updated multi-cluster dashboard (bsc#1029532)
+  * Fix sidebar in low resolutions (bsc#1031816)
+
+---

Old:

  hawk2-2.1.0+git.1490950724.558e8212.tar.bz2

New:

  hawk2-2.1.0+git.1493374455.0363b9be.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.JniazA/_old  2017-05-09 18:02:32.410062792 +0200
+++ /var/tmp/diff_new_pack.JniazA/_new  2017-05-09 18:02:32.414062227 +0200
@@ -33,13 +33,13 @@
 %definegname   haclient
 %defineuname   hacluster
 
-%define version_unconverted 2.1.0+git.1490950724.558e8212
+%define version_unconverted 2.1.0+git.1493374455.0363b9be
 
 Name:   hawk2
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.1.0+git.1490950724.558e8212
+Version:2.1.0+git.1493374455.0363b9be
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.JniazA/_old  2017-05-09 18:02:32.502049794 +0200
+++ /var/tmp/diff_new_pack.JniazA/_new  2017-05-09 18:02:32.502049794 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  558e8212f473ee1f3689f8c88d9cb0a9a8ccd810
\ No newline at end of file
+  0363b9be141e915aa0e459af224cd785833adbb3
\ No newline at end of file

++ hawk2-2.1.0+git.1490950724.558e8212.tar.bz2 -> 
hawk2-2.1.0+git.1493374455.0363b9be.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.1.0+git.1490950724.558e8212.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-2.1.0+git.1493374455.0363b9be.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2017-04-06 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2017-04-06 11:02:23

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Thu Apr  6 11:02:23 2017 rev:37 rq:484027 version:2.1.0+git.1490950724.558e8212

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2017-03-16 
09:51:42.928258674 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2017-04-06 
11:02:24.937332859 +0200
@@ -1,0 +2,6 @@
+Fri Mar 31 08:59:48 UTC 2017 - kgronl...@suse.com
+
+- Update to version 2.1.0+git.1490950724.558e8212:
+  * Escape body attrs correctly (bsc#1031822)
+
+---

Old:

  hawk2-2.1.0+git.1489564721.15ee423b.tar.bz2

New:

  hawk2-2.1.0+git.1490950724.558e8212.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.W3AjRr/_old  2017-04-06 11:02:25.773214720 +0200
+++ /var/tmp/diff_new_pack.W3AjRr/_new  2017-04-06 11:02:25.777214155 +0200
@@ -33,13 +33,13 @@
 %definegname   haclient
 %defineuname   hacluster
 
-%define version_unconverted 2.1.0+git.1489564721.15ee423b
+%define version_unconverted 2.1.0+git.1490950724.558e8212
 
 Name:   hawk2
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.1.0+git.1489564721.15ee423b
+Version:2.1.0+git.1490950724.558e8212
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.W3AjRr/_old  2017-04-06 11:02:25.845204545 +0200
+++ /var/tmp/diff_new_pack.W3AjRr/_new  2017-04-06 11:02:25.849203980 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  15ee423b37ec3d6e177c3d12d5f701bafc88b7d7
\ No newline at end of file
+  558e8212f473ee1f3689f8c88d9cb0a9a8ccd810
\ No newline at end of file

++ hawk2-2.1.0+git.1489564721.15ee423b.tar.bz2 -> 
hawk2-2.1.0+git.1490950724.558e8212.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.1.0+git.1489564721.15ee423b.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-2.1.0+git.1490950724.558e8212.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2017-03-16 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2017-03-16 09:42:50

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Thu Mar 16 09:42:50 2017 rev:36 rq:479439 version:2.1.0+git.1489564721.15ee423b

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2017-03-02 
19:38:25.786345698 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2017-03-16 
09:51:42.928258674 +0100
@@ -1,0 +2,7 @@
+Wed Mar 15 07:59:50 UTC 2017 - kgronl...@suse.com
+
+- Update to version 2.1.0+git.1489564721.15ee423b:
+  * UI: Remove trailing brackets (bsc#1029271)
+  * UI: Implement language list button and documentation, github and website 
link in footer
+
+---

Old:

  hawk2-2.1.0+git.1488276154.57dd3268.tar.bz2

New:

  hawk2-2.1.0+git.1489564721.15ee423b.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.rVmXXS/_old  2017-03-16 09:51:43.580166352 +0100
+++ /var/tmp/diff_new_pack.rVmXXS/_new  2017-03-16 09:51:43.584165785 +0100
@@ -33,13 +33,13 @@
 %definegname   haclient
 %defineuname   hacluster
 
-%define version_unconverted 2.1.0+git.1488276154.57dd3268
+%define version_unconverted 2.1.0+git.1489564721.15ee423b
 
 Name:   hawk2
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.1.0+git.1488276154.57dd3268
+Version:2.1.0+git.1489564721.15ee423b
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.rVmXXS/_old  2017-03-16 09:51:43.636158422 +0100
+++ /var/tmp/diff_new_pack.rVmXXS/_new  2017-03-16 09:51:43.636158422 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  57dd32683adca3932060cd82c383bd67c414fd32
\ No newline at end of file
+  15ee423b37ec3d6e177c3d12d5f701bafc88b7d7
\ No newline at end of file

++ hawk2-2.1.0+git.1488276154.57dd3268.tar.bz2 -> 
hawk2-2.1.0+git.1489564721.15ee423b.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.1.0+git.1488276154.57dd3268.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-2.1.0+git.1489564721.15ee423b.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2017-03-02 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2017-03-02 19:38:24

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Thu Mar  2 19:38:24 2017 rev:35 rq:460846 version:2.1.0+git.1488276154.57dd3268

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2017-02-20 
13:14:15.795474593 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2017-03-02 
19:38:25.786345698 +0100
@@ -1,0 +2,16 @@
+Tue Feb 28 10:14:40 UTC 2017 - kgronl...@suse.com
+
+- Update to version 2.1.0+git.1488276154.57dd3268:
+  * Add fencing topology support (fate#321133)
+  * Add documentation for fencing topology (fate#321133)
+  * UI: Revise copy for login screen
+  * UI: Anchor backlinks to correct tab
+  * UI: Fix footer position issues
+  * UI: Fix missing alerts attribute controls
+  * Check and warn re: DRBD disk/connection status (fate#322043)
+  * UI: Show recent event = running (master) as info, not danger
+  * Increase size of eventcontrol markers (bsc#1001357)
+  * Show transition node as DC for clarity (bsc#1010843)
+  * Reports: Display times as UTC as consistently as possible (bsc#1010831)
+
+---
@@ -542 +558 @@
-- Update to version 1.0.1+git.1446048276.98c4de1:
+- Update to version 1.0.1+git.1446048276.98c4de1 (bsc#952441):
@@ -1106 +1122 @@
-  - Integrated puma as a lighttpd replacement
+  - Integrated puma as a lighttpd replacement (fate#317078)

Old:

  hawk2-2.0.0+git.1480940121.2c59e4e.tar.bz2

New:

  hawk2-2.1.0+git.1488276154.57dd3268.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.b4L3I0/_old  2017-03-02 19:38:26.618227981 +0100
+++ /var/tmp/diff_new_pack.b4L3I0/_new  2017-03-02 19:38:26.618227981 +0100
@@ -33,13 +33,13 @@
 %definegname   haclient
 %defineuname   hacluster
 
-%define version_unconverted 2.0.0+git.1480940121.2c59e4e
+%define version_unconverted 2.1.0+git.1488276154.57dd3268
 
 Name:   hawk2
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.0.0+git.1480940121.2c59e4e
+Version:2.1.0+git.1488276154.57dd3268
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _service ++
--- /var/tmp/diff_new_pack.b4L3I0/_old  2017-03-02 19:38:26.658222321 +0100
+++ /var/tmp/diff_new_pack.b4L3I0/_new  2017-03-02 19:38:26.662221755 +0100
@@ -4,8 +4,8 @@
 git
 .git
 hawk2
-2.0.0+git.%ct.%h
-hawk-2
+2.1.0+git.%ct.%h
+sle-12-sp3
 enable
   
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.b4L3I0/_old  2017-03-02 19:38:26.686218360 +0100
+++ /var/tmp/diff_new_pack.b4L3I0/_new  2017-03-02 19:38:26.686218360 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  2c59e4ee0cf8d0818d3ddea62c9c93d969e4fbc8
\ No newline at end of file
+  57dd32683adca3932060cd82c383bd67c414fd32
\ No newline at end of file

++ hawk2-2.0.0+git.1480940121.2c59e4e.tar.bz2 -> 
hawk2-2.1.0+git.1488276154.57dd3268.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.0.0+git.1480940121.2c59e4e.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-2.1.0+git.1488276154.57dd3268.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2017-02-20 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2017-02-20 13:14:14

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2016-12-08 
00:30:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2017-02-20 
13:14:15.795474593 +0100
@@ -1,0 +2,6 @@
+Mon Feb  6 13:39:30 UTC 2017 - kgronl...@suse.com
+
+- Always bundle gems for hawk 
+- Add 0001-Don-t-drop-any-gems-from-bundle.patch
+
+---

New:

  0001-Don-t-drop-any-gems-from-bundle.patch
  json-1.8.1.gem
  rake-10.1.0.gem
  rake-10.4.2.gem



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.GM1Lk9/_old  2017-02-20 13:14:16.803332898 +0100
+++ /var/tmp/diff_new_pack.GM1Lk9/_new  2017-02-20 13:14:16.807332336 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hawk2
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,7 @@
 %definepkg_group   System Environment/Daemons
 %endif
 
-#%%define bundle_gems 0
+%define bundle_gems 1
 
 %definegname   haclient
 %defineuname   hacluster
@@ -43,7 +43,12 @@
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
+Source10:   rake-10.4.2.gem
+Source11:   json-1.8.1.gem
+Source12:   rake-10.1.0.gem
 Source100:  hawk-rpmlintrc
+# PATCH-FIX-OPENSUSE: Don't drop any gems from bundle
+Patch1: 0001-Don-t-drop-any-gems-from-bundle.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   ha-cluster-webui
 Obsoletes:  hawk <= 1.1.0
@@ -147,15 +152,20 @@
 
 %prep
 %setup
+%patch1 -p1
 
 %build
 export NOKOGIRI_USE_SYSTEM_LIBRARIES=1
 CFLAGS="${CFLAGS} ${RPM_OPT_FLAGS}"
 export CFLAGS
+mkdir -p hawk/vendor/cache
+install -D -m0644 %{S:10} %{S:11} %{S:12} hawk/vendor/cache
 make WWW_BASE=%{www_base} INIT_STYLE=%{init_style} LIBDIR=%{_libdir} 
BINDIR=%{_bindir} SBINDIR=%{_sbindir} 
BUNDLE_GEMS=%{expand:%{?bundle_gems:true}%{!?bundle_gems:false}} 
RUBY_ABI=%{rb_ver}
 
 %install
 make WWW_BASE=%{www_base} INIT_STYLE=%{init_style} DESTDIR=%{buildroot} 
BUNDLE_GEMS=%{expand:%{?bundle_gems:true}%{!?bundle_gems:false}} install
+sed -i 's$#!/.*$#!/usr/bin/ruby.%{rb_default_ruby_suffix}$' 
%{buildroot}%{www_base}/hawk/bin/bundle
+
 # copy of GPL
 cp COPYING %{buildroot}%{www_base}/hawk/
 %if 0%{?bundle_gems}

++ 0001-Don-t-drop-any-gems-from-bundle.patch ++
>From 1b85e2dc8a64d11659e024988b714ee378910acf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kristoffer=20Gr=C3=B6nlund?= 
Date: Mon, 6 Feb 2017 15:06:38 +0100
Subject: [PATCH] Don't drop any gems from bundle

---
 Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 1daca19..e337998 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ INIT_STYLE = suse
 BUNDLE_GEMS = false
 
 # This should be discoverable in a better way
-RUBY_ABI = 2.1.0
+RUBY_ABI = "$(echo "puts \"#{Gem.ruby_api_version}\"" | ruby)"
 
 # Set this never to 1, it's used only within vagrant for development
 WITHIN_VAGRANT = 0
@@ -53,8 +53,6 @@ all: scripts/hawk.$(INIT_STYLE) scripts/hawk.service 
scripts/hawk.service.bundle
export BUNDLE_WITHOUT="test" && \
# Generate Gemfile.lock \
bundle list && \
-   # Strip unwanted gems from Gemfile.lock \
-   sed -i -e '/\brdoc\b/d' -e '/\brake\b/d' -e '/\bjson\b/d' 
Gemfile.lock && \
# Finally package and install the gems \
bundle package && bundle install --local --deployment ; \
 fi ; \
-- 
2.10.1

++ hawk2-2.0.0+git.1480940121.2c59e4e.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.0.0+git.1480940121.2c59e4e.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-2.0.0+git.1480940121.2c59e4e.tar.bz2
 differ: char 160361, line 720




commit hawk2 for openSUSE:Factory

2016-12-07 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2016-12-08 00:30:54

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2016-12-02 
16:42:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2016-12-08 
00:30:56.0 +0100
@@ -1,0 +2,7 @@
+Mon Dec 05 12:21:15 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1480940121.2c59e4e:
+  * Doc: Add missing link to HA quick guide
+  * UI: Show local doc links as large buttons
+
+---

Old:

  hawk2-2.0.0+git.1480523437.b6a234a.tar.bz2

New:

  hawk2-2.0.0+git.1480940121.2c59e4e.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.NaoQ6S/_old  2016-12-08 00:30:58.0 +0100
+++ /var/tmp/diff_new_pack.NaoQ6S/_new  2016-12-08 00:30:58.0 +0100
@@ -33,13 +33,13 @@
 %definegname   haclient
 %defineuname   hacluster
 
-%define version_unconverted 2.0.0+git.1480523437.b6a234a
+%define version_unconverted 2.0.0+git.1480940121.2c59e4e
 
 Name:   hawk2
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.0.0+git.1480523437.b6a234a
+Version:2.0.0+git.1480940121.2c59e4e
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
@@ -175,7 +175,7 @@
 mkdir -p %{buildroot}/usr/share/doc/manual/sle-ha-manuals_en
 mkdir -p %{buildroot}/usr/share/doc/manual/sle-ha-geo-manuals_en
 mkdir -p %{buildroot}/usr/share/doc/manual/sle-ha-nfs-quick_en-pdf
-mkdir -p %{buildroot}/usr/share/doc/manual/sle-ha-install-quick_en
+mkdir -p %{buildroot}/usr/share/doc/manual/sle-ha-install-quick_en-pdf
 
 # mark .mo files as such (works on SUSE but not FC12, as the latter wants 
directory to
 # be "share/locale", not just "locale", and it also doesn't support appending 
to %%{name}.lang)

++ _servicedata ++
--- /var/tmp/diff_new_pack.NaoQ6S/_old  2016-12-08 00:30:58.0 +0100
+++ /var/tmp/diff_new_pack.NaoQ6S/_new  2016-12-08 00:30:58.0 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  b6a234aba9bdd30b90bfa3e2ee0d0bef4576d948
\ No newline at end of file
+  2c59e4ee0cf8d0818d3ddea62c9c93d969e4fbc8
\ No newline at end of file

++ hawk2-2.0.0+git.1480523437.b6a234a.tar.bz2 -> 
hawk2-2.0.0+git.1480940121.2c59e4e.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.0.0+git.1480523437.b6a234a.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-2.0.0+git.1480940121.2c59e4e.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2016-12-02 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2016-12-02 16:42:36

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2016-11-17 
12:44:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2016-12-02 
16:42:36.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 30 16:31:44 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1480523437.b6a234a:
+  * UI: Every help entry needs a :html entry as well
+
+---

Old:

  hawk2-2.0.0+git.1479373464.68754a3.tar.bz2

New:

  hawk2-2.0.0+git.1480523437.b6a234a.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.anwA3P/_old  2016-12-02 16:42:38.0 +0100
+++ /var/tmp/diff_new_pack.anwA3P/_new  2016-12-02 16:42:38.0 +0100
@@ -33,13 +33,13 @@
 %definegname   haclient
 %defineuname   hacluster
 
-%define version_unconverted 2.0.0+git.1479373464.68754a3
+%define version_unconverted 2.0.0+git.1480523437.b6a234a
 
 Name:   hawk2
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.0.0+git.1479373464.68754a3
+Version:2.0.0+git.1480523437.b6a234a
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.anwA3P/_old  2016-12-02 16:42:38.0 +0100
+++ /var/tmp/diff_new_pack.anwA3P/_new  2016-12-02 16:42:38.0 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  68754a374d2051226722448b3e703d23f46fd86a
\ No newline at end of file
+  b6a234aba9bdd30b90bfa3e2ee0d0bef4576d948
\ No newline at end of file

++ hawk2-2.0.0+git.1479373464.68754a3.tar.bz2 -> 
hawk2-2.0.0+git.1480523437.b6a234a.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.0.0+git.1479373464.68754a3.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-2.0.0+git.1480523437.b6a234a.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2016-11-17 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2016-11-17 12:44:30

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2016-11-14 
20:15:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2016-11-17 
12:44:31.0 +0100
@@ -1,0 +2,8 @@
+Thu Nov 17 09:05:29 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1479373464.68754a3:
+  * Dashboard: Try persisted session before login (bsc#1009880)
+  * Group: Don't duplicate object list on errors (bsc#1009748)
+  * Reports: Show diff from the past, not to the future (bsc#1010602)
+
+---

Old:

  hawk2-2.0.0+git.1478971272.e716a0b.tar.bz2

New:

  hawk2-2.0.0+git.1479373464.68754a3.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.j9Dym7/_old  2016-11-17 12:44:32.0 +0100
+++ /var/tmp/diff_new_pack.j9Dym7/_new  2016-11-17 12:44:32.0 +0100
@@ -33,13 +33,13 @@
 %definegname   haclient
 %defineuname   hacluster
 
-%define version_unconverted 2.0.0+git.1478971272.e716a0b
+%define version_unconverted 2.0.0+git.1479373464.68754a3
 
 Name:   hawk2
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.0.0+git.1478971272.e716a0b
+Version:2.0.0+git.1479373464.68754a3
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.j9Dym7/_old  2016-11-17 12:44:32.0 +0100
+++ /var/tmp/diff_new_pack.j9Dym7/_new  2016-11-17 12:44:32.0 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  e716a0be94495e9d4ed716f38755a9a2ecf540ee
\ No newline at end of file
+  68754a374d2051226722448b3e703d23f46fd86a
\ No newline at end of file

++ hawk2-2.0.0+git.1478971272.e716a0b.tar.bz2 -> 
hawk2-2.0.0+git.1479373464.68754a3.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.0.0+git.1478971272.e716a0b.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-2.0.0+git.1479373464.68754a3.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2016-11-14 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2016-11-14 20:15:11

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2016-11-05 
21:26:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2016-11-14 
20:15:13.0 +0100
@@ -1,0 +2,10 @@
+Sat Nov 12 17:32:53 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1478971272.e716a0b:
+  * UI: Fix typos in RC description for m/s (bsc#1009867)
+  * UI: Hide ACL in mainnav if offline (bsc#1009869)
+  * Batch Mode: Handle CSRF token (bsc#1009866)
+  * Persist session across cluster nodes using attrd_updater (bsc#1009880)
+  * Installation and Setup Quick Start (bsc#1006831)
+
+---

Old:

  hawk2-2.0.0+git.1478179791.a7b6c5e.tar.bz2

New:

  hawk2-2.0.0+git.1478971272.e716a0b.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.b3APY4/_old  2016-11-14 20:15:14.0 +0100
+++ /var/tmp/diff_new_pack.b3APY4/_new  2016-11-14 20:15:14.0 +0100
@@ -33,13 +33,13 @@
 %definegname   haclient
 %defineuname   hacluster
 
-%define version_unconverted 2.0.0+git.1478179791.a7b6c5e
+%define version_unconverted 2.0.0+git.1478971272.e716a0b
 
 Name:   hawk2
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.0.0+git.1478179791.a7b6c5e
+Version:2.0.0+git.1478971272.e716a0b
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
@@ -175,6 +175,7 @@
 mkdir -p %{buildroot}/usr/share/doc/manual/sle-ha-manuals_en
 mkdir -p %{buildroot}/usr/share/doc/manual/sle-ha-geo-manuals_en
 mkdir -p %{buildroot}/usr/share/doc/manual/sle-ha-nfs-quick_en-pdf
+mkdir -p %{buildroot}/usr/share/doc/manual/sle-ha-install-quick_en
 
 # mark .mo files as such (works on SUSE but not FC12, as the latter wants 
directory to
 # be "share/locale", not just "locale", and it also doesn't support appending 
to %%{name}.lang)

++ _servicedata ++
--- /var/tmp/diff_new_pack.b3APY4/_old  2016-11-14 20:15:14.0 +0100
+++ /var/tmp/diff_new_pack.b3APY4/_new  2016-11-14 20:15:14.0 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  a7b6c5ed69ad6534dee48de7a64f13cb82a750bd
\ No newline at end of file
+  e716a0be94495e9d4ed716f38755a9a2ecf540ee
\ No newline at end of file

++ hawk2-2.0.0+git.1478179791.a7b6c5e.tar.bz2 -> 
hawk2-2.0.0+git.1478971272.e716a0b.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.0.0+git.1478179791.a7b6c5e.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-2.0.0+git.1478971272.e716a0b.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2016-11-05 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2016-11-05 21:26:20

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2016-10-10 
16:25:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2016-11-05 
21:26:21.0 +0100
@@ -1,0 +2,15 @@
+Thu Nov 03 13:32:12 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1478179791.a7b6c5e:
+  * UI: Use Recent events for both resources and nodes (bsc#1008268)
+  * Cib: Add only node name to feature set map (bsc#1008321)
+
+---
+Wed Nov 02 17:34:20 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1478101560.4ab8817:
+  * High: Catch div by 0 when utilization attribute has no value set 
(bsc#1008104)
+  * UI: Clearer error when creating group with no children (bsc#1006169)
+  * UI: Fix issues with larger markers (bsc#1001357)
+
+---
@@ -19 +34 @@
-  * Set verify_mode: none to workaround puma bug in 3.6.0
+  * Set verify_mode: none to workaround puma bug in 3.6.0 (bsc#1002369)

Old:

  hawk2-2.0.0+git.1476083916.a1e9463.tar.bz2

New:

  hawk2-2.0.0+git.1478179791.a7b6c5e.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.E0jnqy/_old  2016-11-05 21:26:22.0 +0100
+++ /var/tmp/diff_new_pack.E0jnqy/_new  2016-11-05 21:26:22.0 +0100
@@ -33,13 +33,13 @@
 %definegname   haclient
 %defineuname   hacluster
 
-%define version_unconverted 2.0.0+git.1476083916.a1e9463
+%define version_unconverted 2.0.0+git.1478179791.a7b6c5e
 
 Name:   hawk2
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.0.0+git.1476083916.a1e9463
+Version:2.0.0+git.1478179791.a7b6c5e
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.E0jnqy/_old  2016-11-05 21:26:22.0 +0100
+++ /var/tmp/diff_new_pack.E0jnqy/_new  2016-11-05 21:26:22.0 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  a1e94635283727bc3ecad3478aa0a49b089d4610
\ No newline at end of file
+  a7b6c5ed69ad6534dee48de7a64f13cb82a750bd
\ No newline at end of file

++ hawk2-2.0.0+git.1476083916.a1e9463.tar.bz2 -> 
hawk2-2.0.0+git.1478179791.a7b6c5e.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.0.0+git.1476083916.a1e9463.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-2.0.0+git.1478179791.a7b6c5e.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2016-10-10 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2016-10-10 16:25:14

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2016-09-14 
23:34:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2016-10-10 
16:25:44.0 +0200
@@ -1,0 +2,20 @@
+Mon Oct 10 07:19:30 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1476083916.a1e9463:
+  * Allow use of spring 2.0.0
+
+---
+Tue Oct 04 12:29:38 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1475584027.541506e:
+  * Add preference to disable STONITH warning
+  * Support for configuring event-based alerts (fate#321118)
+  * Increase size of eventcontrol markers (bsc#1001357)
+  * Fix crash when redirecting after editing missing object for tags and 
templates
+  * Fix crash when creating alert with recipients (fate#321118)
+  * Fix incorrect paths in systemd script
+  * Install sysconfig script for hawk
+  * Don't try to start hawk via bundle unless gems are bundled
+  * Set verify_mode: none to workaround puma bug in 3.6.0
+
+---

Old:

  hawk2-2.0.0+git.1471356649.a5ecac4.tar.bz2

New:

  hawk2-2.0.0+git.1476083916.a1e9463.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.CuD2ZI/_old  2016-10-10 16:25:51.0 +0200
+++ /var/tmp/diff_new_pack.CuD2ZI/_new  2016-10-10 16:25:51.0 +0200
@@ -33,13 +33,13 @@
 %definegname   haclient
 %defineuname   hacluster
 
-%define version_unconverted 2.0.0+git.1471356649.a5ecac4
+%define version_unconverted 2.0.0+git.1476083916.a1e9463
 
 Name:   hawk2
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.0.0+git.1471356649.a5ecac4
+Version:2.0.0+git.1476083916.a1e9463
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
@@ -51,6 +51,7 @@
 Requires:   crmsh >= 2.2.0+git.1464237560
 Requires:   graphviz
 Requires:   graphviz-gd
+Requires(post): %fillup_prereq
 # Need a font of some kind for graphviz to work correctly (bsc#931950)
 Requires:   dejavu
 Requires:   pacemaker >= 1.1.8
@@ -93,7 +94,7 @@
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:sass) >= 3.4
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:sass-rails) >= 5.0.1
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:sexp_processor) >= 4.5.1
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:spring:1) >= 1.3
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:spring) >= 1.3
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:virtus)
 
 %if 0%{?suse_version} <= 1310
@@ -197,6 +198,7 @@
 %endif
 
 install -p -d -m 755 %{buildroot}%{_sysconfdir}/hawk
+install -D -m 0644 -T rpm/sysconfig.hawk 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.hawk
 
 %clean
 rm -rf %{buildroot}
@@ -218,6 +220,7 @@
 %set_permissions %{_sbindir}/hawk_chkpwd
 %set_permissions %{_sbindir}/hawk_invoke
 %service_add_post hawk.service
+%{fillup_only -n hawk}
 
 %preun
 %service_del_preun hawk.service
@@ -233,6 +236,7 @@
 
 %files -f hawk.lang
 %defattr(644,root,root,755)
+%{_localstatedir}/adm/fillup-templates/sysconfig.hawk
 %attr(4750, root, %{gname})%{_sbindir}/hawk_chkpwd
 %attr(4750, root, %{gname})%{_sbindir}/hawk_invoke
 %attr(0755, root, root) %{_sbindir}/hawk_monitor

++ _service ++
--- /var/tmp/diff_new_pack.CuD2ZI/_old  2016-10-10 16:25:51.0 +0200
+++ /var/tmp/diff_new_pack.CuD2ZI/_new  2016-10-10 16:25:51.0 +0200
@@ -5,7 +5,7 @@
 .git
 hawk2
 2.0.0+git.%ct.%h
-master
+hawk-2
 enable
   
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.CuD2ZI/_old  2016-10-10 16:25:51.0 +0200
+++ /var/tmp/diff_new_pack.CuD2ZI/_new  2016-10-10 16:25:51.0 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  a5ecac42ea9ff6c0273db4b5dfb245e57ad46fc8
\ No newline at end of file
+  a1e94635283727bc3ecad3478aa0a49b089d4610
\ No newline at end of file

++ hawk2-2.0.0+git.1471356649.a5ecac4.tar.bz2 -> 
hawk2-2.0.0+git.1476083916.a1e9463.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.0.0+git.1471356649.a5ecac4.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-2.0.0+git.1476083916.a1e9463.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2016-09-14 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2016-09-14 23:34:44

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2016-06-14 
23:08:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2016-09-14 
23:34:47.0 +0200
@@ -1,0 +2,63 @@
+Mon Aug 22 13:37:40 UTC 2016 - kgronl...@suse.com
+
+- Detect service status before upgrade (bsc#993055) 
+
+---
+Fri Aug 19 06:59:39 UTC 2016 - kgronl...@suse.com
+
+- Enable hawk service if upgrading from Hawk 1 (bsc#993055) 
+
+---
+Tue Aug 16 14:21:16 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1471356649.a5ecac4:
+  * Skip authenticity token for cib#show to enable dashboard (bsc#989794)
+
+---
+Fri Aug 12 06:58:00 UTC 2016 - kgronl...@suse.com
+
+- Be stricter about requiring web-console 2, not 3 
+
+---
+Tue Aug 09 06:16:02 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1470723261.8166faf:
+  * Update translations (bsc#984336)
+
+---
+Sat Jul 30 23:23:43 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1469920946.db7b726:
+  * Expose OPTIONS route for /cib/ (bsc#989794)
+  * DOC: Update README and generate table of content (#69)
+  * Run puma via bundle exec to locate gems correctly
+
+---
+Wed Jul 13 16:49:25 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1468428505.0135e38:
+  * Don't use Rails titleize method in wizards (bsc#987696)
+  * Update translations (bsc#984336)
+  * Pass correct context to grant/revoke popup (bsc#987860)
+
+---
+Tue Jul 12 13:02:14 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1468326669.6b3a189:
+- Drop merged patches:
+  * Remove 0001-Set-Content-Security-Policy-to-frame-ancestors-self-.patch
+  * Remove 0002-Call-correct-method-to-revoke-ticket-bsc-987860.patch
+
+---
+Tue Jul 12 08:50:09 UTC 2016 - kgronl...@suse.com
+
+- Call correct method to revoke ticket (bsc#987860)
+- Add 0002-Call-correct-method-to-revoke-ticket-bsc-987860.patch 
+
+---
+Tue Jul  5 17:24:09 UTC 2016 - kgronl...@suse.com
+
+- Set Content-Security-Policy to frame-ancestors 'self' (bsc#984619)
+- Add 0001-Set-Content-Security-Policy-to-frame-ancestors-self-.patch
+
+---

Old:

  hawk2-2.0.0+git.1465754567.b838c7a.tar.bz2

New:

  hawk2-2.0.0+git.1471356649.a5ecac4.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.jEB80x/_old  2016-09-14 23:34:49.0 +0200
+++ /var/tmp/diff_new_pack.jEB80x/_new  2016-09-14 23:34:49.0 +0200
@@ -28,16 +28,18 @@
 %definepkg_group   System Environment/Daemons
 %endif
 
+#%%define bundle_gems 0
+
 %definegname   haclient
 %defineuname   hacluster
 
-%define version_unconverted 2.0.0+git.1465754567.b838c7a
+%define version_unconverted 2.0.0+git.1471356649.a5ecac4
 
 Name:   hawk2
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.0.0+git.1465754567.b838c7a
+Version:2.0.0+git.1471356649.a5ecac4
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
@@ -102,7 +104,7 @@
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:thor) >= 0.19
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:tilt:1.4)
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:uglifier)
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:web-console) >= 2.1
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:web-console:2) >= 2.1
 
 %if 0%{?bundle_gems}
 %else
@@ -208,6 +210,8 @@
 %verify_permissions -e %{_sbindir}/hawk_invoke
 
 %pre
+systemctl is-enabled hawk.service 2>/dev/null | grep enabled >/dev/null && 
touch /var/tmp/%name-%version-service-enabled
+systemctl is-active hawk.service 2>/dev/null | grep active >/dev/null && touch 
/var/tmp/%name-%version-service-active
 %service_add_pre hawk.service
 
 %post
@@ -221,6 +225,10 @@
 %postun
 %service_del_postun hawk.service
 
+%triggerpostun -- 

commit hawk2 for openSUSE:Factory

2016-06-14 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2016-06-14 23:08:10

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2016-04-28 
16:59:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2016-06-14 
23:08:12.0 +0200
@@ -1,0 +2,90 @@
+Sun Jun 12 18:36:42 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1465754567.b838c7a:
+  * Update translations (bsc#984336)
+
+---
+Wed Jun 08 05:00:43 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1465200752.ce534f0:
+  * Cib: Fix broken instance assignment (bsc#983202)
+  * UI: Make configuration graph clickable (bsc#983169)
+  * UI: Make clicking a graph open it in a separate tab/window (bsc#983169)
+  * UI: Fix tabs in edit view
+  * UI: Show child count and clone type in status Type column
+  * UI: Format tabs in location constraints like status / edit configuration 
pages
+  * UI: Fix incorrect overflows on panels
+
+---
+Fri Jun 03 13:08:26 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1464959248.4c8523a:
+  * Handle agent names containing underscores (bsc#982503)
+  * UI: Fix hidden language selector (bsc#982582)
+  * Cib: Fix crash when adding resource failures (bsc#983028)
+  * Add links to help screen
+  * Change circle in status page to medium
+  * UI: Reduce movement when switching agent
+  * UI: Nicer formatting in command log
+  * UI: Reports: Add buttons to zoom in and out of the event timeline
+  * UI: Fix broken tabs after adding zoom in/out buttons
+  * UI: Add titles to prev/next transition buttons
+  * UI: Show node in transition popup
+
+---
+Wed Jun 01 08:28:56 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1464769312.daad221:
+  * Wizard: Fix wizard listing when running as less privileged user 
(bsc#981583)
+
+---
+Fri May 27 06:56:44 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1464213601.5005ce3:
+  + Controller: Fix 500 error when create fails
+  + UI: Highlight master instances in location list
+  + UI: Limit tag operations to those that actually work on tags
+  + Set per-resource maintenance instead of is-managed (bsc#981659)
+
+---
+Wed May 25 09:25:59 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1464164578.80eba76:
+  + UI: Show resource / node count in status tabs
+  + UI: Fix tickets display in status view (bsc#981552)
+  + Group: Enforce target-role after create/update (bsc#968876)
+
+---
+Mon May 23 08:28:17 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1463943986.78a1933:
+  + Dashboard: Cycle through node list if credentials are set
+  + Dashboard: Improved display of multiple errors
+  + Cib: Show error if in partition without quorum (bsc#980919)
+  + Cib: Show quorum error before fencing errors
+  + Cib: Update cluster status when pushing errors
+  + UI: Move panels in Edit Configuration into proper tabs
+  + UI: Show which node is DC
+  + UI: Status: Pagination and smartDisplay
+  + UI: Remove Hawk icon from navbar
+  + UI: Status: Remove sort and search controls since they are broken 
(bsc#980993)
+  + UI: Fix font weight in dashboard
+  + UI: Allow renaming constraints (bsc#981006)
+  + UI: Allow renaming tags (bsc#981006)
+  + UI: Show resource type in Edit Resource view
+  + UI: Add tabs in Status view for each tag
+  + UI: Fix outdated title formatting
+  + UI: Clean up and fix column sorting in Edit Configuration (bsc#979311)
+  + UI: Fix ugly footer on small screens
+  + UI: Status: No title even when no errors
+
+---
+Mon May 09 11:52:45 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1462794622.796a8a6:
+  + Cib: Warn if partial cluster upgrade detected (fate#320759)
+  + Change title from Simulator to Batch Mode
+  + Try to use fonts available on Linux by default
+  + Dashboard: Improved responsive grid layout
+
+---

Old:

  hawk2-2.0.0+git.1461322965.7f27886.tar.bz2

New:

  hawk2-2.0.0+git.1465754567.b838c7a.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.iuVj0A/_old  2016-06-14 

commit hawk2 for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2016-04-28 16:55:55

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2016-04-06 
11:52:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2016-04-28 
16:59:44.0 +0200
@@ -1,0 +2,15 @@
+Fri Apr 22 11:04:30 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1461322965.7f27886:
+  + UI: Revised primitive attribute loading to avoid ugly bounce
+  + UI: Avoid using spinner placeholders
+  + Call correct rake when running gettext:pack / assets:precompile
+ 
+---
+Thu Apr 07 11:17:23 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1460021004.dc75922:
+  + UI: Correct font-awesome icon asset paths (bsc#974435)
+  + Improved hawk 1 package obsoletion statement
+
+---

Old:

  hawk2-2.0.0+git.1459616683.31efac7.tar.bz2

New:

  hawk2-2.0.0+git.1461322965.7f27886.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.qLftl7/_old  2016-04-28 16:59:47.0 +0200
+++ /var/tmp/diff_new_pack.qLftl7/_new  2016-04-28 16:59:47.0 +0200
@@ -31,20 +31,21 @@
 %definegname   haclient
 %defineuname   hacluster
 
-%define version_unconverted 2.0.0+git.1459616683.31efac7
+%define version_unconverted 2.0.0+git.1461322965.7f27886
 
 Name:   hawk2
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.0.0+git.1459616683.31efac7
+Version:2.0.0+git.1461322965.7f27886
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
 Source100:  hawk-rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   ha-cluster-webui
-Provides:   hawk
+Obsoletes:  hawk <= 1.1.0
+Provides:   hawk = %{version}
 Requires:   crmsh
 Requires:   graphviz
 Requires:   graphviz-gd

++ _servicedata ++
--- /var/tmp/diff_new_pack.qLftl7/_old  2016-04-28 16:59:47.0 +0200
+++ /var/tmp/diff_new_pack.qLftl7/_new  2016-04-28 16:59:47.0 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  31efac70e90a9014985c8c6d59920d0e9a825a3c
\ No newline at end of file
+  7f278860d9cf9f27a4e3bddda9fd51b40cca6ed1
\ No newline at end of file

++ hawk2-2.0.0+git.1459616683.31efac7.tar.bz2 -> 
hawk2-2.0.0+git.1461322965.7f27886.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hawk2-2.0.0+git.1459616683.31efac7/Makefile 
new/hawk2-2.0.0+git.1461322965.7f27886/Makefile
--- old/hawk2-2.0.0+git.1459616683.31efac7/Makefile 2016-04-02 
22:43:16.0 +0200
+++ new/hawk2-2.0.0+git.1461322965.7f27886/Makefile 2016-04-22 
13:04:22.0 +0200
@@ -59,7 +59,7 @@
bundle package && bundle install --local --deployment ; \
 fi ; \
 TEXTDOMAIN=hawk bin/rake gettext:pack; \
-RAILS_ENV=production bundle exec rake assets:precompile)
+RAILS_ENV=production bin/rake assets:precompile)
 
 %:: %.in
sed \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hawk2-2.0.0+git.1459616683.31efac7/hawk/app/assets/javascripts/module/primitives.js
 
new/hawk2-2.0.0+git.1461322965.7f27886/hawk/app/assets/javascripts/module/primitives.js
--- 
old/hawk2-2.0.0+git.1459616683.31efac7/hawk/app/assets/javascripts/module/primitives.js
 2016-04-02 22:43:16.0 +0200
+++ 
new/hawk2-2.0.0+git.1461322965.7f27886/hawk/app/assets/javascripts/module/primitives.js
 2016-04-22 13:04:22.0 +0200
@@ -167,14 +167,14 @@
   // enable create/apply
   var form = $(controller_type.form_selector);
   form.find('#agent-info').removeClass('hidden').find('a').attr('href', 
Routes.cib_agent_path($('body').data('cib'), encodeURIComponent(agent)));
-  form.find('#editform-loading').slideDown();
+  form.find('#editform-loading').show();
   form.find(".submit").prop("disabled", false);
 };
 
 var disable_detail = function() {
   var form = $(controller_type.form_selector);
   form.find('#agent-info').addClass('hidden').find('a').attr('href', '#');
-  form.find('#editform-loading').slideUp();
+  form.find('#editform-loading').hide();
   form.find(".submit").prop("disabled", true);
   form.find('#paramslist, #oplist, 

commit hawk2 for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2016-04-06 11:52:28

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2016-04-01 
13:03:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2016-04-06 
11:52:30.0 +0200
@@ -1,0 +2,12 @@
+Sat Apr 02 20:43:22 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1459616683.31efac7:
+  + Reports: Allow generating reports on offline nodes
+  + UI: Add clear state operation for nodes
+  + UI: Status: Always show migrate option
+  + Model: Fix missing fence operation for nodes (bsc#973722)
+  + UI: Status: Refresh CIB after user changes (bsc#973723)
+  + UI: Fix partial CIB refresh by removing monitor epoch (bsc#973723)
+  + UI: Only overwrite CIB if epoch is newer
+
+---

Old:

  hawk2-2.0.0+git.1459374052.159281a.tar.bz2

New:

  hawk2-2.0.0+git.1459616683.31efac7.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.F5tlXH/_old  2016-04-06 11:52:31.0 +0200
+++ /var/tmp/diff_new_pack.F5tlXH/_new  2016-04-06 11:52:31.0 +0200
@@ -31,13 +31,13 @@
 %definegname   haclient
 %defineuname   hacluster
 
-%define version_unconverted 2.0.0+git.1459374052.159281a
+%define version_unconverted 2.0.0+git.1459616683.31efac7
 
 Name:   hawk2
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.0.0+git.1459374052.159281a
+Version:2.0.0+git.1459616683.31efac7
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.F5tlXH/_old  2016-04-06 11:52:31.0 +0200
+++ /var/tmp/diff_new_pack.F5tlXH/_new  2016-04-06 11:52:31.0 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  159281ac28491b758b46e3f492d3990423aa8953
\ No newline at end of file
+  31efac70e90a9014985c8c6d59920d0e9a825a3c
\ No newline at end of file

++ hawk2-2.0.0+git.1459374052.159281a.tar.bz2 -> 
hawk2-2.0.0+git.1459616683.31efac7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hawk2-2.0.0+git.1459374052.159281a/hawk/app/assets/javascripts/dashboard.js 
new/hawk2-2.0.0+git.1459616683.31efac7/hawk/app/assets/javascripts/dashboard.js
--- 
old/hawk2-2.0.0+git.1459374052.159281a/hawk/app/assets/javascripts/dashboard.js 
2016-03-31 07:22:40.0 +0200
+++ 
new/hawk2-2.0.0+git.1459616683.31efac7/hawk/app/assets/javascripts/dashboard.js 
2016-04-02 22:43:16.0 +0200
@@ -307,14 +307,12 @@
   function clusterRefresh(clusterId, clusterInfo) {
 indicator(clusterId, "refresh");
 
-//console.log("request cib", $("#" + clusterId).data('epoch'), (new 
Date()).getTime());
 ajaxQuery({ url: baseUrl(clusterInfo) + "/cib/live?mini=true=json",
 type: "GET",
 data: { _method: 'show' },
 crossDomain: clusterInfo.host != null,
 success: function(data) {
   displayClusterStatus(clusterId, data);
-  //console.log("response cib", data.meta.epoch, (new 
Date()).getTime());
   $("#" + clusterId).data('epoch', data.meta.epoch);
   clusterUpdate(clusterId, clusterInfo);
 },
@@ -328,14 +326,12 @@
 
   function clusterUpdate(clusterId, clusterInfo) {
 var current_epoch = $("#" + clusterId).data('epoch');
-//console.log("request monitor", current_epoch, (new Date()).getTime());
 ajaxQuery({ url: baseUrl(clusterInfo) + "/monitor.json",
 type: "GET",
 data: current_epoch,
 timeout: 9,
 crossDomain: clusterInfo.host != null,
 success: function(data) {
-  //console.log("response monitor", data.epoch, current_epoch, 
(new Date()).getTime());
   if (data.epoch != current_epoch) {
 clusterRefresh(clusterId, clusterInfo);
   } else {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hawk2-2.0.0+git.1459374052.159281a/hawk/app/assets/javascripts/module/basics.js
 
new/hawk2-2.0.0+git.1459616683.31efac7/hawk/app/assets/javascripts/module/basics.js
--- 
old/hawk2-2.0.0+git.1459374052.159281a/hawk/app/assets/javascripts/module/basics.js
 2016-03-31 07:22:40.0 

commit hawk2 for openSUSE:Factory

2016-04-01 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2016-04-01 13:02:58

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2016-03-26 
15:24:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2016-04-01 
13:03:06.0 +0200
@@ -1,0 +2,11 @@
+Thu Mar 31 05:22:46 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1459374052.159281a:
+  + Cib: Save fence history in node data (bsc#968055)
+  + Wizard: Need admin rights if non-local call
+  + UI: Status: Display constraints for resource
+  + UI: Status: Display migration status for resources
+  + UI: Status: Make remote node indicator a small icon
+  + Remove use of Hashie
+
+---

Old:

  hawk2-2.0.0+git.1458543074.dc9aa66.tar.bz2

New:

  hawk2-2.0.0+git.1459374052.159281a.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.8P4Rdl/_old  2016-04-01 13:03:07.0 +0200
+++ /var/tmp/diff_new_pack.8P4Rdl/_new  2016-04-01 13:03:07.0 +0200
@@ -31,11 +31,13 @@
 %definegname   haclient
 %defineuname   hacluster
 
+%define version_unconverted 2.0.0+git.1459374052.159281a
+
 Name:   hawk2
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.0.0+git.1458543074.dc9aa66
+Version:2.0.0+git.1459374052.159281a
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
@@ -76,7 +78,6 @@
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:gettext_i18n_rails:1) >= 1.2
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:gettext_i18n_rails_js) >= 1.0
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:haml-rails) >= 0.8.2
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:hashie) >= 3.4
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:js-routes:1)
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:kramdown:1) >= 1.3
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:mail) >= 2.6
@@ -110,7 +111,6 @@
 Requires:   rubygem(%{rb_default_ruby_abi}:gettext_i18n_rails:1) >= 1.2
 Requires:   rubygem(%{rb_default_ruby_abi}:gettext_i18n_rails_js) >= 1.0
 Requires:   rubygem(%{rb_default_ruby_abi}:haml-rails) >= 0.8.2
-Requires:   rubygem(%{rb_default_ruby_abi}:hashie) >= 3.4
 Requires:   rubygem(%{rb_default_ruby_abi}:js-routes:1)
 Requires:   rubygem(%{rb_default_ruby_abi}:kramdown:1) >= 1.3
 Requires:   rubygem(%{rb_default_ruby_abi}:puma) >= 2.11

++ _servicedata ++
--- /var/tmp/diff_new_pack.8P4Rdl/_old  2016-04-01 13:03:07.0 +0200
+++ /var/tmp/diff_new_pack.8P4Rdl/_new  2016-04-01 13:03:07.0 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  dc9aa660b415aeff726ac9f3dcac441c8fdc7281
\ No newline at end of file
+  159281ac28491b758b46e3f492d3990423aa8953
\ No newline at end of file

++ hawk2-2.0.0+git.1458543074.dc9aa66.tar.bz2 -> 
hawk2-2.0.0+git.1459374052.159281a.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hawk2-2.0.0+git.1458543074.dc9aa66/Makefile 
new/hawk2-2.0.0+git.1459374052.159281a/Makefile
--- old/hawk2-2.0.0+git.1458543074.dc9aa66/Makefile 2016-03-21 
09:18:34.0 +0100
+++ new/hawk2-2.0.0+git.1459374052.159281a/Makefile 2016-03-31 
07:22:40.0 +0200
@@ -50,7 +50,7 @@
(cd hawk; \
 if $(BUNDLE_GEMS) ; then \
# Ignore gems from test \
-   export BUNDLE_WITHOUT=test && \
+   export BUNDLE_WITHOUT="test" && \
# Generate Gemfile.lock \
bundle list && \
# Strip unwanted gems from Gemfile.lock \
@@ -59,7 +59,7 @@
bundle package && bundle install --local --deployment ; \
 fi ; \
 TEXTDOMAIN=hawk bin/rake gettext:pack; \
-RAILS_ENV=production bin/rake assets:precompile)
+RAILS_ENV=production bundle exec rake assets:precompile)
 
 %:: %.in
sed \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hawk2-2.0.0+git.1458543074.dc9aa66/TODO.md 
new/hawk2-2.0.0+git.1459374052.159281a/TODO.md
--- old/hawk2-2.0.0+git.1458543074.dc9aa66/TODO.md  2016-03-21 
09:18:34.0 +0100
+++ new/hawk2-2.0.0+git.1459374052.159281a/TODO.md  2016-03-31 
07:22:40.0 +0200
@@ -2,12 +2,6 @@
 
 * Controls for all resources: stop all, start all, ... ?
 
-* Show fencing history for each node:
-
-

commit hawk2 for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2016-03-26 15:24:52

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2016-03-17 
16:49:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2016-03-26 
15:24:55.0 +0100
@@ -1,0 +2,20 @@
+Mon Mar 21 08:18:40 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1458543074.dc9aa66:
+  + UI: Updated EventControl (bsc#970280)
+  + History: Show timezone for report dates
+  + History: Fix tab memory between transitions
+
+---
+Fri Mar 18 12:21:08 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1458303640.7745849:
+  + UI: Use EventControl in history explorer (bsc#970280)
+  + Wizard: Fix broken file system category by dehumanizing category names for 
ids
+  + Wizard: Allow more actions without requiring admin access
+  + Simulator: Ignore error RC from crm_simulate if nothing is written to 
stderr
+  + Wizard: Nicer category icons
+  + Reports: Less verbose version string
+  + Deflate assets in production
+
+---

Old:

  hawk2-2.0.0+git.1457531142.ac2dc9f.tar.bz2

New:

  hawk2-2.0.0+git.1458543074.dc9aa66.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.lbHr8H/_old  2016-03-26 15:24:56.0 +0100
+++ /var/tmp/diff_new_pack.lbHr8H/_new  2016-03-26 15:24:56.0 +0100
@@ -35,7 +35,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.0.0+git.1457531142.ac2dc9f
+Version:2.0.0+git.1458543074.dc9aa66
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
@@ -100,7 +100,7 @@
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:thor) >= 0.19
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:tilt:1.4)
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:uglifier)
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:web-console:2) >= 2.1
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:web-console) >= 2.1
 
 %if 0%{?bundle_gems}
 %else

++ _servicedata ++
--- /var/tmp/diff_new_pack.lbHr8H/_old  2016-03-26 15:24:56.0 +0100
+++ /var/tmp/diff_new_pack.lbHr8H/_new  2016-03-26 15:24:56.0 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  ac2dc9f0c0507c688a2b5732cad7bbd1e5f33c85
\ No newline at end of file
+  dc9aa660b415aeff726ac9f3dcac441c8fdc7281
\ No newline at end of file

++ hawk2-2.0.0+git.1457531142.ac2dc9f.tar.bz2 -> 
hawk2-2.0.0+git.1458543074.dc9aa66.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hawk2-2.0.0+git.1457531142.ac2dc9f/.travis.yml 
new/hawk2-2.0.0+git.1458543074.dc9aa66/.travis.yml
--- old/hawk2-2.0.0+git.1457531142.ac2dc9f/.travis.yml  2016-03-09 
14:47:38.0 +0100
+++ new/hawk2-2.0.0+git.1458543074.dc9aa66/.travis.yml  2016-03-21 
09:18:34.0 +0100
@@ -8,11 +8,14 @@
 - rails-3_2
 
 rvm:
-  - "2.1.8"
   - "2.2.4"
   - "2.3.0"
 
 gemfile: hawk/Gemfile
 script: sh -c 'cd hawk && bin/rake brakeman:run test'
 notifications:
-  irc: "chat.freenode.net#clusterlabs-dev"
+  irc:
+channels:
+  - "chat.freenode.net#clusterlabs-dev"
+on_success: never
+on_failure: change
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hawk2-2.0.0+git.1457531142.ac2dc9f/hawk/Gemfile 
new/hawk2-2.0.0+git.1458543074.dc9aa66/hawk/Gemfile
--- old/hawk2-2.0.0+git.1457531142.ac2dc9f/hawk/Gemfile 2016-03-09 
14:47:38.0 +0100
+++ new/hawk2-2.0.0+git.1458543074.dc9aa66/hawk/Gemfile 2016-03-21 
09:18:34.0 +0100
@@ -30,7 +30,7 @@
 gem "kramdown", ">= 1.3.3"
 
 group :development do
-  gem "web-console", "~> 2.1"
+  gem "web-console", ">= 2.1"
   gem "spring", "~> 1.3"
   gem "ruby_parser", "~> 3.6"
   gem "uglifier"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hawk2-2.0.0+git.1457531142.ac2dc9f/hawk/app/assets/javascripts/module/basics.js
 
new/hawk2-2.0.0+git.1458543074.dc9aa66/hawk/app/assets/javascripts/module/basics.js
--- 
old/hawk2-2.0.0+git.1457531142.ac2dc9f/hawk/app/assets/javascripts/module/basics.js
 2016-03-09 14:47:38.0 +0100
+++ 
new/hawk2-2.0.0+git.1458543074.dc9aa66/hawk/app/assets/javascripts/module/basics.js
 2016-03-21 09:18:34.0 +0100
@@ -28,6 +28,15 @@
 $('.nav-wrapper').toggleClass('active')
   });
 
+  

commit hawk2 for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2016-03-17 16:36:06

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2016-03-07 
13:27:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2016-03-17 
16:49:29.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar 09 13:47:44 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1457531142.ac2dc9f:
+  + UI: Fix broken dashboard remove button (bsc#970289)
+
+---

Old:

  hawk2-2.0.0+git.1456998191.16a7222.tar.bz2

New:

  hawk2-2.0.0+git.1457531142.ac2dc9f.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.8YKSbW/_old  2016-03-17 16:49:30.0 +0100
+++ /var/tmp/diff_new_pack.8YKSbW/_new  2016-03-17 16:49:30.0 +0100
@@ -35,7 +35,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.0.0+git.1456998191.16a7222
+Version:2.0.0+git.1457531142.ac2dc9f
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.8YKSbW/_old  2016-03-17 16:49:30.0 +0100
+++ /var/tmp/diff_new_pack.8YKSbW/_new  2016-03-17 16:49:30.0 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  16a7222bde69928d2a15bb49c1211d3b9f619d64
\ No newline at end of file
+  ac2dc9f0c0507c688a2b5732cad7bbd1e5f33c85
\ No newline at end of file

++ hawk2-2.0.0+git.1456998191.16a7222.tar.bz2 -> 
hawk2-2.0.0+git.1457531142.ac2dc9f.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.0.0+git.1456998191.16a7222.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-2.0.0+git.1457531142.ac2dc9f.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2016-03-07 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2016-03-07 13:26:54

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2016-02-11 
12:37:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2016-03-07 
13:27:41.0 +0100
@@ -1,0 +2,44 @@
+Thu Mar 03 09:43:33 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1456998191.16a7222:
+  + Enable use of Puma 3+
+
+---
+Wed Mar 02 14:26:09 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1456913361.8ae2d27:
+  + Load reports in the background to enable cancel (bsc#878819)
+  + Cib: Avoid crash if corosync is offline (bsc#968239)
+  + Wizard: Avoid printing login message if set (bsc#969069)
+  + Wizard: Don't require password for an extended set of crm commands
+  + Reports: Add Download/Delete buttons to report view
+  + UI: Update favicon
+
+---
+Tue Feb 23 11:32:17 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1456226540.23c625f:
+  + UI: Fix spurious error after creating resources
+  + Model: Override child meta attributes correctly (bsc#967800)
+  + UI: Calculate CIB hash correctly
+
+---
+Mon Feb 22 09:04:02 UTC 2016 - kgronl...@suse.com
+
+- Replace hawk with hawk2 (fate#320561) 
+
+---
+Fri Feb 19 09:00:24 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1455729634.14c4a76:
+  + Replace Simulator with Batch Mode (fate#318298) (fate#317834) (fate#318314)
+  + Add copy shortcut to Primitive/Template
+  + UI: Create primitive in group directly (fate#318318)
+  + UI: Remove any use of external fonts
+  + UI: Fix broken confirmation dialogs
+  + UI: Fix batch mode resetting when opening dialog
+  + UI: Don't set background when highlighting
+  + UI: Add disconnect status
+  + UI: Better navigation buttons for edit/show/graph pages
+
+---

Old:

  hawk2-2.0.0+git.1454943728.a962a79.tar.bz2

New:

  hawk2-2.0.0+git.1456998191.16a7222.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.65UQaL/_old  2016-03-07 13:27:42.0 +0100
+++ /var/tmp/diff_new_pack.65UQaL/_new  2016-03-07 13:27:42.0 +0100
@@ -35,14 +35,14 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.0.0+git.1454943728.a962a79
+Version:2.0.0+git.1456998191.16a7222
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
 Source100:  hawk-rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Conflicts:  hawk
 Provides:   ha-cluster-webui
+Provides:   hawk
 Requires:   crmsh
 Requires:   graphviz
 Requires:   graphviz-gd
@@ -83,7 +83,7 @@
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:mime-types) < 3
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:mime-types) >= 2.5
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:minitest) >= 5.6
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:puma:2) >= 2.11
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:puma) >= 2.11
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:rails:4.2)
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:ruby_parser) >= 3.6.6
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:sass) >= 3.4
@@ -113,7 +113,7 @@
 Requires:   rubygem(%{rb_default_ruby_abi}:hashie) >= 3.4
 Requires:   rubygem(%{rb_default_ruby_abi}:js-routes:1)
 Requires:   rubygem(%{rb_default_ruby_abi}:kramdown:1) >= 1.3
-Requires:   rubygem(%{rb_default_ruby_abi}:puma:2) >= 2.11
+Requires:   rubygem(%{rb_default_ruby_abi}:puma) >= 2.11
 Requires:   rubygem(%{rb_default_ruby_abi}:rails:4.2)
 Requires:   rubygem(%{rb_default_ruby_abi}:sass-rails:5.0) >= 5.0.1
 Requires:   rubygem(%{rb_default_ruby_abi}:sass:3.4)

++ _servicedata ++
--- /var/tmp/diff_new_pack.65UQaL/_old  2016-03-07 13:27:42.0 +0100
+++ /var/tmp/diff_new_pack.65UQaL/_new  2016-03-07 13:27:42.0 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  a962a796404b177f020872a6121de063b22f6be3
\ No newline at end of file
+  16a7222bde69928d2a15bb49c1211d3b9f619d64
\ No newline at end of file

++ hawk2-2.0.0+git.1454943728.a962a79.tar.bz2 -> 
hawk2-2.0.0+git.1456998191.16a7222.tar.bz2 ++

commit hawk2 for openSUSE:Factory

2016-02-11 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2016-02-11 12:37:36

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2016-02-05 
00:32:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2016-02-11 
12:37:38.0 +0100
@@ -1,0 +2,22 @@
+Mon Feb 08 15:17:18 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1454943728.a962a79:
+  + Release v2.0.0
+  + UI: Use title case in sidebar menu
+  + UI: Add Rename and drop List from edit pages (fate#318316)
+
+---
+Sat Feb 06 14:41:46 UTC 2016 - kgronl...@suse.com
+
+- Update to version 1.0.1+git.1454694176.4f9f2b5:
+  + UI: Add option to show CIB as XML (fate#319665)
+  + Node utilization edit support (fate#320420)
+  + Resource utilization edit support (fate#320420)
+  + UI: Improved show/hide tickets in status
+  + UI: Improved dashboard mouse over popup
+  + UI: Clean up some detail views
+  + Doc: Updated README
+  + Don't spam command log with show xml calls
+  + Switch icon for command log
+
+---

Old:

  hawk2-1.0.1+git.1453970823.70b8dcb.tar.bz2

New:

  hawk2-2.0.0+git.1454943728.a962a79.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.arxJNh/_old  2016-02-11 12:37:39.0 +0100
+++ /var/tmp/diff_new_pack.arxJNh/_new  2016-02-11 12:37:39.0 +0100
@@ -35,7 +35,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:1.0.1+git.1453970823.70b8dcb
+Version:2.0.0+git.1454943728.a962a79
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _service ++
--- /var/tmp/diff_new_pack.arxJNh/_old  2016-02-11 12:37:39.0 +0100
+++ /var/tmp/diff_new_pack.arxJNh/_new  2016-02-11 12:37:39.0 +0100
@@ -4,7 +4,7 @@
 git
 .git
 hawk2
-1.0.1+git.%ct.%h
+2.0.0+git.%ct.%h
 master
 enable
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.arxJNh/_old  2016-02-11 12:37:39.0 +0100
+++ /var/tmp/diff_new_pack.arxJNh/_new  2016-02-11 12:37:39.0 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  70b8dcb21de6b764b82783fbbc5655a99a763857
\ No newline at end of file
+  a962a796404b177f020872a6121de063b22f6be3
\ No newline at end of file

++ hawk2-1.0.1+git.1453970823.70b8dcb.tar.bz2 -> 
hawk2-2.0.0+git.1454943728.a962a79.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-1.0.1+git.1453970823.70b8dcb.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-2.0.0+git.1454943728.a962a79.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2016-02-04 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2016-02-05 00:32:15

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2015-12-09 
22:19:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2016-02-05 
00:32:20.0 +0100
@@ -1,0 +2,8 @@
+Tue Feb 02 09:32:00 UTC 2016 - kgronl...@suse.com
+
+- Update to version 1.0.1+git.1453970823.70b8dcb:
+  + UI: Update font awesome to 4.5.0
+  + Enable migrate/cleanup with node argument (bsc#958386)
+  + Skip broken wizards without crashing
+
+---

Old:

  hawk2-1.0.1+git.1449317258.6ecc8dd.tar.bz2

New:

  hawk2-1.0.1+git.1453970823.70b8dcb.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.WjvF9K/_old  2016-02-05 00:32:21.0 +0100
+++ /var/tmp/diff_new_pack.WjvF9K/_new  2016-02-05 00:32:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hawk2
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,7 +35,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:1.0.1+git.1449317258.6ecc8dd
+Version:1.0.1+git.1453970823.70b8dcb
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
@@ -72,7 +72,7 @@
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:builder) >= 3.2
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:byebug) >= 3.5
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:fast_gettext) >= 0.9.2
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:gettext:3.1)
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:gettext:3) >= 3.1
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:gettext_i18n_rails:1) >= 1.2
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:gettext_i18n_rails_js) >= 1.0
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:haml-rails) >= 0.8.2

++ _servicedata ++
--- /var/tmp/diff_new_pack.WjvF9K/_old  2016-02-05 00:32:22.0 +0100
+++ /var/tmp/diff_new_pack.WjvF9K/_new  2016-02-05 00:32:22.0 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  6ecc8dda0e206bd704da6d3225ccb5854cb6152d
\ No newline at end of file
+  70b8dcb21de6b764b82783fbbc5655a99a763857
\ No newline at end of file

++ hawk2-1.0.1+git.1449317258.6ecc8dd.tar.bz2 -> 
hawk2-1.0.1+git.1453970823.70b8dcb.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-1.0.1+git.1449317258.6ecc8dd.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-1.0.1+git.1453970823.70b8dcb.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2015-12-09 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2015-12-09 19:51:36

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2015-11-28 
15:19:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2015-12-09 
22:19:08.0 +0100
@@ -1,0 +2,102 @@
+Sat Dec 05 13:15:33 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.1+git.1449317258.6ecc8dd:
+  + UI: Fix missing info about extra operation values and help text 
(bsc#957992) (bsc#957997)
+
+---
+Thu Dec 03 11:35:23 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.1+git.1449142434.d79ea19:
+  + UI: Prevent default action on deleting constraint (bsc#957760)
+  + UI: Fix failed submit from wizard
+
+---
+Wed Dec 02 10:37:38 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.1+git.1449052401.725ce5f:
+  + UI: Link constraint edit form back buttons to the Add constraint page
+  + UI: Make colocation advanced section toggleable
+  + UI: Wizard: Add advanced params with value
+  + UI: Fix wizard tabs markup and remove confusing verify pill
+  + UI: Retain param values when going back from verify in wizard
+  + UI: Wizard: Validate resource IDs
+  + UI: Keep group children in defined order when displaying (bsc#957169)
+  + Model: Enable saving changes to group children (bsc#957169)
+  + Reports: Add cancel button to report collection UI (bsc#878819)
+  + UI: Improved colocation and order constraint editors
+  + UI: Fix lost parameters after failed validation in create primitive 
(bsc#956452)
+  + Model: Basic validation for new resources/constraints using a temporary 
shadow CIB
+  + UI: Show error message as graph image if generation fails
+  + UI: Unify rightbar help display across all pages
+  + UI: Keep boolean style depending on configured value
+  + Fix UI glitches from low decimal precision in Sass
+  + UI: Dashboard: Replace Advanced config with port only
+  + UI: Add simple mode for location constraint editor (bsc#953829)
+  + UI: Fall back to english text if no translation is available
+  + Command Log: Add timestamp to each log entry
+  + Model: Unified common ID handling for records
+  + UI: Add improved help text for Primitive / Template
+  + UI: Fix incorrect layout for ticket new/edit
+  + Fix missing flash after edit of group/clone/ms resources
+  + UI: Separated meta attribute mappings from general form help text
+  + Precompile and minify assets when packaging (bsc#951364)
+  + Model: Prefer uname over id to avoid making illegal numeric ids
+  + UI: Use node ID in URI, not name
+  + UI: Handle missing information for tickets
+  + Events: Get rid of moment.js deprecation warning
+  + Cib: Add listing of remote nodes to mini output
+  + Status: Revised status view and confirmation dialogs
+  + Status (nodes): Use body CIB for node list
+  + Status: Update tables at the correct time
+  + UI: Single ajax update on status change (bsc#951364)
+  + UI: Implement ticket listing using ajax (bsc#951364)
+  + Status: Better handling of long resource names in status view
+  + Status: Cleaned up and improved detail views
+  + Status: Fix broken confirmation dialogs
+  + Status: Show ticket status even if no local constraint is defined
+  + Cib: Implement running_on for resources in model
+  + Status: Show more details for tickets
+  + Add elsewhere status for tickets (bsc#952861)
+  + Layout: Put simulator and flashes in container
+  + Modified simulator styling
+  + Status: Clean up URLs in ticket UI
+  + Add Cib meta and edit routes
+  + Model: List all children in Resource.all
+  + Model: Enable editing node attributes
+  + UI: Revised footer / meta data display
+  + UI: Add new Cib edit and show views
+  + UI: Add new node edit view
+  + Clearer titles for ACL Roles and Targets pages
+  + UI: Fix non-circular status circle
+  + UI: Reorganize sidebar
+  + Controller: Include templates in complete resource listing
+  + UI: Link back button in edit forms to Cib edit view
+  + UI: Link graph view to Cib edit view
+  + UI: Add templates to the add a resource screen
+  + Cib: Add more Cib metadata to details pane
+  + Cib: Cleaned up constraints data in cib
+  + Status: Revised status UI
+  + Status: Fix case of template listing
+  + Colocation: Re-enable configuring node attribute for colocations
+  + Cib: Clean up old-style ruby code
+  + Controller: Clean up TicketsController
+  + CibController: Return error message for json
+  + Cib: Fix bug in previous clean-up
+  + Status: Don't include constraints in tags
+  + Status: Handle multiple levels of 

commit hawk2 for openSUSE:Factory

2015-11-28 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2015-11-28 15:19:32

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2015-11-26 
17:01:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2015-11-28 
15:19:36.0 +0100
@@ -1,0 +2,15 @@
+Wed Nov 25 12:30:36 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.1+git.1448454104.9e71083:
+  + Model: Require Invoker properly (bsc#956446)
+  + Fix 'illegal argument Symbol to Attribute constructor' error (bsc#956446)
+  + Location: Fix constraint bug after error (bsc#953847)
+  + Show name of currently logged in user
+  + Clean up command log entries
+  + ACL: Fix ACL enabled check
+  + Dashboard: Update epoch tracking correctly
+  + Colocation: Don't crash on missing node-attr
+  + Model: Fix removal of last item in attrlist
+  + Cib: Support optional mini query parameter
+
+---

Old:

  hawk2-1.0.1+git.1447941962.3d88e5f.tar.bz2

New:

  hawk2-1.0.1+git.1448454104.9e71083.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.05yDhq/_old  2015-11-28 15:19:37.0 +0100
+++ /var/tmp/diff_new_pack.05yDhq/_new  2015-11-28 15:19:37.0 +0100
@@ -39,7 +39,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:1.0.1+git.1447941962.3d88e5f
+Version:1.0.1+git.1448454104.9e71083
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.05yDhq/_old  2015-11-28 15:19:37.0 +0100
+++ /var/tmp/diff_new_pack.05yDhq/_new  2015-11-28 15:19:37.0 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  3d88e5fd858a390d89c724c0e57e914f30ad74da
\ No newline at end of file
+  9e7108330a3a921f04e8c2b50474860dd8a29614
\ No newline at end of file

++ hawk2-1.0.1+git.1447941962.3d88e5f.tar.bz2 -> 
hawk2-1.0.1+git.1448454104.9e71083.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hawk2-1.0.1+git.1447941962.3d88e5f/hawk/app/assets/javascripts/dashboard.js 
new/hawk2-1.0.1+git.1448454104.9e71083/hawk/app/assets/javascripts/dashboard.js
--- 
old/hawk2-1.0.1+git.1447941962.3d88e5f/hawk/app/assets/javascripts/dashboard.js 
2015-11-19 15:08:09.0 +0100
+++ 
new/hawk2-1.0.1+git.1448454104.9e71083/hawk/app/assets/javascripts/dashboard.js 
2015-11-25 13:30:28.0 +0100
@@ -305,12 +305,15 @@
   function clusterRefresh(clusterId, clusterInfo) {
 indicator(clusterId, "refresh");
 
+//console.log("request cib", $("#" + clusterId).data('epoch'), (new 
Date()).getTime());
 ajaxQuery({ url: baseUrl(clusterInfo) + "/cib/mini.json",
 type: "GET",
 data: { _method: 'show' },
 crossDomain: clusterInfo.host != null,
 success: function(data) {
   displayClusterStatus(clusterId, data);
+  //console.log("response cib", data.meta.epoch, (new 
Date()).getTime());
+  $("#" + clusterId).data('epoch', data.meta.epoch);
   clusterUpdate(clusterId, clusterInfo);
 },
 error: function(xhr, status, error) {
@@ -323,14 +326,15 @@
 
   function clusterUpdate(clusterId, clusterInfo) {
 var current_epoch = $("#" + clusterId).data('epoch');
+//console.log("request monitor", current_epoch, (new Date()).getTime());
 ajaxQuery({ url: baseUrl(clusterInfo) + "/monitor.json",
 type: "GET",
 data: current_epoch,
 timeout: 9,
 crossDomain: clusterInfo.host != null,
 success: function(data) {
+  //console.log("response monitor", data.epoch, current_epoch, 
(new Date()).getTime());
   if (data.epoch != current_epoch) {
-$("#" + clusterId).data('epoch', data.epoch);
 clusterRefresh(clusterId, clusterInfo);
   } else {
 clusterUpdate(clusterId, clusterInfo);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hawk2-1.0.1+git.1447941962.3d88e5f/hawk/app/controllers/cib_controller.rb 
new/hawk2-1.0.1+git.1448454104.9e71083/hawk/app/controllers/cib_controller.rb
--- 
old/hawk2-1.0.1+git.1447941962.3d88e5f/hawk/app/controllers/cib_controller.rb   

commit hawk2 for openSUSE:Factory

2015-11-26 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2015-11-26 17:01:22

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2015-11-10 
10:03:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2015-11-26 
17:01:24.0 +0100
@@ -1,0 +2,19 @@
+Thu Nov 19 14:08:17 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.1+git.1447941962.3d88e5f:
+  + Enable 404 page in production (bsc#953846)
+  + Location: Fix crash on empty create (bsc#953847)
+  + Status: Rename name column to ID (bsc#953158)
+  + Location: Add support for resource-discovery (bsc#952191)
+
+---
+Tue Nov 17 12:40:19 UTC 2015 - kgronl...@suse.com
+
+- Disable rubygem bundling 
+
+---
+Mon Nov 16 17:02:17 UTC 2015 - kgronl...@suse.com
+
+- Clean up package description (bsc#952794) 
+
+---

Old:

  hawk2-1.0.1+git.1447036244.df8e574.tar.bz2

New:

  hawk2-1.0.1+git.1447941962.3d88e5f.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.6dWZMm/_old  2015-11-26 17:01:25.0 +0100
+++ /var/tmp/diff_new_pack.6dWZMm/_new  2015-11-26 17:01:25.0 +0100
@@ -28,9 +28,9 @@
 %definepkg_group   System Environment/Daemons
 %endif
 
-%if 0%{?suse_version} && !0%{?is_opensuse}
-%define bundle_gems1
-%endif
+# %%if 0%%{?suse_version} && !0%%{?is_opensuse}
+# %%define bundle_gems 1
+# %%endif
 
 %definegname   haclient
 %defineuname   hacluster
@@ -39,7 +39,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:1.0.1+git.1447036244.df8e574
+Version:1.0.1+git.1447941962.3d88e5f
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
@@ -143,8 +143,6 @@
 A web-based GUI for managing and monitoring the Pacemaker
 High-Availability cluster resource manager.
 
-Authors: Tim Serong 
-
 
 %prep
 %setup

++ _servicedata ++
--- /var/tmp/diff_new_pack.6dWZMm/_old  2015-11-26 17:01:25.0 +0100
+++ /var/tmp/diff_new_pack.6dWZMm/_new  2015-11-26 17:01:25.0 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  df8e574c5992bf2703567c39a636d0f4ef953cee
\ No newline at end of file
+  3d88e5fd858a390d89c724c0e57e914f30ad74da
\ No newline at end of file

++ hawk2-1.0.1+git.1447036244.df8e574.tar.bz2 -> 
hawk2-1.0.1+git.1447941962.3d88e5f.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hawk2-1.0.1+git.1447036244.df8e574/Makefile 
new/hawk2-1.0.1+git.1447941962.3d88e5f/Makefile
--- old/hawk2-1.0.1+git.1447036244.df8e574/Makefile 2015-11-09 
03:34:49.0 +0100
+++ new/hawk2-1.0.1+git.1447941962.3d88e5f/Makefile 2015-11-19 
15:08:09.0 +0100
@@ -98,11 +98,11 @@
mkdir -p $(DESTDIR)$(WWW_BASE)/hawk/tmp/sockets
mkdir -p $(DESTDIR)$(WWW_BASE)/hawk/tmp/home
# Get rid of cruft from packed gems
-   -find hawk/vendor -name '*bak' -o -name '*~' -o -name '#*#' | xargs rm
+   -find hawk/vendor -name '*bak' -o -name '*~' -o -name '#*#' -delete
cp -a hawk/* $(DESTDIR)$(WWW_BASE)/hawk
-cp -a hawk/.bundle $(DESTDIR)$(WWW_BASE)/hawk
-   -chown -R hacluster.haclient $(DESTDIR)$(WWW_BASE)/hawk/log
-   -chown -R hacluster.haclient $(DESTDIR)$(WWW_BASE)/hawk/tmp
+   -chown -R hacluster.haclient $(DESTDIR)$(WWW_BASE)/hawk/log || true
+   -chown -R hacluster.haclient $(DESTDIR)$(WWW_BASE)/hawk/tmp || true
-chmod g+w $(DESTDIR)$(WWW_BASE)/hawk/tmp/home
-chmod g+w $(DESTDIR)$(WWW_BASE)/hawk/tmp/explorer
 ifeq ($(BUNDLE_GEMS),true)
@@ -113,11 +113,11 @@
 
 tools/install:
install -D -m 4750 tools/hawk_chkpwd $(DESTDIR)/usr/sbin/hawk_chkpwd
-   -chown root.haclient $(DESTDIR)/usr/sbin/hawk_chkpwd
+   -chown root.haclient $(DESTDIR)/usr/sbin/hawk_chkpwd || true
-chmod u+s $(DESTDIR)/usr/sbin/hawk_chkpwd
 
install -D -m 4750 tools/hawk_invoke $(DESTDIR)/usr/sbin/hawk_invoke
-   -chown root.haclient $(DESTDIR)/usr/sbin/hawk_invoke
+   -chown root.haclient $(DESTDIR)/usr/sbin/hawk_invoke || true
-chmod u+s $(DESTDIR)/usr/sbin/hawk_invoke
 
install -D -m 0755 tools/hawk_monitor $(DESTDIR)/usr/sbin/hawk_monitor
diff -urN '--exclude=CVS' 

commit hawk2 for openSUSE:Factory

2015-11-10 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2015-11-10 10:03:31

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2015-11-06 
00:04:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2015-11-10 
10:03:39.0 +0100
@@ -1,0 +2,25 @@
+Mon Nov 09 02:34:56 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.1+git.1447036244.df8e574:
+  + Update translations
+  + Enable access logging (bsc#950572)
+  + Wizard: GFS2 is supported in SLE12+
+  + Swap certificate and private key if inverted (bsc#954159)
+  + Fix back link in templates
+  + Reflect actual language choice in profile view
+  + Calling crm script would fail for users other than hacluster
+  + Narrow the range of commands hawk_invoke accepts
+  + redirect unknown routes to root
+  + properly format form error messages
+  + disable showColumns for all bootstrap-tables
+  + Handle cloned groups when calculating resource locations
+  + Dashboard: More resilient cluster copy
+  + Dashboard: Force a refresh after a connection failure
+  + Cib: Link to configuration screen from STONITH error message
+  + Status: Don't show error when leaving status page
+  + Show node ID on details pane
+  + Wizard: Parameter example is not a placeholder value
+  + Dashboard: Revised rendering with resource labels
+  + Status: Escape quotes in tooltip
+
+---

Old:

  hawk2-1.0.1+git.1446573432.048f37e.tar.bz2

New:

  hawk2-1.0.1+git.1447036244.df8e574.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.6XOc8m/_old  2015-11-10 10:03:40.0 +0100
+++ /var/tmp/diff_new_pack.6XOc8m/_new  2015-11-10 10:03:40.0 +0100
@@ -39,7 +39,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:1.0.1+git.1446573432.048f37e
+Version:1.0.1+git.1447036244.df8e574
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.6XOc8m/_old  2015-11-10 10:03:40.0 +0100
+++ /var/tmp/diff_new_pack.6XOc8m/_new  2015-11-10 10:03:40.0 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  048f37edd1560af1dbaa399333000e553059603c
\ No newline at end of file
+  df8e574c5992bf2703567c39a636d0f4ef953cee
\ No newline at end of file

++ hawk2-1.0.1+git.1446573432.048f37e.tar.bz2 -> 
hawk2-1.0.1+git.1447036244.df8e574.tar.bz2 ++
 42041 lines of diff (skipped)




commit hawk2 for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2015-11-06 00:04:15

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2015-10-30 
13:44:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2015-11-06 
00:04:26.0 +0100
@@ -1,0 +2,8 @@
+Wed Nov 04 06:52:41 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.1+git.1446573432.048f37e:
+  + Cib: Handle multiple nest levels in mini (bsc#953417)
+  + Location: Fix rule_elem typo (bsc#953419)
+  + Fix RecordNotFound error
+
+---

Old:

  hawk2-1.0.1+git.1446137442.d9c6c0e.tar.bz2

New:

  hawk2-1.0.1+git.1446573432.048f37e.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.RMxjrf/_old  2015-11-06 00:04:27.0 +0100
+++ /var/tmp/diff_new_pack.RMxjrf/_new  2015-11-06 00:04:27.0 +0100
@@ -39,7 +39,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:1.0.1+git.1446137442.d9c6c0e
+Version:1.0.1+git.1446573432.048f37e
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.RMxjrf/_old  2015-11-06 00:04:27.0 +0100
+++ /var/tmp/diff_new_pack.RMxjrf/_new  2015-11-06 00:04:27.0 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  d9c6c0e97fafeb9b9071ed2a10fd88652f7a8c93
\ No newline at end of file
+  048f37edd1560af1dbaa399333000e553059603c
\ No newline at end of file

++ hawk2-1.0.1+git.1446137442.d9c6c0e.tar.bz2 -> 
hawk2-1.0.1+git.1446573432.048f37e.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hawk2-1.0.1+git.1446137442.d9c6c0e/AUTHORS 
new/hawk2-1.0.1+git.1446573432.048f37e/AUTHORS
--- old/hawk2-1.0.1+git.1446137442.d9c6c0e/AUTHORS  2015-10-30 
10:38:16.0 +0100
+++ new/hawk2-1.0.1+git.1446573432.048f37e/AUTHORS  2015-11-04 
07:52:32.0 +0100
@@ -1,4 +1,7 @@
-Kristoffer Gronlund 
+Jan Sperling 
+Kristoffer Grönlund 
 Manuele Carlini 
 Thomas Boerger 
+Thomas Hutterer 
 Tim Serong 
+Tobias D. Oestreicher 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hawk2-1.0.1+git.1446137442.d9c6c0e/hawk/app/models/cib.rb 
new/hawk2-1.0.1+git.1446573432.048f37e/hawk/app/models/cib.rb
--- old/hawk2-1.0.1+git.1446137442.d9c6c0e/hawk/app/models/cib.rb   
2015-10-30 10:38:16.0 +0100
+++ new/hawk2-1.0.1+git.1446573432.048f37e/hawk/app/models/cib.rb   
2015-11-04 07:52:32.0 +0100
@@ -92,6 +92,23 @@
 meta.status == :offline
   end
 
+  def node_state_of_resource(rsc)
+nodestate = {}
+rsc[:instances].each do |_, attrs|
+  [:master, :slave, :started, :failed, :pending].each do |rstate|
+if attrs[rstate]
+  attrs[rstate].each do |n|
+nodestate[n[:node]] = rstate
+  end
+end
+  end
+end if rsc.key? :instances
+rsc[:children].each do |child|
+  nodestate = nodestate.merge(node_state_of_resource(child))
+end if rsc.key? :children
+nodestate
+  end
+
   def status(minimal = false)
 {
   meta: meta.to_h,
@@ -104,28 +121,7 @@
 result[:tickets] = {}
 
 resources.each do |rsc|
-  key = rsc[:id]
-  result[:resources][key] ||= {}
-  rsc[:instances].each do |_, attrs|
-[:master, :slave, :started, :failed, :pending].each do |rstate|
-  if attrs[rstate]
-attrs[rstate].each do |n|
-  result[:resources][key][n[:node]] = rstate
-end
-  end
-end
-  end if rsc.key? :instances
-  rsc[:children].each do |child|
-child[:instances].each do |_, attrs|
-  [:master, :slave, :started, :failed, :pending].each do |rstate|
-if attrs[rstate]
-  attrs[rstate].each do |n|
-result[:resources][key][n[:node]] = rstate
-  end
-end
-  end
-end if child.key? :instances
-  end if rsc.key? :children
+  result[:resources][rsc[:id]] = node_state_of_resource(rsc)
 end
 
 current_nodes.each do 

commit hawk2 for openSUSE:Factory

2015-10-30 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2015-10-30 13:44:05

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2015-10-25 
19:13:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2015-10-30 
13:44:06.0 +0100
@@ -1,0 +2,20 @@
+Fri Oct 30 09:38:24 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.1+git.1446137442.d9c6c0e:
+  + Simulator: Fix ticket simulation (bsc#952489)
+
+---
+Wed Oct 28 16:15:17 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.1+git.1446048276.98c4de1:
+  + Fix help text for clone / multi-state (bsc#952439)
+  + Dashboard: Fix ownership of dashboard config (bsc#952442)
+  + Dashboard: Fix bad error message
+
+---
+Tue Oct 27 07:19:42 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.0~alpha1+git.1445930333.51d3703:
+  + Report: Enable uploading gzipped archives (bsc#952136)
+
+---

Old:

  hawk2-1.0.0~alpha1+git.1445537620.7637b7f.tar.bz2

New:

  hawk2-1.0.1+git.1446137442.d9c6c0e.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.3wbnvc/_old  2015-10-30 13:44:07.0 +0100
+++ /var/tmp/diff_new_pack.3wbnvc/_new  2015-10-30 13:44:07.0 +0100
@@ -39,7 +39,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:1.0.0~alpha1+git.1445537620.7637b7f
+Version:1.0.1+git.1446137442.d9c6c0e
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _service ++
--- /var/tmp/diff_new_pack.3wbnvc/_old  2015-10-30 13:44:07.0 +0100
+++ /var/tmp/diff_new_pack.3wbnvc/_new  2015-10-30 13:44:07.0 +0100
@@ -4,7 +4,7 @@
 git
 .git
 hawk2
-1.0.0~alpha1+git.%ct.%h
+1.0.1+git.%ct.%h
 master
 enable
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.3wbnvc/_old  2015-10-30 13:44:07.0 +0100
+++ /var/tmp/diff_new_pack.3wbnvc/_new  2015-10-30 13:44:07.0 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  7637b7ffbf6688f8778d574971bff88d96cb204b
\ No newline at end of file
+  d9c6c0e97fafeb9b9071ed2a10fd88652f7a8c93
\ No newline at end of file

++ hawk2-1.0.0~alpha1+git.1445537620.7637b7f.tar.bz2 -> 
hawk2-1.0.1+git.1446137442.d9c6c0e.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hawk2-1.0.0~alpha1+git.1445537620.7637b7f/hawk/app/assets/javascripts/dashboard.js
 new/hawk2-1.0.1+git.1446137442.d9c6c0e/hawk/app/assets/javascripts/dashboard.js
--- 
old/hawk2-1.0.0~alpha1+git.1445537620.7637b7f/hawk/app/assets/javascripts/dashboard.js
  2015-10-22 23:51:44.0 +0200
+++ 
new/hawk2-1.0.1+git.1446137442.d9c6c0e/hawk/app/assets/javascripts/dashboard.js 
2015-10-30 10:38:16.0 +0100
@@ -37,7 +37,7 @@
   return __('Permission denied');
 },
 err_failed_op: function(op, node, rc, reason) {
-  return __('%{op} failed on _NODE_} (rc=_RC_, 
reason=_REASON_)').replace('_OP_', op).replace('_NODE_', node).replace('_RC_', 
rc).replace('_REASON_', reason);
+  return __('_OP_ failed on _NODE_} (rc=_RC_, 
reason=_REASON_)').replace('_OP_', op).replace('_NODE_', node).replace('_RC_', 
rc).replace('_REASON_', reason);
 }
   };
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hawk2-1.0.0~alpha1+git.1445537620.7637b7f/hawk/app/assets/javascripts/module/simulator.js
 
new/hawk2-1.0.1+git.1446137442.d9c6c0e/hawk/app/assets/javascripts/module/simulator.js
--- 
old/hawk2-1.0.0~alpha1+git.1445537620.7637b7f/hawk/app/assets/javascripts/module/simulator.js
   2015-10-22 23:51:44.0 +0200
+++ 
new/hawk2-1.0.1+git.1446137442.d9c6c0e/hawk/app/assets/javascripts/module/simulator.js
  2015-10-30 10:38:16.0 +0100
@@ -186,7 +186,8 @@
 });
 
 self.find("#sim-addticket").click(function() {
-  $("#modal .modal-content").html($("#inject-ticket").render());
+  var content = $("#modal .modal-content");
+  content.html($("#inject-ticket").render());
   content.find("form").submit(function(event) {
 var ticket = content.find("#ticket-inject-ticket").val();
 var action = content.find("#ticket-inject-action").val();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit hawk2 for openSUSE:Factory

2015-10-25 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2015-10-25 19:13:18

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2015-10-20 
00:09:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2015-10-25 
19:13:20.0 +0100
@@ -1,0 +2,17 @@
+Thu Oct 22 21:51:52 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.0~alpha1+git.1445537620.7637b7f:
+  + Dashboard: Blinkenlights display for dashboard (bsc#951584)
+  + Command Log: Tag simulated commands (bsc#950618)
+
+---
+Wed Oct 21 16:03:52 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.0~alpha1+git.1445441661.907341b:
+  + View: Fix overlapping growl notifications (bsc#950626)
+  + Cib: Patch remote node state from resource (bsc#949240)
+  + Cib: Don't try to read CIB XML if cluster is not running
+  + Dashboard: Fix adding/removing clusters
+  + Status: Show unclean status as error
+
+---

Old:

  hawk2-1.0.0~alpha1+git.1445271072.1114d0a.tar.bz2

New:

  hawk2-1.0.0~alpha1+git.1445537620.7637b7f.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.TYSlBv/_old  2015-10-25 19:13:21.0 +0100
+++ /var/tmp/diff_new_pack.TYSlBv/_new  2015-10-25 19:13:21.0 +0100
@@ -39,7 +39,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:1.0.0~alpha1+git.1445271072.1114d0a
+Version:1.0.0~alpha1+git.1445537620.7637b7f
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.TYSlBv/_old  2015-10-25 19:13:21.0 +0100
+++ /var/tmp/diff_new_pack.TYSlBv/_new  2015-10-25 19:13:21.0 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  1114d0a7161ac85b17d1eca5ad73fda1ccf2cc58
\ No newline at end of file
+  7637b7ffbf6688f8778d574971bff88d96cb204b
\ No newline at end of file

++ hawk2-1.0.0~alpha1+git.1445271072.1114d0a.tar.bz2 -> 
hawk2-1.0.0~alpha1+git.1445537620.7637b7f.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hawk2-1.0.0~alpha1+git.1445271072.1114d0a/hawk/app/assets/javascripts/application.js
 
new/hawk2-1.0.0~alpha1+git.1445537620.7637b7f/hawk/app/assets/javascripts/application.js
--- 
old/hawk2-1.0.0~alpha1+git.1445271072.1114d0a/hawk/app/assets/javascripts/application.js
2015-10-19 18:15:06.0 +0200
+++ 
new/hawk2-1.0.0~alpha1+git.1445537620.7637b7f/hawk/app/assets/javascripts/application.js
2015-10-22 23:51:44.0 +0200
@@ -6,6 +6,7 @@
 //= require module/basics
 //= require module/help
 //= require module/forms
+//= require module/statusmatrix
 //= require module/oplist
 //= require module/attrlist
 //= require module/wizattrlist
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hawk2-1.0.0~alpha1+git.1445271072.1114d0a/hawk/app/assets/javascripts/dashboard.js
 
new/hawk2-1.0.0~alpha1+git.1445537620.7637b7f/hawk/app/assets/javascripts/dashboard.js
--- 
old/hawk2-1.0.0~alpha1+git.1445271072.1114d0a/hawk/app/assets/javascripts/dashboard.js
  2015-10-19 18:15:06.0 +0200
+++ 
new/hawk2-1.0.0~alpha1+git.1445537620.7637b7f/hawk/app/assets/javascripts/dashboard.js
  2015-10-22 23:51:44.0 +0200
@@ -1,4 +1,5 @@
 // Copyright (c) 2009-2015 Tim Serong 
+// Copyright (c) 2015 Kristoffer Gronlund 
 // See COPYING for license.
 
 // https://:7630/cib/mini.json
@@ -140,108 +141,46 @@
 }
 
 text += '';
-text += '';
-text += '';
+text += '';
 
-var makePopoverButton = function(id, content, cls, title) {
-  var body = "";
-  body += '';
-};
-
-var dlEnd = function() {
-  return '';
-};
-
-var dlAdd = function(title, text) {
-  return '' + title + '' + text + '';
-}
-
-var descCache = {};
-
-$.each(cib.node_states, function(state, count) {
-  if (count > 0) {
-var details = dlBegin();
-$.each(cib.nodes, function(n, v) {
-  if (state == v) {
-details += dlAdd(n, v);
-  }
-});
-details += dlEnd();
-descCache['node_btn_' + state] = details;
-
-text += makePopoverButton('node_btn_' + state, count + ' ' + state + ' 
' + plural('node', count),
- 

commit hawk2 for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2015-10-19 22:54:08

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2015-10-12 
10:02:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2015-10-20 
00:09:12.0 +0200
@@ -1,0 +2,61 @@
+Mon Oct 19 16:15:14 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.0~alpha1+git.1445271072.1114d0a:
+  + Wizard: Disable apply button correctly (bsc#950617)
+  + Wizard: Allow resubmit if password is edited (bsc#950605)
+  + Wizard: Strip Password: prompt from stderr output (bsc#950605)
+  + Ticket: Use correct ID and disable ticket grant/revoke in simulator 
(bsc#950624) (bsc#950630)
+  + Ticket: Display Ticket ID in tables (bsc#950624)
+  + Ticket: Add Details pane for tickets
+  + Status: Add edit link to resources and tickets (bsc#950599)
+  + Wizard: Only allow CIB-only wizards in simulator mode (bsc#950630)
+  + Add wizard application to command log (bsc#950588)
+  + View: Show validation tooltip (bsc#950465)
+  + Improved quoting for wizard parameters in command log (bsc#950588)
+
+---
+Thu Oct 15 22:35:34 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.0~alpha1+git.1444948199.57048c0:
+  + Add missing descriptions for clone/multistate resource options
+  + Require fast_gettext >= 0.9.2
+
+---
+Thu Oct 15 06:40:58 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.0~alpha1+git.1444890849.7fa23f3:
+  + Don't insert nil as error in Record, and don't crash if error is nil 
(bsc#950325)
+  + Command Log: Hide some invocations from log (bsc#950329)
+  + New favicon
+
+---
+Tue Oct 13 07:20:01 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.0~alpha1+git.1444693784.7d65d43:
+  + Don't crash if tagged resource is stateless (bsc#950072)
+  + Status: Filter out tagged records that aren't resources (bsc#950072)
+  + Rails complains if we don't skip the CORS after_filter (bsc#950070)
+  + after-filters don't work on live controllers (bsc#950070)
+  + Add missing OPTIONS route for /monitor (bsc#950070)
+
+---
+Mon Oct 12 12:12:21 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.0~alpha1+git.1444651897.824bd0b:
+  + Status: Fix state calculation for multi-state resources (fate#318288)
+  + Status: Display resource action dropdown above table
+  + Status: Fix promote/demote actions
+  + Relax gettext_i18n_rails dependency
+
+---
+Mon Oct 12 09:15:29 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.0~alpha1+git.1444641059.112bbcf:
+  + Status: Fixed nested resources view (fate#318286)
+  + Fix bug in parameter shortdesc display for certain agents
+  + Status: Fix display of tag resources (fate#318288)
+  + Status: Fix state calculation for tags
+  + Status: Display clones in resources list
+  + Status: Fixed display of state for m/s
+
+---

Old:

  hawk2-1.0.0~alpha1+git.1444318089.6dd31cf.tar.bz2

New:

  hawk2-1.0.0~alpha1+git.1445271072.1114d0a.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.VIftcX/_old  2015-10-20 00:09:13.0 +0200
+++ /var/tmp/diff_new_pack.VIftcX/_new  2015-10-20 00:09:13.0 +0200
@@ -39,7 +39,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:1.0.0~alpha1+git.1444318089.6dd31cf
+Version:1.0.0~alpha1+git.1445271072.1114d0a
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
@@ -75,10 +75,10 @@
 
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:builder) >= 3.2
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:byebug) >= 3.5
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:fast_gettext:0.9)
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:fast_gettext) >= 0.9.2
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:gettext:3.1)
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:gettext_i18n_rails:1.2)
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:gettext_i18n_rails_js)
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:gettext_i18n_rails:1) >= 1.2
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:gettext_i18n_rails_js) >= 1.0
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:haml-rails) >= 0.8.2
 BuildRequires:  

commit hawk2 for openSUSE:Factory

2015-10-12 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2015-10-12 10:02:38

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2015-10-08 
08:26:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2015-10-12 
10:02:46.0 +0200
@@ -1,0 +2,28 @@
+Thu Oct 08 21:49:38 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.0~alpha1+git.1444318089.6dd31cf:
+  + Cib: More informative error message when node is unclean (fate#318287)
+  + Cib: Make standby a separate state variable so the indicators work properly
+(fate#318297) (fate#318296) (fate#318288)
+  + Report: Show last diff on last transition
+  + Report: diff: Don't show error unless there actually was an error
+  + Resources: Fix agent link for non-templates
+  + Resources: Use running_on property to determine location
+  + Resources: Show instance and failure information on resource details page
+(fate#318287)
+  + Status: Disable pagination for tickets and nodes (fate#318295)
+  + Status: Hide tickets table when there are no tickets
+  + Node: Split utilization lines correctly (#58)
+
+---
+Wed Oct 07 18:49:09 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.0~alpha1+git.1444236681.45aa654:
+  + move simulator panel to the top
+  + rearrange input elements in simulator panel
+  + remember state of simulator toggle on page reloads
+  + Report: Convert problematic characters to _ for download
+  + Report: Better graph styling with img-thumbnail
+  + Report: Handle report filenames containing spaces
+
+---

Old:

  hawk2-1.0.0~alpha1+git.1444137703.9beb93e.tar.bz2

New:

  hawk2-1.0.0~alpha1+git.1444318089.6dd31cf.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.mSSnDW/_old  2015-10-12 10:02:46.0 +0200
+++ /var/tmp/diff_new_pack.mSSnDW/_new  2015-10-12 10:02:46.0 +0200
@@ -39,7 +39,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:1.0.0~alpha1+git.1444137703.9beb93e
+Version:1.0.0~alpha1+git.1444318089.6dd31cf
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.mSSnDW/_old  2015-10-12 10:02:46.0 +0200
+++ /var/tmp/diff_new_pack.mSSnDW/_new  2015-10-12 10:02:46.0 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  9beb93e7600e3baba8fdc9068b393d9faf500a29
\ No newline at end of file
+  6dd31cff6265ba8e0009302e371d542d3ddb8ef8
\ No newline at end of file

++ hawk2-1.0.0~alpha1+git.1444137703.9beb93e.tar.bz2 -> 
hawk2-1.0.0~alpha1+git.1444318089.6dd31cf.tar.bz2 ++
 1607 lines of diff (skipped)




commit hawk2 for openSUSE:Factory

2015-10-08 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2015-10-08 08:26:18

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2015-09-08 
17:44:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2015-10-08 
08:26:19.0 +0200
@@ -1,0 +2,121 @@
+Wed Oct  7 12:23:17 UTC 2015 - kgronl...@suse.com
+
+- Make gem bundling conditional on SLE or openSUSE (bsc#949046)
+
+---
+Wed Oct 07 08:29:47 UTC 2015 - kgronl...@suse.com
+
+- Bundle gems in SLE 12 SP1 (bsc#949046)
+- Remove build dependency on quiet_assets 
+- Update to version 1.0.0~alpha1+git.1444137703.9beb93e:
+  + Update ACL enablement message (bsc#946041)
+  + Fix possible race condition in CrmEvents
+  + enable view for editing location constraints
+  + Changelog: Fix incorrect bug reference (bnc#917428)
+  + Location rules: Score quoting and extra space in :
+  + Record: Better escaping for fetching xml records
+  + Resource: Include tags in listing
+  + Cib: Inject cib into record
+  + Status: Removed tabs, added tickets and removed constraints
+  + Resources: Cleaned help texts and removed backups
+  + Ticket: Added standby and granted attributes
+  + Resource: Added state and managed attributes
+  + Resource: Added nested resources for status view
+  + Footer: Partial fix for ui glitch
+  + Dashboard: Don't redundantly show tickets as info notices
+  + Simulator: Fix ticket name listing after Cib change
+  + Reimplement /monitor as a Live controller (bsc#947748)
+  + History: Don't crash on reports with no transitions
+  + Report: Improved from/to date inference
+  + Location: Initialize with an empty rule
+  + Fix issues with running hawk in offline mode (bsc#947818)
+  + Reports: Improved available information for reports
+  + Report: Dropdown lists in transition navigation
+  + Cib: Fix bug in offline?
+  + Location: operator must be set
+  + CrmEvents: Preserve log if not too big
+  + Report: Don't confuse errors with transitions
+  + Report: Fix incorrect nesting of node/resource events
+  + Location: Fix destroy action without content
+  + Location: Better defaults for new/empty rule
+  + Invoker: Slightly less inscrutable error message
+  + Monitor: Implement /monitor as live controller (bsc#947748)
+  + Service: 16 threads, 1 process, SIGKILL after timeout
+  + Monitor: Refresh on monitor event
+  + Dashboard: Use /monitor for great success
+  + Resource: Added actions for the resources
+  + Resource: Made the node for migrate and cleanup optional
+  + Colocation: Hide node attribute option (bsc#943591)
+  + ACLs: Small tweak to the enabled? message (bsc#946041)
+  + Refer to ACL Targets, not Users (bsc#946085)
+  + Add help text for ACL Role/Target
+  + Fixed ACL handling (bsc#946229) (bsc#946247)
+  + Cib: all resources now have a :state
+  + Updated crmsh mode for highlight.js
+  + Resource: Cleanup managed
+  + Model: Use the current_cib in resources as much as possible
+  + Invoker: Make logged load updates actual shell commands
+  + Log cibadmin --replace to command log
+  + Basic help text for Cluster Configuration
+  + use MutationObserver to fix the footer issue
+  + Fix the simulator creation redirect flow
+  + Status: Update status circle
+  + fix pull_right icon_tags next to icon_texts in FF
+  + Resource: Added all required actions
+  + Tag: Use validates...presence for array attributes
+  + make the footer on login page sticky
+
+---
+Fri Sep 18 13:05:00 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.0~alpha1+git.1442580882.11cc227:
+  + Status: Some reordering and sizing of list items
+  + Reports: Implement generating, uploading, downloading and deleting reports
+  + Report: Show timestamp for transition in tooltip (fate#318281)
+  + Update note on bindfs in README
+  + Sort roles before users (bsc#946053)
+  + Reports: Fix null derefence
+  + Fall back to session storage if cache is disabled (may hit 4k limit)
+  + Change /agent route to handle agents with colon or slash in the name
+  + Fix potential null dereference in wizattrlist
+  + Implement operation editing for primitives and templates (fate#318281)
+  + Redirect to templates list after deleting a template
+
+---
+Tue Sep 15 08:56:15 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.0~alpha1+git.1442306372.6b81608:
+  + Primitive: Display template clazz, provider and type correctly
+  + CrmConfig: Default value in help text [fix translation] (bsc#889767)
+  + Commands: Hide command log when shadow 

commit hawk2 for openSUSE:Factory

2015-09-08 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2015-09-08 17:39:44

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2015-08-31 
22:59:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2015-09-08 
17:44:18.0 +0200
@@ -1,0 +2,16 @@
+Fri Sep 04 08:10:05 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.0~alpha1+git.1441319582.8c8d426:
+  + Integrate documentation for add resource
+  + Template: Fix broken implementation of crm ra classes
+  + add steps to README Hacking section
+  + Revert broken rewrite in Template
+  + Add agents view to display information about resource agents
+  + Enable showing agent for appropriate resources in resource view
+  + Details view for resources
+  + Add help text for resource templates (bsc#944043)
+  + Add help text for meta attributes
+  + Minor fixes to the wizard param view
+  + CrmConfig: Show default value (if any)
+
+---

Old:

  hawk2-1.0.0~alpha1+git.1441003128.fa0ca82.tar.bz2

New:

  hawk2-1.0.0~alpha1+git.1441319582.8c8d426.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.OfHrY8/_old  2015-09-08 17:44:35.0 +0200
+++ /var/tmp/diff_new_pack.OfHrY8/_new  2015-09-08 17:44:35.0 +0200
@@ -39,7 +39,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:1.0.0~alpha1+git.1441003128.fa0ca82
+Version:1.0.0~alpha1+git.1441319582.8c8d426
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
@@ -235,7 +235,6 @@
 %dir %{www_base}/hawk
 %{www_base}/hawk/app
 %{www_base}/hawk/config
-%exclude %{www_base}/hawk/config/wizard
 %{www_base}/hawk/lib
 %attr(0750, %{uname},%{gname})%{_sysconfdir}/hawk
 %attr(0750, %{uname},%{gname})%{www_base}/hawk/log

++ _servicedata ++
--- /var/tmp/diff_new_pack.OfHrY8/_old  2015-09-08 17:44:35.0 +0200
+++ /var/tmp/diff_new_pack.OfHrY8/_new  2015-09-08 17:44:35.0 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  fa0ca82a53c9275395d4b642b1097886c63eba3a
\ No newline at end of file
+  8c8d426e6dcf9d8161abf39a4d724f222b109664
\ No newline at end of file

++ hawk2-1.0.0~alpha1+git.1441003128.fa0ca82.tar.bz2 -> 
hawk2-1.0.0~alpha1+git.1441319582.8c8d426.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-1.0.0~alpha1+git.1441003128.fa0ca82.tar.bz2
 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-1.0.0~alpha1+git.1441319582.8c8d426.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2015-08-31 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2015-08-31 22:59:28

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2015-08-28 
08:27:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2015-08-31 
22:59:29.0 +0200
@@ -1,0 +2,20 @@
+Mon Aug 31 06:42:57 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.0~alpha1+git.1441003128.fa0ca82:
+  + Order: Fix validation of score/kind
+  + Colocation: Fix shell_syntax generation for colocation constraints 
(bsc#940194)
+  + Location: Fix CLI syntax generation for location constraints (bsc#940194)
+  + location: fix validation for location rules
+  + Fix more references to Multi-state resources (bsc#940193)
+  + One more reference to Multi-state (bsc#940193)
+  + Template: Don't include hidden clazz/providers in list
+  + Primitive/Template: Fix class/provider/type selector
+  + Update to Bootstrap 3.3.5 to fix modal page shift bug 
(twbs/bootstrap#13103)
+  + Graph: Show loading placeholder while generating graph
+  + Constraints: Show score as separate column
+  + Constraints: Fix display of tickets
+  + Wizard: cache list of wizards with 2 hour expiry
+  + Clearer category for legacy wizards (fate#318211)
+  + Dashboard: Set panel frame color based on status
+
+---

Old:

  hawk2-1.0.0~alpha1+git.1440623163.e6e2342.tar.bz2

New:

  hawk2-1.0.0~alpha1+git.1441003128.fa0ca82.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.WqzF3s/_old  2015-08-31 22:59:30.0 +0200
+++ /var/tmp/diff_new_pack.WqzF3s/_new  2015-08-31 22:59:30.0 +0200
@@ -39,7 +39,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:1.0.0~alpha1+git.1440623163.e6e2342
+Version:1.0.0~alpha1+git.1441003128.fa0ca82
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.WqzF3s/_old  2015-08-31 22:59:30.0 +0200
+++ /var/tmp/diff_new_pack.WqzF3s/_new  2015-08-31 22:59:30.0 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  e6e2342f3f4ec9b52c444362d6735b1333da0ff6
\ No newline at end of file
+  fa0ca82a53c9275395d4b642b1097886c63eba3a
\ No newline at end of file

++ hawk2-1.0.0~alpha1+git.1440623163.e6e2342.tar.bz2 -> 
hawk2-1.0.0~alpha1+git.1441003128.fa0ca82.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-1.0.0~alpha1+git.1440623163.e6e2342.tar.bz2
 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-1.0.0~alpha1+git.1441003128.fa0ca82.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2015-08-28 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2015-08-28 08:27:09

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is hawk2

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2015-08-15 
11:39:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2015-08-28 
08:27:19.0 +0200
@@ -1,0 +2,40 @@
+Wed Aug 26 22:03:39 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.0~alpha1+git.1440623163.e6e2342:
+  + Primitive: Remove debug inspect (bsc#940194)
+  + CrmScript: error output is not line-by-line, report as a single error 
notification
+
+---
+Wed Aug 26 16:13:00 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.0~alpha1+git.1440604736.8fb27d9:
+  + Dashboard: Add details pane, now at feature parity with old UI (bsc#808703)
+  + Cib: Remove tags and constraints from mini CIB
+  + Status: Show tickets in constraints list
+  + Stylesheets: Fixed multiple alert boxes
+  + CrmScript: Pass data to crm via tempfile
+  + CrmScript: Handle output from script correctly
+  + Wizard: Implemented views for wizards (fate#318482) (fate#318211) 
(fate#318281)
+  + Status: Clone resources may not have a default instance (bsc#938798)
+
+---
+Tue Aug 25 10:39:26 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.0~alpha1+git.1440497150.ec9656c:
+  + Wizard: html-escape descriptions since they may contain , , etc., and 
simple_format would strip them
+  + Wizard: @loaded should not be an accessible attribute
+  + Wizard: Reworked wizard model structure
+  + Wizard: Improved client-side validation for wizards
+  + Wizard: Fix styling of generated form controls
+  + Wizard: Improved handling for substeps
+  + Config: Require fileutils in puma.rb
+  + Create Node model objects via Cib to get correct node state (fate#318281)
+  + Node: Hide fence control if STONITH is disabled
+  + View: Very basic implementation of resources and constraints tabs in 
status display
+  + Show all resources, not just groups
+  + Don't hide the help text on mouseleave
+  + Explorer: Report::Upload now saves report correctly
+  + Render graph as svg instead of png
+- Add provides for ha-cluster-webui (bsc#942723)
+
+---

Old:

  hawk2-1.0.0~alpha1+git.1439476251.f3c7344.tar.bz2

New:

  hawk2-1.0.0~alpha1+git.1440623163.e6e2342.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.cpSFeL/_old  2015-08-28 08:27:20.0 +0200
+++ /var/tmp/diff_new_pack.cpSFeL/_new  2015-08-28 08:27:20.0 +0200
@@ -39,13 +39,14 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:1.0.0~alpha1+git.1439476251.f3c7344
+Version:1.0.0~alpha1+git.1440623163.e6e2342
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
 Source100:  hawk-rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Conflicts:  hawk
+Provides:   ha-cluster-webui
 Requires:   crmsh
 Requires:   graphviz
 Requires:   graphviz-gd

++ _servicedata ++
--- /var/tmp/diff_new_pack.cpSFeL/_old  2015-08-28 08:27:20.0 +0200
+++ /var/tmp/diff_new_pack.cpSFeL/_new  2015-08-28 08:27:20.0 +0200
@@ -1,4 +1,4 @@
 servicedata
 service name=tar_scm
 param name=urlgit://github.com/ClusterLabs/hawk.git/param
-  param 
name=changesrevisionf3c7344f23d9b22ae3ec267bdde0208c8337288a/param/service/servicedata
\ No newline at end of file
+  param 
name=changesrevisione6e2342f3f4ec9b52c444362d6735b1333da0ff6/param/service/servicedata
\ No newline at end of file

++ hawk2-1.0.0~alpha1+git.1439476251.f3c7344.tar.bz2 - 
hawk2-1.0.0~alpha1+git.1440623163.e6e2342.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-1.0.0~alpha1+git.1439476251.f3c7344.tar.bz2
 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-1.0.0~alpha1+git.1440623163.e6e2342.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2015-08-15 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2015-08-15 11:39:36

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is hawk2

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2015-08-12 
15:15:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2015-08-15 
11:39:37.0 +0200
@@ -1,0 +2,10 @@
+Fri Aug 14 11:30:50 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.0~alpha1+git.1439476251.f3c7344:
+  + Wizard: Better formatting for longdesc
+  + Wizard: Improved help display
+  + Model: Fix display of operation errors (bsc#938702)
+  + Model: Show description of rc for failed operation
+  + CrmScript: Fix invocation of splitline
+
+---

Old:

  hawk2-1.0.0~alpha1+git.1439303419.9ae3a70.tar.bz2

New:

  hawk2-1.0.0~alpha1+git.1439476251.f3c7344.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.PjYItQ/_old  2015-08-15 11:39:38.0 +0200
+++ /var/tmp/diff_new_pack.PjYItQ/_new  2015-08-15 11:39:38.0 +0200
@@ -39,7 +39,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:1.0.0~alpha1+git.1439303419.9ae3a70
+Version:1.0.0~alpha1+git.1439476251.f3c7344
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.PjYItQ/_old  2015-08-15 11:39:38.0 +0200
+++ /var/tmp/diff_new_pack.PjYItQ/_new  2015-08-15 11:39:38.0 +0200
@@ -1,4 +1,4 @@
 servicedata
 service name=tar_scm
 param name=urlgit://github.com/ClusterLabs/hawk.git/param
-  param 
name=changesrevision9ae3a706d2f74c929daa94b795ff4ff682bf4a61/param/service/servicedata
\ No newline at end of file
+  param 
name=changesrevisionf3c7344f23d9b22ae3ec267bdde0208c8337288a/param/service/servicedata
\ No newline at end of file

++ hawk2-1.0.0~alpha1+git.1439303419.9ae3a70.tar.bz2 - 
hawk2-1.0.0~alpha1+git.1439476251.f3c7344.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-1.0.0~alpha1+git.1439303419.9ae3a70.tar.bz2
 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-1.0.0~alpha1+git.1439476251.f3c7344.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2015-08-12 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2015-08-12 15:15:07

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is hawk2

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2015-08-07 
00:24:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2015-08-12 
15:15:08.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug 12 06:12:14 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.0~alpha1+git.1439303419.9ae3a70:
+  + hawk_invoke: Allow hawk to invoke crm report (bsc#941308)
+
+---

Old:

  hawk2-1.0.0~alpha1+git.1438843863.671db31.tar.bz2

New:

  hawk2-1.0.0~alpha1+git.1439303419.9ae3a70.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.uK66MO/_old  2015-08-12 15:15:09.0 +0200
+++ /var/tmp/diff_new_pack.uK66MO/_new  2015-08-12 15:15:09.0 +0200
@@ -39,7 +39,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:1.0.0~alpha1+git.1438843863.671db31
+Version:1.0.0~alpha1+git.1439303419.9ae3a70
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.uK66MO/_old  2015-08-12 15:15:09.0 +0200
+++ /var/tmp/diff_new_pack.uK66MO/_new  2015-08-12 15:15:09.0 +0200
@@ -1,4 +1,4 @@
 servicedata
 service name=tar_scm
 param name=urlgit://github.com/ClusterLabs/hawk.git/param
-  param 
name=changesrevision671db31f634bc51092ee4eb9d6fef121f7aec5f6/param/service/servicedata
\ No newline at end of file
+  param 
name=changesrevision9ae3a706d2f74c929daa94b795ff4ff682bf4a61/param/service/servicedata
\ No newline at end of file

++ hawk2-1.0.0~alpha1+git.1438843863.671db31.tar.bz2 - 
hawk2-1.0.0~alpha1+git.1439303419.9ae3a70.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-1.0.0~alpha1+git.1438843863.671db31.tar.bz2
 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-1.0.0~alpha1+git.1439303419.9ae3a70.tar.bz2
 differ: char 11, line 1




commit hawk2 for openSUSE:Factory

2015-08-06 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2015-08-07 00:24:41

Comparing /work/SRC/openSUSE:Factory/hawk2 (Old)
 and  /work/SRC/openSUSE:Factory/.hawk2.new (New)


Package is hawk2

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2015-08-05 
19:17:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2015-08-07 
00:24:46.0 +0200
@@ -1,0 +2,6 @@
+Thu Aug 06 06:51:54 UTC 2015 - kgronl...@suse.com
+
+- Update to version 1.0.0~alpha1+git.1438843863.671db31:
+  + Relax requirement for js-routes
+
+---

Old:

  hawk2-1.0.0~alpha1+git.1438696250.7574201.tar.bz2

New:

  hawk2-1.0.0~alpha1+git.1438843863.671db31.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.2XZuek/_old  2015-08-07 00:24:47.0 +0200
+++ /var/tmp/diff_new_pack.2XZuek/_new  2015-08-07 00:24:47.0 +0200
@@ -39,7 +39,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:1.0.0~alpha1+git.1438696250.7574201
+Version:1.0.0~alpha1+git.1438843863.671db31
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
@@ -80,7 +80,7 @@
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:gettext_i18n_rails_js)
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:haml-rails) = 0.8.2
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:hashie) = 3.4
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:js-routes)
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:js-routes:1)
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:mail) = 2.6
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:mime-types) = 2.5
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:minitest) = 5.6
@@ -114,7 +114,7 @@
 Requires:   rubygem(%{rb_default_ruby_abi}:gettext_i18n_rails_js)
 Requires:   rubygem(%{rb_default_ruby_abi}:haml-rails) = 0.8.2
 Requires:   rubygem(%{rb_default_ruby_abi}:hashie) = 3.4
-Requires:   rubygem(%{rb_default_ruby_abi}:js-routes:1.0)
+Requires:   rubygem(%{rb_default_ruby_abi}:js-routes:1)
 Requires:   rubygem(%{rb_default_ruby_abi}:puma:2) = 2.11
 Requires:   rubygem(%{rb_default_ruby_abi}:rails:4.2)
 Requires:   rubygem(%{rb_default_ruby_abi}:sass-rails:5.0) = 5.0.1

++ _servicedata ++
--- /var/tmp/diff_new_pack.2XZuek/_old  2015-08-07 00:24:47.0 +0200
+++ /var/tmp/diff_new_pack.2XZuek/_new  2015-08-07 00:24:47.0 +0200
@@ -1,4 +1,4 @@
 servicedata
 service name=tar_scm
 param name=urlgit://github.com/ClusterLabs/hawk.git/param
-  param 
name=changesrevision7574201a02196ed5e00d96ed9e89c273bbedab5c/param/service/servicedata
\ No newline at end of file
+  param 
name=changesrevision671db31f634bc51092ee4eb9d6fef121f7aec5f6/param/service/servicedata
\ No newline at end of file

++ hawk2-1.0.0~alpha1+git.1438696250.7574201.tar.bz2 - 
hawk2-1.0.0~alpha1+git.1438843863.671db31.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-1.0.0~alpha1+git.1438696250.7574201.tar.bz2
 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-1.0.0~alpha1+git.1438843863.671db31.tar.bz2
 differ: char 11, line 1