commit yast2-add-on for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-add-on for openSUSE:Factory checked in at 2019-05-27 08:35:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-add-on (Old) and /work/SRC/openSUSE:Factory/.yast2-add-on.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-add-on" Mon May 27 08:35:34 2019 rev:98 rq:704945 version:4.1.12 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-add-on/yast2-add-on.changes 2019-04-08 10:33:54.379190163 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-add-on.new.5148/yast2-add-on.changes 2019-05-27 08:35:37.971135355 +0200 @@ -1,0 +2,7 @@ +Wed May 22 16:20:22 CEST 2019 - schubi@suse.de + +- Fix: Update repository will be registered while installing + an add-on on a running system (bsc#1055126). +- 4.1.12 + +------------------------------------------------------------------- Old: ---- yast2-add-on-4.1.11.tar.bz2 New: ---- yast2-add-on-4.1.12.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-add-on.spec ++++++ --- /var/tmp/diff_new_pack.dltZDp/_old 2019-05-27 08:35:38.519135142 +0200 +++ /var/tmp/diff_new_pack.dltZDp/_new 2019-05-27 08:35:38.523135140 +0200 @@ -17,7 +17,7 @@ Name: yast2-add-on -Version: 4.1.11 +Version: 4.1.12 Release: 0 Summary: YaST2 - Add-On media installation code License: GPL-2.0-only ++++++ yast2-add-on-4.1.11.tar.bz2 -> yast2-add-on-4.1.12.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-add-on-4.1.11/package/yast2-add-on.changes new/yast2-add-on-4.1.12/package/yast2-add-on.changes --- old/yast2-add-on-4.1.11/package/yast2-add-on.changes 2019-04-03 14:25:32.000000000 +0200 +++ new/yast2-add-on-4.1.12/package/yast2-add-on.changes 2019-05-23 10:24:34.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed May 22 16:20:22 CEST 2019 - schubi@suse.de + +- Fix: Update repository will be registered while installing + an add-on on a running system (bsc#1055126). +- 4.1.12 + +------------------------------------------------------------------- Wed Apr 3 09:56:32 CEST 2019 - schubi@suse.de - Removing add-on repo: Deselecting product in solver too. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-add-on-4.1.11/package/yast2-add-on.spec new/yast2-add-on-4.1.12/package/yast2-add-on.spec --- old/yast2-add-on-4.1.11/package/yast2-add-on.spec 2019-04-03 14:25:32.000000000 +0200 +++ new/yast2-add-on-4.1.12/package/yast2-add-on.spec 2019-05-23 10:24:34.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-add-on -Version: 4.1.11 +Version: 4.1.12 Release: 0 Summary: YaST2 - Add-On media installation code License: GPL-2.0-only diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-add-on-4.1.11/src/include/add-on/add-on-workflow.rb new/yast2-add-on-4.1.12/src/include/add-on/add-on-workflow.rb --- old/yast2-add-on-4.1.11/src/include/add-on/add-on-workflow.rb 2019-04-03 14:25:32.000000000 +0200 +++ new/yast2-add-on-4.1.12/src/include/add-on/add-on-workflow.rb 2019-05-23 10:24:34.000000000 +0200 @@ -1682,8 +1682,6 @@ end def RunAddProductWorkflow - WFM.CallFunction("inst_addon_update_sources", []) - # partition the addons into two groups: # - plain addons (no installation.xml) # - addons with installation.xml @@ -1712,6 +1710,12 @@ # Write only when there are some changes Write() + # Add additional update repos. This must be done + # after the product has been installed in order to + # read the product update repositories from the + # installed /etc/products.d/*.prod file. + WFM.CallFunction("inst_addon_update_sources", []) + Pkg.SourceReleaseAll nil
participants (1)
-
root