Hello community, here is the log from the commit of package yast2-registration for openSUSE:Factory checked in at 2019-10-03 14:07:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-registration (Old) and /work/SRC/openSUSE:Factory/.yast2-registration.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-registration" Thu Oct 3 14:07:33 2019 rev:40 rq:734763 version:4.2.10 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-registration/yast2-registration.changes 2019-09-23 13:16:52.653110767 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-registration.new.2352/yast2-registration.changes 2019-10-03 14:07:34.920390076 +0200 @@ -1,0 +2,14 @@ +Thu Oct 3 09:41:19 UTC 2019 - Michal Filka <[email protected]> + +- bnc#1140474 + - changed wording when informing the user about missing migration + target +- 4.2.10 + +------------------------------------------------------------------- +Fri Sep 27 11:12:02 UTC 2019 - [email protected] + +- updated list of fallback paths of SSL certificate (bsc#1130864) +- 4.2.9 + +------------------------------------------------------------------- Old: ---- yast2-registration-4.2.8.tar.bz2 New: ---- yast2-registration-4.2.10.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-registration.spec ++++++ --- /var/tmp/diff_new_pack.OPiP8p/_old 2019-10-03 14:07:36.044387185 +0200 +++ /var/tmp/diff_new_pack.OPiP8p/_new 2019-10-03 14:07:36.072387113 +0200 @@ -17,7 +17,7 @@ Name: yast2-registration -Version: 4.2.8 +Version: 4.2.10 Release: 0 Summary: YaST2 - Registration Module License: GPL-2.0-only ++++++ yast2-registration-4.2.8.tar.bz2 -> yast2-registration-4.2.10.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-registration-4.2.8/package/yast2-registration.changes new/yast2-registration-4.2.10/package/yast2-registration.changes --- old/yast2-registration-4.2.8/package/yast2-registration.changes 2019-09-20 14:20:27.000000000 +0200 +++ new/yast2-registration-4.2.10/package/yast2-registration.changes 2019-10-03 12:04:48.000000000 +0200 @@ -1,4 +1,18 @@ ------------------------------------------------------------------- +Thu Oct 3 09:41:19 UTC 2019 - Michal Filka <[email protected]> + +- bnc#1140474 + - changed wording when informing the user about missing migration + target +- 4.2.10 + +------------------------------------------------------------------- +Fri Sep 27 11:12:02 UTC 2019 - [email protected] + +- updated list of fallback paths of SSL certificate (bsc#1130864) +- 4.2.9 + +------------------------------------------------------------------- Fri Sep 20 09:27:04 UTC 2019 - Ladislav Slezák <[email protected]> - Support for the online installation medium (jsc#SLE-7214) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-registration-4.2.8/package/yast2-registration.spec new/yast2-registration-4.2.10/package/yast2-registration.spec --- old/yast2-registration-4.2.8/package/yast2-registration.spec 2019-09-20 14:20:27.000000000 +0200 +++ new/yast2-registration-4.2.10/package/yast2-registration.spec 2019-10-03 12:04:48.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-registration -Version: 4.2.8 +Version: 4.2.10 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.8/src/lib/registration/ssl_certificate.rb new/yast2-registration-4.2.10/src/lib/registration/ssl_certificate.rb --- old/yast2-registration-4.2.8/src/lib/registration/ssl_certificate.rb 2019-09-20 14:20:27.000000000 +0200 +++ new/yast2-registration-4.2.10/src/lib/registration/ssl_certificate.rb 2019-10-03 12:04:48.000000000 +0200 @@ -22,8 +22,11 @@ # so the newer paths are checked first PATHS = [ # the YaST (SUSEConnect) current default path - # /usr/share/pki/trust/anchors/registration_server.pem + # /etc/pki/trust/anchors/registration_server.pem SUSE::Connect::YaST::SERVER_CERT_FILE, + # old location of the certificate (before moved to /etc) + # https://bugzilla.suse.com/show_bug.cgi?id=1130864 + "/usr/share/pki/trust/anchors/registration_server.pem", # RMT certificate # https://github.com/SUSE/rmt/blob/b240ce577bd1637cfb57548f2741a1925cf3e4ee/public/tools/rmt-client-setup#L214 "/etc/pki/trust/anchors/rmt-server.pem", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-registration-4.2.8/src/lib/registration/ui/migration_selection_dialog.rb new/yast2-registration-4.2.10/src/lib/registration/ui/migration_selection_dialog.rb --- old/yast2-registration-4.2.8/src/lib/registration/ui/migration_selection_dialog.rb 2019-09-20 14:20:27.000000000 +0200 +++ new/yast2-registration-4.2.10/src/lib/registration/ui/migration_selection_dialog.rb 2019-10-03 12:04:48.000000000 +0200 @@ -266,7 +266,7 @@ return _("The registration server does not offer migrations for Product " \ "<b>%s</b> so it will <b>stay unchanged</b>. We recommend you " \ "to check if it's correct and to configure the repositories " \ - "manually in case of needed.") % product_name + "manually when needed.") % product_name end
