Hello community,

here is the log from the commit of package installation-images-openSUSE for 
openSUSE:Factory checked in at 2014-08-07 08:07:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/installation-images-openSUSE (Old)
 and      /work/SRC/openSUSE:Factory/.installation-images-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "installation-images-openSUSE"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/installation-images-openSUSE/installation-images-openSUSE.changes
        2014-08-06 11:42:20.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images-openSUSE.new/installation-images-openSUSE.changes
   2014-08-07 08:07:41.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Aug  6 16:22:23 CEST 2014 - snw...@suse.de
+
+- change sshd startup to work with latest linuxrc
+- 14.125
+
+-------------------------------------------------------------------

Old:
----
  installation-images-14.124.tar.xz

New:
----
  installation-images-14.125.tar.xz

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

Other differences:
------------------
++++++ installation-images-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.8YLzrN/_old  2014-08-07 08:07:42.000000000 +0200
+++ /var/tmp/diff_new_pack.8YLzrN/_new  2014-08-07 08:07:42.000000000 +0200
@@ -354,10 +354,10 @@
 Summary:        Installation Image Files for %theme
 License:        GPL-2.0+
 Group:          Metapackages
-Version:        14.124
+Version:        14.125
 Release:        0
 Provides:       installation-images = %version-%release
-Source:         installation-images-14.124.tar.xz
+Source:         installation-images-14.125.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %define _binary_payload w.ufdio
 

++++++ installation-images-14.124.tar.xz -> installation-images-14.125.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.124/VERSION 
new/installation-images-14.125/VERSION
--- old/installation-images-14.124/VERSION      2014-08-04 15:32:44.000000000 
+0200
+++ new/installation-images-14.125/VERSION      2014-08-06 16:22:05.000000000 
+0200
@@ -1 +1 @@
-14.124
+14.125
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.124/changelog 
new/installation-images-14.125/changelog
--- old/installation-images-14.124/changelog    2014-08-04 15:32:50.000000000 
+0200
+++ new/installation-images-14.125/changelog    2014-08-06 16:22:21.000000000 
+0200
@@ -1,4 +1,7 @@
-2014-08-04:    HEAD
+2014-08-06:    HEAD
+       - change sshd startup to work with latest linuxrc
+
+2014-08-04:    14.124
        - fix ppc64le module config (bnc #886596)
 
 2014-08-01:    14.123
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.124/data/root/etc/inst_setup 
new/installation-images-14.125/data/root/etc/inst_setup
--- old/installation-images-14.124/data/root/etc/inst_setup     2014-07-30 
12:40:31.000000000 +0200
+++ new/installation-images-14.125/data/root/etc/inst_setup     2014-08-06 
12:58:21.000000000 +0200
@@ -154,7 +154,7 @@
 
 # boot with usessh=1 or use linuxrc to enable ssh 
 # vnc=1 will override the install mode
-if grep -q "^UseSSH:.*1" /etc/install.inf ; then
+if grep -q "^SSHD:.*1" /etc/install.inf ; then
   test -x /sbin/inst_setup_ssh && . /sbin/inst_setup_ssh
 fi
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-14.124/data/root/etc/inst_setup_ssh 
new/installation-images-14.125/data/root/etc/inst_setup_ssh
--- old/installation-images-14.124/data/root/etc/inst_setup_ssh 2014-07-30 
12:39:18.000000000 +0200
+++ new/installation-images-14.125/data/root/etc/inst_setup_ssh 2014-08-06 
13:01:11.000000000 +0200
@@ -47,15 +47,18 @@
 
 echo -n "Starting SSH daemon... "
 
+export YAST2_SSH=false
+
 /usr/sbin/sshd || {
   export SSH_FAILED=true
-  export YAST2_SSH=false
   echo failed
 }
 
 if [ ! "$SSH_FAILED" ] ; then
   echo ok
-  export YAST2_SSH=true
+  if grep -q "^UseSSH:.*1" /etc/install.inf ; then
+    export YAST2_SSH=true
+  fi
 fi
 
 [ -f /proc/splash ] && echo verbose >/proc/splash

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

Reply via email to