Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2019-02-15 09:53:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old)
 and      /work/SRC/openSUSE:Factory/.autoyast2.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "autoyast2"

Fri Feb 15 09:53:31 2019 rev:254 rq:674439 version:4.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes      2019-02-04 
16:09:22.202012024 +0100
+++ /work/SRC/openSUSE:Factory/.autoyast2.new.28833/autoyast2.changes   
2019-02-15 09:53:33.507794909 +0100
@@ -1,0 +2,7 @@
+Tue Feb 12 13:50:19 CET 2019 - [email protected]
+
+- Reading IPv6 setting in order to initialize it correctly.
+  (bsc#1122660)
+- 4.1.1
+
+-------------------------------------------------------------------

Old:
----
  autoyast2-4.1.0.tar.bz2

New:
----
  autoyast2-4.1.1.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ autoyast2.spec ++++++
--- /var/tmp/diff_new_pack.45F67w/_old  2019-02-15 09:53:34.795794503 +0100
+++ /var/tmp/diff_new_pack.45F67w/_new  2019-02-15 09:53:34.795794503 +0100
@@ -22,7 +22,7 @@
 %endif
 
 Name:           autoyast2
-Version:        4.1.0
+Version:        4.1.1
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ autoyast2-4.1.0.tar.bz2 -> autoyast2-4.1.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.1.0/package/autoyast2.changes 
new/autoyast2-4.1.1/package/autoyast2.changes
--- old/autoyast2-4.1.0/package/autoyast2.changes       2019-01-30 
17:32:48.000000000 +0100
+++ new/autoyast2-4.1.1/package/autoyast2.changes       2019-02-13 
10:31:25.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Tue Feb 12 13:50:19 CET 2019 - [email protected]
+
+- Reading IPv6 setting in order to initialize it correctly.
+  (bsc#1122660)
+- 4.1.1
+
+-------------------------------------------------------------------
 Wed Jan 30 15:14:25 CET 2019 - [email protected]
 
 - Fixed conflicting items in rule dialogs (bsc#1123091).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.1.0/package/autoyast2.spec 
new/autoyast2-4.1.1/package/autoyast2.spec
--- old/autoyast2-4.1.0/package/autoyast2.spec  2019-01-30 17:32:48.000000000 
+0100
+++ new/autoyast2-4.1.1/package/autoyast2.spec  2019-02-13 10:31:25.000000000 
+0100
@@ -22,7 +22,7 @@
 %endif
 
 Name:           autoyast2
-Version:        4.1.0
+Version:        4.1.1
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.1.0/src/clients/ayast_setup.rb 
new/autoyast2-4.1.1/src/clients/ayast_setup.rb
--- old/autoyast2-4.1.0/src/clients/ayast_setup.rb      2019-01-30 
17:32:48.000000000 +0100
+++ new/autoyast2-4.1.1/src/clients/ayast_setup.rb      2019-02-13 
10:31:25.000000000 +0100
@@ -41,6 +41,7 @@
       Yast.import "AutoinstSoftware"
       Yast.import "PackageSystem"
       Yast.import "AutoinstData"
+      Yast.import "Lan"
 
       @dopackages = true
 
@@ -95,6 +96,12 @@
       Wizard.CreateDialog
       Mode.SetMode("autoinstallation")
       Stage.Set("continue")
+
+      # IPv6 settings will be written despite the have been
+      # changed or not. So we have to read them at first.
+      # FIXME: Move it to Lan.rb and remove the Lan import dependency.
+      Lan.ipv6 = Lan.readIPv6
+
       WFM.CallFunction("inst_autopost", [])
       postPackages = Ops.get_list(
         Profile.current,


Reply via email to