Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-s390 for openSUSE:Factory checked in at 2022-04-25 23:35:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-s390 (Old) and /work/SRC/openSUSE:Factory/.yast2-s390.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-s390" Mon Apr 25 23:35:25 2022 rev:27 rq:972606 version:4.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-s390/yast2-s390.changes 2022-04-13 21:05:50.500608581 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-s390.new.1538/yast2-s390.changes 2022-04-25 23:35:35.762422231 +0200 @@ -1,0 +2,6 @@ +Thu Apr 21 14:45:24 UTC 2022 - Stefan Hundhammer <[email protected]> + +- Don't call 'mkinitrd' in the inst-sys (bsc#1197632) +- 4.5.1 + +------------------------------------------------------------------- Old: ---- yast2-s390-4.5.0.tar.bz2 New: ---- yast2-s390-4.5.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-s390.spec ++++++ --- /var/tmp/diff_new_pack.fi5MA6/_old 2022-04-25 23:35:36.222422875 +0200 +++ /var/tmp/diff_new_pack.fi5MA6/_new 2022-04-25 23:35:36.226422881 +0200 @@ -17,7 +17,7 @@ Name: yast2-s390 -Version: 4.5.0 +Version: 4.5.1 Release: 0 Summary: YaST2 - S/390 Specific Features Configuration License: GPL-2.0-only ++++++ yast2-s390-4.5.0.tar.bz2 -> yast2-s390-4.5.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-s390-4.5.0/.github/workflows/ci.yml new/yast2-s390-4.5.1/.github/workflows/ci.yml --- old/yast2-s390-4.5.0/.github/workflows/ci.yml 2022-04-12 13:37:26.000000000 +0200 +++ new/yast2-s390-4.5.1/.github/workflows/ci.yml 2022-04-25 14:23:29.000000000 +0200 @@ -83,11 +83,11 @@ - name: Adapt Spec run: sed -i "/^ExclusiveArch:/d" package/*.spec - - name: Mark Spec - run: git add package/*.spec - - name: Package Build run: yast-ci-ruby -o package + env: + # ignore the spec file modification done above + CHECK_MODIFIED: 0 # downloading the Docker image takes some time so bundling several fast # checks into one job avoids that overhead diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-s390-4.5.0/package/yast2-s390.changes new/yast2-s390-4.5.1/package/yast2-s390.changes --- old/yast2-s390-4.5.0/package/yast2-s390.changes 2022-04-12 13:37:26.000000000 +0200 +++ new/yast2-s390-4.5.1/package/yast2-s390.changes 2022-04-25 14:23:29.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Apr 21 14:45:24 UTC 2022 - Stefan Hundhammer <[email protected]> + +- Don't call 'mkinitrd' in the inst-sys (bsc#1197632) +- 4.5.1 + +------------------------------------------------------------------- Wed Apr 06 13:24:58 UTC 2022 - Ladislav Slez??k <[email protected]> - Bump version to 4.5.0 (bsc#1198109) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-s390-4.5.0/package/yast2-s390.spec new/yast2-s390-4.5.1/package/yast2-s390.spec --- old/yast2-s390-4.5.0/package/yast2-s390.spec 2022-04-12 13:37:26.000000000 +0200 +++ new/yast2-s390-4.5.1/package/yast2-s390.spec 2022-04-25 14:23:29.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-s390 -Version: 4.5.0 +Version: 4.5.1 Release: 0 Group: System/YaST License: GPL-2.0-only diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-s390-4.5.0/src/modules/DASDController.rb new/yast2-s390-4.5.1/src/modules/DASDController.rb --- old/yast2-s390-4.5.0/src/modules/DASDController.rb 2022-04-12 13:37:26.000000000 +0200 +++ new/yast2-s390-4.5.1/src/modules/DASDController.rb 2022-04-25 14:23:29.000000000 +0200 @@ -107,7 +107,7 @@ def Write Y2S390::DasdsWriter.new(@devices).write if !Mode.normal - if !Mode.installation && @disk_configured + if Mode.normal && @disk_configured Y2S390::Dialogs::Mkinitrd.new.run @disk_configured = false end
