commit yast2-registration for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-registration for openSUSE:Factory checked in at 2019-08-09 16:50:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-registration (Old) and /work/SRC/openSUSE:Factory/.yast2-registration.new.9556 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-registration" Fri Aug 9 16:50:23 2019 rev:37 rq:721449 version:4.2.6 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-registration/yast2-registration.changes 2019-07-31 14:22:17.742473617 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-registration.new.9556/yast2-registration.changes 2019-08-09 16:50:25.885507977 +0200 @@ -1,0 +2,7 @@ +Tue Aug 6 17:05:32 UTC 2019 - Ladislav Slezák <lslezak@suse.cz> + +- Fixed unit test, reset the mocked addons in the + addon_eula_dialog_test.rb test (bsc#1144550) +- 4.2.6 + +------------------------------------------------------------------- Old: ---- yast2-registration-4.2.5.tar.bz2 New: ---- yast2-registration-4.2.6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-registration.spec ++++++ --- /var/tmp/diff_new_pack.00UxTX/_old 2019-08-09 16:50:26.401507977 +0200 +++ /var/tmp/diff_new_pack.00UxTX/_new 2019-08-09 16:50:26.401507977 +0200 @@ -17,7 +17,7 @@ Name: yast2-registration -Version: 4.2.5 +Version: 4.2.6 Release: 0 Summary: YaST2 - Registration Module License: GPL-2.0-only ++++++ yast2-registration-4.2.5.tar.bz2 -> yast2-registration-4.2.6.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-registration-4.2.5/package/yast2-registration.changes new/yast2-registration-4.2.6/package/yast2-registration.changes --- old/yast2-registration-4.2.5/package/yast2-registration.changes 2019-07-02 11:33:49.000000000 +0200 +++ new/yast2-registration-4.2.6/package/yast2-registration.changes 2019-08-07 09:23:10.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Tue Aug 6 17:05:32 UTC 2019 - Ladislav Slezák <lslezak@suse.cz> + +- Fixed unit test, reset the mocked addons in the + addon_eula_dialog_test.rb test (bsc#1144550) +- 4.2.6 + +------------------------------------------------------------------- Thu Jun 20 14:15:48 UTC 2019 - David Diaz <dgonzalez@suse.com> - Do not abort when an addon license is refused (bsc#1114018). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-registration-4.2.5/package/yast2-registration.spec new/yast2-registration-4.2.6/package/yast2-registration.spec --- old/yast2-registration-4.2.5/package/yast2-registration.spec 2019-07-02 11:33:49.000000000 +0200 +++ new/yast2-registration-4.2.6/package/yast2-registration.spec 2019-08-07 09:23:10.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-registration -Version: 4.2.5 +Version: 4.2.6 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.2.5/test/registration/ui/addon_eula_dialog_test.rb new/yast2-registration-4.2.6/test/registration/ui/addon_eula_dialog_test.rb --- old/yast2-registration-4.2.5/test/registration/ui/addon_eula_dialog_test.rb 2019-07-02 11:33:49.000000000 +0200 +++ new/yast2-registration-4.2.6/test/registration/ui/addon_eula_dialog_test.rb 2019-08-07 09:23:10.000000000 +0200 @@ -37,6 +37,10 @@ registered_addon.registered end + after do + Registration::Addon.reset! + end + context "when there are no EULA acceptances to show" do let(:addons) { [registered_addon, addon_wo_eula] }
participants (1)
-
root