Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package zypper-migration-plugin for
openSUSE:Factory checked in at 2021-04-17 00:01:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zypper-migration-plugin (Old)
and /work/SRC/openSUSE:Factory/.zypper-migration-plugin.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zypper-migration-plugin"
Sat Apr 17 00:01:38 2021 rev:9 rq:885716 version:0.12.1618498507.b68ecea
Changes:
--------
---
/work/SRC/openSUSE:Factory/zypper-migration-plugin/zypper-migration-plugin.changes
2020-05-29 21:39:09.146966955 +0200
+++
/work/SRC/openSUSE:Factory/.zypper-migration-plugin.new.12324/zypper-migration-plugin.changes
2021-04-17 00:01:44.613592025 +0200
@@ -1,0 +2,6 @@
+Thu Apr 15 15:01:42 UTC 2021 - Vladimir Nadvornik <[email protected]>
+
+- version 0.12.1618498507.b68ecea
+- Disable all repos on Leap - SLES migration (bsc#1184237)
+
+-------------------------------------------------------------------
Old:
----
zypper-migration-0.12.1590748670.86b0749.tar.xz
New:
----
zypper-migration-0.12.1618498507.b68ecea.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ zypper-migration-plugin.spec ++++++
--- /var/tmp/diff_new_pack.9hHrH4/_old 2021-04-17 00:01:45.141592857 +0200
+++ /var/tmp/diff_new_pack.9hHrH4/_new 2021-04-17 00:01:45.141592857 +0200
@@ -1,7 +1,7 @@
#
# spec file for package zypper-migration-plugin
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 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: zypper-migration-plugin
-Version: 0.12.1590748670.86b0749
+Version: 0.12.1618498507.b68ecea
Release: 0
URL: https://github.com/SUSE/zypper-migration
Requires: zypper >= 1.11.38
++++++ zypper-migration-0.12.1590748670.86b0749.tar.xz ->
zypper-migration-0.12.1618498507.b68ecea.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/zypper-migration-0.12.1590748670.86b0749/zypper-migration
new/zypper-migration-0.12.1618498507.b68ecea/zypper-migration
--- old/zypper-migration-0.12.1590748670.86b0749/zypper-migration
2020-05-29 12:37:50.000000000 +0200
+++ new/zypper-migration-0.12.1618498507.b68ecea/zypper-migration
2021-04-15 16:55:07.000000000 +0200
@@ -463,6 +463,16 @@
raise "Interrupted." if interrupted
+
+ if system_products.detect { |p| p.identifier == "Leap" } &&
+ migration.detect { |p| p.identifier == "SLES" }
+ # bsc#1184237
+ print "Migration from Leap to SLES - disabling old repositories\n" unless
options[:quiet]
+ SUSE::Connect::Migration::repositories.each do |repo|
+ SUSE::Connect::Migration::disable_repository repo[:name] if
repo[:enabled] != 0
+ end
+ end
+
migration.each do |p|
msg = "Upgrading product #{p.friendly_name}"
print "#{msg}.\n" unless options[:quiet]