Hello community,

here is the log from the commit of package yast2-cluster for openSUSE:Factory 
checked in at 2019-08-16 15:45:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-cluster (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-cluster.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-cluster"

Fri Aug 16 15:45:22 2019 rev:33 rq:723613 version:4.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-cluster/yast2-cluster.changes      
2019-07-31 14:17:05.462707223 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-cluster.new.22127/yast2-cluster.changes   
2019-08-16 15:45:26.813702861 +0200
@@ -1,0 +2,15 @@
+Thu Aug 15 13:52:22 UTC 2019 - Ladislav Slezák <[email protected]>
+
+- Port to rake (by lcp) (bsc#1145754)
+- Removed obsolete BuildRequires
+- 4.2.2
+
+-------------------------------------------------------------------
+Mon Aug  5 06:23:32 UTC 2019 - nick wang <[email protected]>
+
+- bsc#1144200, stop corosync instead of pacemaker.
+  The patch in corosync(bsc#872651) is dropped in bsc#1144200,
+  change back to stop corosync.
+- 4.2.1
+
+-------------------------------------------------------------------

Old:
----
  yast2-cluster-4.2.0.tar.bz2

New:
----
  yast2-cluster-4.2.2.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-cluster.spec ++++++
--- /var/tmp/diff_new_pack.ybUe2X/_old  2019-08-16 15:45:28.405702398 +0200
+++ /var/tmp/diff_new_pack.ybUe2X/_new  2019-08-16 15:45:28.405702398 +0200
@@ -19,7 +19,7 @@
 %define _fwdefdir %{_libexecdir}/firewalld/services
 
 Name:           yast2-cluster
-Version:        4.2.0
+Version:        4.2.2
 Release:        0
 Summary:        Configuration of cluster
 License:        GPL-2.0-only
@@ -29,13 +29,10 @@
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        cluster.firewalld.xml
 
-# Yast2::Systemd::Socket
 BuildRequires:  firewall-macros
-BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2 >= 4.1.3
 BuildRequires:  yast2-devtools >= 4.2.2
-BuildRequires:  yast2-testsuite
+BuildRequires:  rubygem(yast-rake)
 
 Requires:       yast2 >= 4.1.3
 Requires:       yast2-ruby-bindings >= 1.0.0
@@ -49,7 +46,6 @@
 %setup -q
 
 %build
-%yast_build
 
 %install
 %yast_install
@@ -68,11 +64,11 @@
 %{yast_metainfodir}
 %{yast_scrconfdir}
 %{yast_agentdir}
-%doc %{yast_docdir}
 %dir %{_libexecdir}/firewalld
 %dir %{_fwdefdir}
 %{_fwdefdir}/cluster.xml
 %{yast_icondir}
+%doc %{yast_docdir}
 %license COPYING
 
 %changelog

++++++ yast2-cluster-4.2.0.tar.bz2 -> yast2-cluster-4.2.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-4.2.0/Makefile.cvs 
new/yast2-cluster-4.2.2/Makefile.cvs
--- old/yast2-cluster-4.2.0/Makefile.cvs        2019-06-03 09:51:25.000000000 
+0200
+++ new/yast2-cluster-4.2.2/Makefile.cvs        1970-01-01 01:00:00.000000000 
+0100
@@ -1,23 +0,0 @@
-#
-# Makefile.cvs
-#
-
-LIB = $(shell y2tool get-lib)
-
-PREFIX = /usr
-
-configure: all
-       ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB)
-
-all:
-       y2tool y2autoconf
-       y2tool y2automake
-       autoreconf --force --install
-
-install: configure
-       make
-       make install
-
-reconf: all
-       ./config.status --recheck
-       ./config.status
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-4.2.0/configure.in.in 
new/yast2-cluster-4.2.2/configure.in.in
--- old/yast2-cluster-4.2.0/configure.in.in     2019-06-03 09:51:25.000000000 
+0200
+++ new/yast2-cluster-4.2.2/configure.in.in     1970-01-01 01:00:00.000000000 
+0100
@@ -1,12 +0,0 @@
-## YCP module configure.in.in
-
-## Initialize
-@YAST2-INIT-COMMON@
-@YAST2-INIT-YCP@
-
-## some common checks
-@YAST2-CHECKS-COMMON@
-@YAST2-CHECKS-YCP@
-
-## and generate the output...
-@YAST2-OUTPUT@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-4.2.0/package/yast2-cluster.changes 
new/yast2-cluster-4.2.2/package/yast2-cluster.changes
--- old/yast2-cluster-4.2.0/package/yast2-cluster.changes       2019-06-03 
09:51:25.000000000 +0200
+++ new/yast2-cluster-4.2.2/package/yast2-cluster.changes       2019-08-15 
16:03:22.000000000 +0200
@@ -1,4 +1,19 @@
 -------------------------------------------------------------------
+Thu Aug 15 13:52:22 UTC 2019 - Ladislav Slezák <[email protected]>
+
+- Port to rake (by lcp) (bsc#1145754)
+- Removed obsolete BuildRequires
+- 4.2.2
+
+-------------------------------------------------------------------
+Mon Aug  5 06:23:32 UTC 2019 - nick wang <[email protected]>
+
+- bsc#1144200, stop corosync instead of pacemaker.
+  The patch in corosync(bsc#872651) is dropped in bsc#1144200,
+  change back to stop corosync.
+- 4.2.1
+
+-------------------------------------------------------------------
 Fri May 31 12:27:33 UTC 2019 - Stasiek Michalski <[email protected]>
 
 - Add metainfo (fate#319035)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-4.2.0/package/yast2-cluster.spec 
new/yast2-cluster-4.2.2/package/yast2-cluster.spec
--- old/yast2-cluster-4.2.0/package/yast2-cluster.spec  2019-06-03 
09:51:25.000000000 +0200
+++ new/yast2-cluster-4.2.2/package/yast2-cluster.spec  2019-08-15 
16:03:22.000000000 +0200
@@ -18,7 +18,7 @@
 %define _fwdefdir %{_libexecdir}/firewalld/services
 
 Name:           yast2-cluster
-Version:        4.2.0
+Version:        4.2.2
 Release:        0
 Summary:        Configuration of cluster
 License:        GPL-2.0-only
@@ -28,13 +28,10 @@
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        cluster.firewalld.xml
 
-# Yast2::Systemd::Socket
-BuildRequires:  yast2 >= 4.1.3
-BuildRequires:  perl-XML-Writer
+BuildRequires:  firewall-macros
+BuildRequires:  rubygem(yast-rake)
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2-devtools >= 4.2.2
-BuildRequires:  yast2-testsuite
-BuildRequires:  firewall-macros
 
 Requires:       yast2-ruby-bindings >= 1.0.0
 Requires:       yast2 >= 4.1.3
@@ -48,7 +45,6 @@
 %setup -q
 
 %build
-%yast_build
 
 %install
 %yast_install
@@ -67,11 +63,11 @@
 %{yast_metainfodir}
 %{yast_scrconfdir}
 %{yast_agentdir}
-%doc %{yast_docdir}
 %dir %{_libexecdir}/firewalld
 %dir %{_fwdefdir}
 %{_fwdefdir}/cluster.xml
 %{yast_icondir}
+%doc %{yast_docdir}
 %license COPYING
 
 %changelog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-4.2.0/src/Makefile.am 
new/yast2-cluster-4.2.2/src/Makefile.am
--- old/yast2-cluster-4.2.0/src/Makefile.am     2019-06-03 09:51:25.000000000 
+0200
+++ new/yast2-cluster-4.2.2/src/Makefile.am     1970-01-01 01:00:00.000000000 
+0100
@@ -1,41 +0,0 @@
-# Sources for cluster
-
-module_DATA = \
-  modules/Cluster.rb
-
-client_DATA = \
-  clients/cluster_proposal.rb \
-  clients/cluster_auto.rb \
-  clients/cluster.rb
-
-yncludedir = @yncludedir@/cluster
-ynclude_DATA = \
-  include/cluster/dialogs.rb \
-  include/cluster/common.rb \
-  include/cluster/complex.rb \
-  include/cluster/helps.rb \
-  include/cluster/wizards.rb
-
-scrconf_DATA = \
-  scrconf/openais.scr \
-  scrconf/cfg_pacemaker.scr \
-  scrconf/cfg_openais.scr \
-  scrconf/sysconfig_conntrackd.scr \
-  scrconf/csync2_ha.scr
-
-agent_SCRIPTS = \
-  servers_non_y2/ag_openais
-
-desktop_DATA = \
-  desktop/org.opensuse.yast.Cluster.desktop
-
-symbolicdir = @icondir@/hicolor/symbolic/apps
-symbolic_DATA = \
-  icons/hicolor/symbolic/apps/yast-cluster-symbolic.svg
-scalabledir = @icondir@/hicolor/scalable/apps
-scalable_DATA = \
-  icons/hicolor/scalable/apps/yast-cluster.svg
-
-EXTRA_DIST = $(module_DATA) $(client_DATA) $(ynclude_DATA) $(scrconf_DATA) 
$(agent_SCRIPTS) $(desktop_DATA) $(symbolic_DATA) $(scalable_DATA)
-
-include $(top_srcdir)/Makefile.am.common
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-4.2.0/src/include/cluster/dialogs.rb 
new/yast2-cluster-4.2.2/src/include/cluster/dialogs.rb
--- old/yast2-cluster-4.2.0/src/include/cluster/dialogs.rb      2019-06-03 
09:51:25.000000000 +0200
+++ new/yast2-cluster-4.2.2/src/include/cluster/dialogs.rb      2019-08-15 
16:03:22.000000000 +0200
@@ -1138,7 +1138,8 @@
 
         if ret == "stop_now"
           # BNC#874563,stop pacemaker could stop corosync since BNC#872651 is 
fixed
-          Report.Error(Service.Error + errormsg) if !Service.Stop("pacemaker")
+          # In bnc#1144200, the patch is dropped in corosync, so stop 
pacemaker not working
+          Report.Error(Service.Error + errormsg) if !Service.Stop("corosync")
           next
         end
 


Reply via email to