Hello community, here is the log from the commit of package SUSEConnect for openSUSE:Factory checked in at 2018-02-03 15:36:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/SUSEConnect (Old) and /work/SRC/openSUSE:Factory/.SUSEConnect.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "SUSEConnect" Sat Feb 3 15:36:24 2018 rev:8 rq:571116 version:0.3.7 Changes: -------- --- /work/SRC/openSUSE:Factory/SUSEConnect/SUSEConnect.changes 2018-01-24 15:24:55.238031942 +0100 +++ /work/SRC/openSUSE:Factory/.SUSEConnect.new/SUSEConnect.changes 2018-02-03 15:36:25.358409900 +0100 @@ -1,0 +2,5 @@ +Tue Jan 30 14:27:51 UTC 2018 - [email protected] + +- Repackage gem + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ suse-connect-0.3.7.gem ++++++ Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/suse/connect/cli.rb new/lib/suse/connect/cli.rb --- old/lib/suse/connect/cli.rb 2018-01-18 15:59:05.000000000 +0100 +++ new/lib/suse/connect/cli.rb 2018-01-30 15:28:44.000000000 +0100 @@ -114,8 +114,6 @@ '<internal name>/<version>/<architecture>. You can find these values by calling: ' \ '\'SUSEConnect --list-extensions\'. ') identifier, version, arch = opt.split('/') - require 'byebug' - byebug @options[:product] = Remote::Product.new(identifier: identifier, version: version, arch: arch) end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/suse/connect/remote/product.rb new/lib/suse/connect/remote/product.rb --- old/lib/suse/connect/remote/product.rb 2018-01-18 15:59:05.000000000 +0100 +++ new/lib/suse/connect/remote/product.rb 2018-01-30 15:28:44.000000000 +0100 @@ -24,6 +24,8 @@ } end + # This method is needed to compute the distro_target when /etc/products.d/baseproduct + # does not exist. This happens e.g. when creating a rootfs from scratch. def distro_target version = self.version.scan(/\d+/)[0] identifier = self.identifier.downcase diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata --- old/metadata 2018-01-18 15:59:05.000000000 +0100 +++ new/metadata 2018-01-30 15:28:44.000000000 +0100 @@ -8,7 +8,7 @@ autorequire: bindir: bin cert_chain: [] -date: 2018-01-18 00:00:00.000000000 Z +date: 2018-01-30 00:00:00.000000000 Z dependencies: [] description: This package provides a command line tool and rubygem library for connecting a client system to the SUSE Customer Center. It will connect the system to your @@ -83,7 +83,7 @@ version: '0' requirements: [] rubyforge_project: -rubygems_version: 2.5.1 +rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: SUSE Connect utility to register a system with the SUSE Customer Center
