Hello community,

here is the log from the commit of package SUSEConnect for openSUSE:Factory 
checked in at 2017-06-20 11:01:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/SUSEConnect (Old)
 and      /work/SRC/openSUSE:Factory/.SUSEConnect.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "SUSEConnect"

Tue Jun 20 11:01:05 2017 rev:3 rq:503362 version:0.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/SUSEConnect/SUSEConnect.changes  2017-05-17 
10:54:15.839588572 +0200
+++ /work/SRC/openSUSE:Factory/.SUSEConnect.new/SUSEConnect.changes     
2017-06-20 11:01:16.956045754 +0200
@@ -1,0 +2,6 @@
+Thu Jun  8 16:10:00 UTC 2017 - thutte...@suse.com
+
+- Update to 0.3.1:
+  - Fix license auto-agree issue (bsc#1037783)
+
+-------------------------------------------------------------------

Old:
----
  suse-connect-0.3.0.gem

New:
----
  suse-connect-0.3.1.gem

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

Other differences:
------------------
++++++ SUSEConnect.spec ++++++
--- /var/tmp/diff_new_pack.aMCjIS/_old  2017-06-20 11:01:17.855918910 +0200
+++ /var/tmp/diff_new_pack.aMCjIS/_new  2017-06-20 11:01:17.859918346 +0200
@@ -16,13 +16,13 @@
 #
 
 Name:           SUSEConnect
-Version:        0.3.0
+Version:        0.3.1
 Release:        0
 %define mod_name suse-connect
 %define mod_full_name %{mod_name}-%{version}
 
 Requires:       coreutils, util-linux, net-tools, hwinfo, zypper, 
ca-certificates-mozilla
-Requires:       zypper >= 1.11.32
+Requires:       zypper(auto-agree-with-product-licenses)
 Conflicts:      suseRegister, yast2-registration < 3.1.129.7
 
 Obsoletes:      ruby2.1-rubygem-suse-connect < %{version}

++++++ SUSEConnect.5.gz ++++++

++++++ SUSEConnect.8.gz ++++++

++++++ suse-connect-0.3.0.gem -> suse-connect-0.3.1.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md       2017-05-05 14:35:19.000000000 +0200
+++ new/README.md       2017-06-08 18:11:49.000000000 +0200
@@ -34,6 +34,14 @@
 
 * `docker build -t connect_sp1 -f Dockerfile.sp1 .`
 
+For SLES12SP2
+
+* `docker build -t connect_sp2 -f Dockerfile.sp2 .`
+
+For SLES12SP3
+
+* `docker build -t connect_sp3 -f Dockerfile.sp3 .`
+
 Run RSpec 
 
 * `docker run --privileged --rm -t connect su nobody -c rspec`
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/version.rb 
new/lib/suse/connect/version.rb
--- old/lib/suse/connect/version.rb     2017-05-05 14:35:19.000000000 +0200
+++ new/lib/suse/connect/version.rb     2017-06-08 18:11:49.000000000 +0200
@@ -1,6 +1,6 @@
 module SUSE
   # Provides access to version number of a gem
   module Connect
-    VERSION = '0.3.0'
+    VERSION = '0.3.1'
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/suse/connect/zypper.rb 
new/lib/suse/connect/zypper.rb
--- old/lib/suse/connect/zypper.rb      2017-05-05 14:35:19.000000000 +0200
+++ new/lib/suse/connect/zypper.rb      2017-06-08 18:11:49.000000000 +0200
@@ -148,7 +148,7 @@
         end
 
         def install_release_package(identifier)
-          call("--no-refresh --non-interactive install --no-recommends -t 
product #{identifier}") if identifier
+          call("--no-refresh --non-interactive install --no-recommends 
--auto-agree-with-product-licenses -t product #{identifier}") if identifier
         end
 
         def remove_release_package(identifier)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2017-05-05 14:35:19.000000000 +0200
+++ new/metadata        2017-06-08 18:11:49.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: suse-connect
 version: !ruby/object:Gem::Version
-  version: 0.3.0
+  version: 0.3.1
 platform: ruby
 authors:
 - SUSE Customer Center Team
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2017-05-05 00:00:00.000000000 Z
+date: 2017-06-08 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


Reply via email to