Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2015-03-16 06:53:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-packager (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-packager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-packager"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes    
2015-03-09 10:02:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes       
2015-03-16 06:53:11.000000000 +0100
@@ -1,0 +2,13 @@
+Fri Mar 13 11:15:53 UTC 2015 - lsle...@suse.cz
+
+- skip EULA also in the autoupgrade mode, not only in the autoinst
+  mode (bnc#922232)
+- 3.1.65
+
+-------------------------------------------------------------------
+Fri Mar 13 08:00:32 UTC 2015 - lsle...@suse.cz
+
+- "iproute2" package is needed for SSH installation (bnc#920175)
+- 3.1.64
+
+-------------------------------------------------------------------

Old:
----
  yast2-packager-3.1.63.tar.bz2

New:
----
  yast2-packager-3.1.65.tar.bz2

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

Other differences:
------------------
++++++ yast2-packager.spec ++++++
--- /var/tmp/diff_new_pack.Ud7SD9/_old  2015-03-16 06:53:12.000000000 +0100
+++ /var/tmp/diff_new_pack.Ud7SD9/_new  2015-03-16 06:53:12.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        3.1.63
+Version:        3.1.65
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-packager-3.1.63.tar.bz2 -> yast2-packager-3.1.65.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.63/package/yast2-packager.changes 
new/yast2-packager-3.1.65/package/yast2-packager.changes
--- old/yast2-packager-3.1.63/package/yast2-packager.changes    2015-03-04 
16:38:10.000000000 +0100
+++ new/yast2-packager-3.1.65/package/yast2-packager.changes    2015-03-13 
12:33:10.000000000 +0100
@@ -1,4 +1,17 @@
 -------------------------------------------------------------------
+Fri Mar 13 11:15:53 UTC 2015 - lsle...@suse.cz
+
+- skip EULA also in the autoupgrade mode, not only in the autoinst
+  mode (bnc#922232)
+- 3.1.65
+
+-------------------------------------------------------------------
+Fri Mar 13 08:00:32 UTC 2015 - lsle...@suse.cz
+
+- "iproute2" package is needed for SSH installation (bnc#920175)
+- 3.1.64
+
+-------------------------------------------------------------------
 Wed Mar  4 15:15:26 UTC 2015 - lsle...@suse.cz
 
 - removed obsolete patch download callbacks
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.63/package/yast2-packager.spec 
new/yast2-packager-3.1.65/package/yast2-packager.spec
--- old/yast2-packager-3.1.63/package/yast2-packager.spec       2015-03-04 
16:38:10.000000000 +0100
+++ new/yast2-packager-3.1.65/package/yast2-packager.spec       2015-03-13 
12:33:10.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        3.1.63
+Version:        3.1.65
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.63/src/modules/Packages.rb 
new/yast2-packager-3.1.65/src/modules/Packages.rb
--- old/yast2-packager-3.1.63/src/modules/Packages.rb   2015-03-04 
16:38:10.000000000 +0100
+++ new/yast2-packager-3.1.65/src/modules/Packages.rb   2015-03-13 
12:33:10.000000000 +0100
@@ -947,7 +947,11 @@
       #this means we have a remote X server
       packages.concat(remote_x11_packages) if Linuxrc.display_ip
       packages << "sbl" if Linuxrc.braille
+
+      # ssh installation
       packages << "openssh" if Linuxrc.usessh
+      # "ip" tool is needed by the YaST2.ssh start script (bnc#920175)
+      packages << "iproute2" if Linuxrc.usessh
 
       Builtins.y2milestone("Installation mode packages: %1", packages)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.63/src/modules/ProductLicense.rb 
new/yast2-packager-3.1.65/src/modules/ProductLicense.rb
--- old/yast2-packager-3.1.63/src/modules/ProductLicense.rb     2015-03-04 
16:38:10.000000000 +0100
+++ new/yast2-packager-3.1.65/src/modules/ProductLicense.rb     2015-03-13 
12:33:10.000000000 +0100
@@ -1161,7 +1161,7 @@
 
       # set timeout for autoinstallation
       # bugzilla #206706
-      if Mode.autoinst
+      if Mode.autoinst || Mode.autoupgrade
         Builtins.y2milestone(
           "AutoYaST: License has been accepted automatically"
         )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.63/test/packages_test.rb 
new/yast2-packager-3.1.65/test/packages_test.rb
--- old/yast2-packager-3.1.63/test/packages_test.rb     2015-03-04 
16:38:11.000000000 +0100
+++ new/yast2-packager-3.1.65/test/packages_test.rb     2015-03-13 
12:33:10.000000000 +0100
@@ -495,7 +495,7 @@
       let(:braille) { false }
       let(:usessh) { true }
       let(:xorg_icewm_and_ssh) {
-        ["icewm", "openssh", "xorg-x11-fonts", "xorg-x11-server"]
+        ["icewm", "iproute2", "openssh", "xorg-x11-fonts", "xorg-x11-server"]
       }
 
       context "during installation" do
@@ -509,7 +509,7 @@
       context "during autoinstallation" do
         let(:mode) { "autoinstallation" }
 
-        it "includes xorg, icewm, openssh and yast2-x11" do
+        it "includes xorg, icewm, openssh, iproute2 and yast2-x11" do
           expect(packages).to eq(xorg_icewm_and_ssh + ["yast2-x11"])
         end
       end

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to