Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2020-11-02 14:04:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-installation.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-installation"

Mon Nov  2 14:04:08 2020 rev:457 rq:844995 version:4.3.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes    
2020-10-18 16:24:33.152574444 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new.3463/yast2-installation.changes
  2020-11-02 14:04:26.228683440 +0100
@@ -1,0 +2,14 @@
+Tue Oct 27 22:30:43 UTC 2020 - Knut Anderssen <kanders...@suse.com>
+
+- Write hostname and proxy configuration to the inst-sys when
+  configured through linuxrc not only during an installation but
+  also when running an autoinstallation (bsc#1177768)
+- 4.3.20
+
+-------------------------------------------------------------------
+Tue Oct 27 15:36:13 UTC 2020 - Ladislav Slezák <lsle...@suse.cz>
+
+- yupdate - also make /usr/share/icons writable by default
+  (needed for updating yast2-theme)
+
+-------------------------------------------------------------------

Old:
----
  yast2-installation-4.3.19.tar.bz2

New:
----
  yast2-installation-4.3.20.tar.bz2

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

Other differences:
------------------
++++++ yast2-installation.spec ++++++
--- /var/tmp/diff_new_pack.0J1RoS/_old  2020-11-02 14:04:27.592684476 +0100
+++ /var/tmp/diff_new_pack.0J1RoS/_new  2020-11-02 14:04:27.596684479 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-installation
-Version:        4.3.19
+Version:        4.3.20
 Release:        0
 Summary:        YaST2 - Installation Parts
 License:        GPL-2.0-only

++++++ yast2-installation-4.3.19.tar.bz2 -> yast2-installation-4.3.20.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-4.3.19/bin/yupdate 
new/yast2-installation-4.3.20/bin/yupdate
--- old/yast2-installation-4.3.19/bin/yupdate   2020-10-16 09:12:56.000000000 
+0200
+++ new/yast2-installation-4.3.20/bin/yupdate   2020-10-30 10:33:48.000000000 
+0100
@@ -35,7 +35,7 @@
   class Version
     MAJOR = 0
     MINOR = 1
-    PATCH = 1
+    PATCH = 2
 
     STRING = "#{MAJOR}.#{MINOR}.#{PATCH}".freeze
   end
@@ -187,7 +187,8 @@
       "/usr/lib/YaST2",
       "/usr/lib64/YaST2",
       "/usr/share/autoinstall",
-      "/usr/share/applications/YaST2"
+      "/usr/share/applications/YaST2",
+      "/usr/share/icons"
     ].freeze
 
     attr_reader :dir, :orig_dir
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.3.19/package/yast2-installation.changes 
new/yast2-installation-4.3.20/package/yast2-installation.changes
--- old/yast2-installation-4.3.19/package/yast2-installation.changes    
2020-10-16 09:12:56.000000000 +0200
+++ new/yast2-installation-4.3.20/package/yast2-installation.changes    
2020-10-30 10:33:48.000000000 +0100
@@ -1,4 +1,18 @@
 -------------------------------------------------------------------
+Tue Oct 27 22:30:43 UTC 2020 - Knut Anderssen <kanders...@suse.com>
+
+- Write hostname and proxy configuration to the inst-sys when
+  configured through linuxrc not only during an installation but
+  also when running an autoinstallation (bsc#1177768)
+- 4.3.20
+
+-------------------------------------------------------------------
+Tue Oct 27 15:36:13 UTC 2020 - Ladislav Slezák <lsle...@suse.cz>
+
+- yupdate - also make /usr/share/icons writable by default
+  (needed for updating yast2-theme)
+
+-------------------------------------------------------------------
 Fri Oct 16 06:28:53 UTC 2020 - Imobach Gonzalez Sosa <igonzalezs...@suse.com>
 
 - Run configuration_management_finish client after *.repo files
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.3.19/package/yast2-installation.spec 
new/yast2-installation-4.3.20/package/yast2-installation.spec
--- old/yast2-installation-4.3.19/package/yast2-installation.spec       
2020-10-16 09:12:56.000000000 +0200
+++ new/yast2-installation-4.3.20/package/yast2-installation.spec       
2020-10-30 10:33:48.000000000 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:           yast2-installation
-Version:        4.3.19
+Version:        4.3.20
 Release:        0
 Group:          System/YaST
 License:        GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.3.19/src/lib/installation/clients/inst_install_inf.rb 
new/yast2-installation-4.3.20/src/lib/installation/clients/inst_install_inf.rb
--- 
old/yast2-installation-4.3.19/src/lib/installation/clients/inst_install_inf.rb  
    2020-10-16 09:12:56.000000000 +0200
+++ 
new/yast2-installation-4.3.20/src/lib/installation/clients/inst_install_inf.rb  
    2020-10-30 10:33:48.000000000 +0100
@@ -16,7 +16,9 @@
     def main
       textdomain "installation"
 
-      InstallInfConvertor.instance.write_netconfig unless Mode.auto
+      InstallInfConvertor.instance.write_netconfig
+
+      return :next if Mode.auto
 
       Yast::Wizard.CreateDialog if separate_wizard_needed?
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-4.3.19/test/inst_install_inf_test.rb 
new/yast2-installation-4.3.20/test/inst_install_inf_test.rb
--- old/yast2-installation-4.3.19/test/inst_install_inf_test.rb 2020-10-16 
09:12:56.000000000 +0200
+++ new/yast2-installation-4.3.20/test/inst_install_inf_test.rb 2020-10-30 
10:33:48.000000000 +0100
@@ -4,13 +4,14 @@
 require "installation/clients/inst_install_inf"
 
 describe Yast::InstInstallInfClient do
+  let(:auto) { false }
 
   before do
     allow(Yast::InstallInfConvertor.instance).to receive(:write_netconfig)
     allow(Yast::SCR).to receive(:Read)
     allow(Yast::SCR).to receive(:Write)
     allow(Yast::Linuxrc).to receive(:InstallInf)
-    allow(Yast::Mode).to receive(:auto)
+    allow(Yast::Mode).to receive(:auto).and_return(auto)
   end
 
   describe "#main" do
@@ -24,18 +25,20 @@
       let(:invalid_url) { "http://wrong_url{}.com"; }
       let(:valid_url) { "https://scc.custom.com"; }
 
-      it "allows the user to fix it it's invalid" do
-        expect(Yast::Linuxrc).to 
receive(:InstallInf).with("regurl").and_return(invalid_url)
-        expect(subject).to receive(:fix_regurl!).with(invalid_url)
+      context "and not running an autoinstallation" do
+        it "allows the user to fix it it's invalid" do
+          expect(Yast::Linuxrc).to 
receive(:InstallInf).with("regurl").and_return(invalid_url)
+          expect(subject).to receive(:fix_regurl!).with(invalid_url)
+
+          subject.main
+        end
+
+        it "does nothing with the URL in case of valid" do
+          expect(Yast::Linuxrc).to 
receive(:InstallInf).with("regurl").and_return(valid_url)
+          expect(subject).to_not receive(:fix_regurl!)
 
-        subject.main
-      end
-
-      it "does nothing with the URL in case of valid" do
-        expect(Yast::Linuxrc).to 
receive(:InstallInf).with("regurl").and_return(valid_url)
-        expect(subject).to_not receive(:fix_regurl!)
-
-        subject.main
+          subject.main
+        end
       end
     end
 


Reply via email to