Hello community,

here is the log from the commit of package yast2-registration for 
openSUSE:Factory checked in at 2020-11-13 18:56:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-registration (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-registration.new.24930 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-registration"

Fri Nov 13 18:56:09 2020 rev:63 rq:845430 version:4.3.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-registration/yast2-registration.changes    
2020-10-27 19:00:24.686807260 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-registration.new.24930/yast2-registration.changes
 2020-11-13 18:56:35.777945338 +0100
@@ -1,0 +2,7 @@
+Tue Oct 27 15:50:31 UTC 2020 - Josef Reidinger <jreidin...@suse.com>
+
+- Fix the latest change to work in firstboot when system is
+  registered (bsc#1178128)
+- 4.3.13
+
+-------------------------------------------------------------------

Old:
----
  yast2-registration-4.3.12.tar.bz2

New:
----
  yast2-registration-4.3.13.tar.bz2

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

Other differences:
------------------
++++++ yast2-registration.spec ++++++
--- /var/tmp/diff_new_pack.p2VD8J/_old  2020-11-13 18:56:38.725948755 +0100
+++ /var/tmp/diff_new_pack.p2VD8J/_new  2020-11-13 18:56:38.729948760 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-registration
-Version:        4.3.12
+Version:        4.3.13
 Release:        0
 Summary:        YaST2 - Registration Module
 License:        GPL-2.0-only

++++++ yast2-registration-4.3.12.tar.bz2 -> yast2-registration-4.3.13.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-registration-4.3.12/package/yast2-registration.changes 
new/yast2-registration-4.3.13/package/yast2-registration.changes
--- old/yast2-registration-4.3.12/package/yast2-registration.changes    
2020-10-27 10:10:13.000000000 +0100
+++ new/yast2-registration-4.3.13/package/yast2-registration.changes    
2020-11-02 14:06:00.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Tue Oct 27 15:50:31 UTC 2020 - Josef Reidinger <jreidin...@suse.com>
+
+- Fix the latest change to work in firstboot when system is
+  registered (bsc#1178128)
+- 4.3.13
+
+-------------------------------------------------------------------
 Mon Oct 19 13:21:42 CEST 2020 - sch...@suse.de
 
 - AY Addon: Taking the latest version if no version has been
@@ -25,7 +32,7 @@
 
 - Fixed upgrade using the Full medium with the "media_upgrade=1"
   boot option (bsc#1176563)
-- 4.3.9 
+- 4.3.9
 
 -------------------------------------------------------------------
 Mon Aug 24 11:31:58 UTC 2020 - Imobach Gonzalez Sosa <igonzalezs...@suse.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-registration-4.3.12/package/yast2-registration.spec 
new/yast2-registration-4.3.13/package/yast2-registration.spec
--- old/yast2-registration-4.3.12/package/yast2-registration.spec       
2020-10-27 10:10:13.000000000 +0100
+++ new/yast2-registration-4.3.13/package/yast2-registration.spec       
2020-11-02 14:06:00.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-registration
-Version:        4.3.12
+Version:        4.3.13
 Release:        0
 Summary:        YaST2 - Registration Module
 License:        GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-registration-4.3.12/src/lib/registration/clients/inst_scc.rb 
new/yast2-registration-4.3.13/src/lib/registration/clients/inst_scc.rb
--- old/yast2-registration-4.3.12/src/lib/registration/clients/inst_scc.rb      
2020-10-27 10:10:13.000000000 +0100
+++ new/yast2-registration-4.3.13/src/lib/registration/clients/inst_scc.rb      
2020-11-02 14:06:00.000000000 +0100
@@ -226,6 +226,8 @@
       return :register unless ::Registration::Registration.is_registered?
 
       log.info "The system is already registered, displaying registered dialog"
+      # ensure that @registration is initialized
+      return :cancel if init_registration == :cancel
       ::Registration::UI::RegisteredSystemDialog.run(
         extensions_enabled: !Registration::Addon.find_all(@registration).empty?
       )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-registration-4.3.12/test/inst_scc_test.rb 
new/yast2-registration-4.3.13/test/inst_scc_test.rb
--- old/yast2-registration-4.3.12/test/inst_scc_test.rb 2020-10-27 
10:10:13.000000000 +0100
+++ new/yast2-registration-4.3.13/test/inst_scc_test.rb 2020-11-02 
14:06:00.000000000 +0100
@@ -49,19 +49,6 @@
 
       expect(subject.main).to eq(:abort)
     end
-
-    it "goes back to initial screen when aborting selection of url" do
-      # User clicks on 'select extensions' first time the initial screen is
-      # displayed and 'finish' the second time
-      expect(Yast::UI).to receive(:UserInput).and_return(:extensions, :next)
-      # User cancels the selection of registration url
-      expect(subject).to receive(:init_registration).and_return(:cancel)
-      # Initial screen is displayed twice
-      expect(subject).to receive(:registration_check)
-        .twice.and_call_original
-
-      expect(subject.main).to eq(:next)
-    end
   end
 
   context "the system is updating reusing old credentials" do
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to