Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-kdump for openSUSE:Factory checked in at 2022-01-27 23:16:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-kdump (Old) and /work/SRC/openSUSE:Factory/.yast2-kdump.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-kdump" Thu Jan 27 23:16:38 2022 rev:107 rq:949163 version:4.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-kdump/yast2-kdump.changes 2021-09-09 23:07:22.224818856 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-kdump.new.1898/yast2-kdump.changes 2022-01-27 23:17:06.098922309 +0100 @@ -1,0 +2,6 @@ +Tue Jan 25 14:42:40 UTC 2022 - Imobach Gonzalez Sosa <igonzalezs...@suse.com> + +- Use Package module instead of PackageSystem (bsc#1194886). +- 4.4.2 + +------------------------------------------------------------------- Old: ---- yast2-kdump-4.4.1.tar.bz2 New: ---- yast2-kdump-4.4.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-kdump.spec ++++++ --- /var/tmp/diff_new_pack.WPXQZI/_old 2022-01-27 23:17:06.646918523 +0100 +++ /var/tmp/diff_new_pack.WPXQZI/_new 2022-01-27 23:17:06.650918496 +0100 @@ -1,7 +1,7 @@ # # spec file for package yast2-kdump # -# 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 @@ -17,7 +17,7 @@ Name: yast2-kdump -Version: 4.4.1 +Version: 4.4.2 Release: 0 Summary: Configuration of kdump License: GPL-2.0-only @@ -30,13 +30,13 @@ BuildRequires: yast2 BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec) BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake) -# Yast::Arch.paravirtualized_xen_guest? -BuildRequires: yast2 >= 4.3.45 +# Replace PackageSystem with Package +BuildRequires: yast2 >= 4.4.38 BuildRequires: yast2-bootloader BuildRequires: yast2-buildtools >= 4.2.2 -# Yast::Arch.paravirtualized_xen_guest? -Requires: yast2 >= 4.3.45 +# Replace PackageSystem with Package +Requires: yast2 >= 4.4.38 # Kernel parameters with multiple values and bug#945479 fixed Requires: yast2-bootloader >= 3.1.148 Requires: yast2-ruby-bindings >= 1.0.0 ++++++ yast2-kdump-4.4.1.tar.bz2 -> yast2-kdump-4.4.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-kdump-4.4.1/.github/workflows/ci.yml new/yast2-kdump-4.4.2/.github/workflows/ci.yml --- old/yast2-kdump-4.4.1/.github/workflows/ci.yml 2021-09-07 12:45:33.000000000 +0200 +++ new/yast2-kdump-4.4.2/.github/workflows/ci.yml 2022-01-26 07:49:16.000000000 +0100 @@ -8,7 +8,14 @@ jobs: Tests: 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: @@ -27,13 +34,22 @@ # send the coverage report to coveralls.io - name: Coveralls Report + # send it only from the TW build to avoid duplicate submits + if: ${{ matrix.distro == 'tumbleweed' }} uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} Rubocop: 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: @@ -45,7 +61,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: @@ -57,7 +80,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: @@ -71,7 +101,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-kdump-4.4.1/package/yast2-kdump.changes new/yast2-kdump-4.4.2/package/yast2-kdump.changes --- old/yast2-kdump-4.4.1/package/yast2-kdump.changes 2021-09-07 12:45:33.000000000 +0200 +++ new/yast2-kdump-4.4.2/package/yast2-kdump.changes 2022-01-26 07:49:16.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Jan 25 14:42:40 UTC 2022 - Imobach Gonzalez Sosa <igonzalezs...@suse.com> + +- Use Package module instead of PackageSystem (bsc#1194886). +- 4.4.2 + +------------------------------------------------------------------- Mon Sep 6 09:28:56 UTC 2021 - David Diaz <dgonza...@suse.com> - Improve the kdump proposal warning (bsc#1095207) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-kdump-4.4.1/package/yast2-kdump.spec new/yast2-kdump-4.4.2/package/yast2-kdump.spec --- old/yast2-kdump-4.4.1/package/yast2-kdump.spec 2021-09-07 12:45:33.000000000 +0200 +++ new/yast2-kdump-4.4.2/package/yast2-kdump.spec 2022-01-26 07:49:16.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-kdump -Version: 4.4.1 +Version: 4.4.2 Release: 0 Summary: Configuration of kdump License: GPL-2.0-only @@ -30,13 +30,13 @@ BuildRequires: rubygem(%{rb_default_ruby_abi}:yast-rake) BuildRequires: update-desktop-files BuildRequires: yast2 -# Yast::Arch.paravirtualized_xen_guest? -BuildRequires: yast2 >= 4.3.45 +# Replace PackageSystem with Package +BuildRequires: yast2 >= 4.4.38 BuildRequires: yast2-bootloader BuildRequires: yast2-buildtools >= 4.2.2 -# Yast::Arch.paravirtualized_xen_guest? -Requires: yast2 >= 4.3.45 +# Replace PackageSystem with Package +Requires: yast2 >= 4.4.38 # Kernel parameters with multiple values and bug#945479 fixed Requires: yast2-bootloader >= 3.1.148 Requires: yast2-ruby-bindings >= 1.0.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-kdump-4.4.1/src/include/kdump/complex.rb new/yast2-kdump-4.4.2/src/include/kdump/complex.rb --- old/yast2-kdump-4.4.1/src/include/kdump/complex.rb 2021-09-07 12:45:33.000000000 +0200 +++ new/yast2-kdump-4.4.2/src/include/kdump/complex.rb 2022-01-26 07:49:16.000000000 +0100 @@ -42,7 +42,7 @@ Yast.import "Report" Yast.import "Mode" Yast.import "Message" - Yast.import "PackageSystem" + Yast.import "Package" Yast.include include_target, "kdump/helps.rb" end @@ -65,7 +65,7 @@ def InstallPackages # install packages package_list = KdumpClass::KDUMP_PACKAGES - if !PackageSystem.CheckAndInstallPackages(package_list) + if !Package.CheckAndInstallPackages(package_list) Report.Error(Message.CannotContinueWithoutPackagesInstalled) Builtins.y2error( "[kdump] Installation of package list %1 failed or aborted", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-kdump-4.4.1/src/include/kdump/uifunctions.rb new/yast2-kdump-4.4.2/src/include/kdump/uifunctions.rb --- old/yast2-kdump-4.4.1/src/include/kdump/uifunctions.rb 2021-09-07 12:45:33.000000000 +0200 +++ new/yast2-kdump-4.4.2/src/include/kdump/uifunctions.rb 2022-01-26 07:49:16.000000000 +0100 @@ -36,7 +36,7 @@ Yast.import "Kdump" Yast.import "Service" Yast.import "Package" - Yast.import "PackageSystem" + Yast.import "Package" Yast.import "Mode" # EXAMPLE FUNCTIONS @@ -687,7 +687,7 @@ "SMB/CIFS share cannot be mounted, installing missing 'cifs-mount' package..." ) # install cifs-mount package - PackageSystem.CheckAndInstallPackages(["cifs-mount"]) + Package.CheckAndInstallPackages(["cifs-mount"]) end value = Builtins.tostring(UI.QueryWidget(Id("server"), :Value)) @@ -1235,7 +1235,7 @@ package_list = [] package_list = Builtins.add(package_list, "makedumpfile") - if !PackageSystem.CheckAndInstallPackages(package_list) + if !Package.CheckAndInstallPackages(package_list) result = false if !Mode.commandline @@ -1512,7 +1512,7 @@ package_list = [] package_list = Builtins.add(package_list, "makedumpfile") - if !PackageSystem.CheckAndInstallPackages(package_list) + if !Package.CheckAndInstallPackages(package_list) result = false if !Mode.commandline