Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-cluster for openSUSE:Factory checked in at 2022-04-12 21:50:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-cluster (Old) and /work/SRC/openSUSE:Factory/.yast2-cluster.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-cluster" Tue Apr 12 21:50:47 2022 rev:48 rq:969417 version:4.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-cluster/yast2-cluster.changes 2021-09-26 21:49:33.070839825 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-cluster.new.1900/yast2-cluster.changes 2022-04-12 21:51:46.517984396 +0200 @@ -1,0 +2,5 @@ +Wed Apr 06 13:24:58 UTC 2022 - Ladislav Slez??k <[email protected]> + +- Bump version to 4.5.0 (bsc#1198109) + +------------------------------------------------------------------- Old: ---- yast2-cluster-4.4.2.tar.bz2 New: ---- yast2-cluster-4.5.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-cluster.spec ++++++ --- /var/tmp/diff_new_pack.3E3pIy/_old 2022-04-12 21:51:47.045978465 +0200 +++ /var/tmp/diff_new_pack.3E3pIy/_new 2022-04-12 21:51:47.049978420 +0200 @@ -1,7 +1,7 @@ # # spec file for package yast2-cluster # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define _fwdefdir %{_prefix}/lib/firewalld/services Name: yast2-cluster -Version: 4.4.2 +Version: 4.5.0 Release: 0 Summary: Configuration of cluster License: GPL-2.0-only ++++++ yast2-cluster-4.4.2.tar.bz2 -> yast2-cluster-4.5.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-cluster-4.4.2/.github/workflows/ci.yml new/yast2-cluster-4.5.0/.github/workflows/ci.yml --- old/yast2-cluster-4.4.2/.github/workflows/ci.yml 2021-09-26 04:42:41.000000000 +0200 +++ new/yast2-cluster-4.5.0/.github/workflows/ci.yml 2022-04-12 13:33:15.000000000 +0200 @@ -47,7 +47,14 @@ Package: runs-on: ubuntu-latest - container: registry.opensuse.org/yast/head/containers/yast-ruby:latest + + strategy: + fail-fast: false + matrix: + distro: [ "tumbleweed", "leap_latest" ] + + container: + image: registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby steps: @@ -59,7 +66,14 @@ Yardoc: runs-on: ubuntu-latest - container: registry.opensuse.org/yast/head/containers/yast-ruby:latest + + strategy: + fail-fast: false + matrix: + distro: [ "leap_latest" ] + + container: + image: registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby steps: @@ -73,7 +87,14 @@ # checks into one job avoids that overhead Checks: runs-on: ubuntu-latest - container: registry.opensuse.org/yast/head/containers/yast-ruby:latest + + strategy: + fail-fast: false + matrix: + distro: [ "leap_latest" ] + + container: + image: registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby steps: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-cluster-4.4.2/package/yast2-cluster.changes new/yast2-cluster-4.5.0/package/yast2-cluster.changes --- old/yast2-cluster-4.4.2/package/yast2-cluster.changes 2021-09-26 04:42:41.000000000 +0200 +++ new/yast2-cluster-4.5.0/package/yast2-cluster.changes 2022-04-12 13:33:15.000000000 +0200 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed Apr 06 13:24:58 UTC 2022 - Ladislav Slez??k <[email protected]> + +- Bump version to 4.5.0 (bsc#1198109) + +------------------------------------------------------------------- Tue Sep 14 07:09:49 UTC 2021 - nick wang <[email protected]> - bsc#1190466, add /etc/crm/crm.conf and /etc/crm/profiles.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-cluster-4.4.2/package/yast2-cluster.spec new/yast2-cluster-4.5.0/package/yast2-cluster.spec --- old/yast2-cluster-4.4.2/package/yast2-cluster.spec 2021-09-26 04:42:41.000000000 +0200 +++ new/yast2-cluster-4.5.0/package/yast2-cluster.spec 2022-04-12 13:33:15.000000000 +0200 @@ -18,7 +18,7 @@ %define _fwdefdir %{_prefix}/lib/firewalld/services Name: yast2-cluster -Version: 4.4.2 +Version: 4.5.0 Release: 0 Summary: Configuration of cluster License: GPL-2.0-only
