Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2012-03-20 12:04:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-installation.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-installation", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes    
2012-02-16 16:25:05.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
    2012-03-20 12:04:36.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Mar 14 15:42:19 CET 2012 - [email protected]
+
+- create link yast.ssh for 2nd stage ssh installation (bnc#745340)
+- 2.22.5
+
+-------------------------------------------------------------------

Old:
----
  yast2-installation-2.22.4.tar.bz2

New:
----
  yast2-installation-2.22.5.tar.bz2

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

Other differences:
------------------
++++++ yast2-installation.spec ++++++
--- /var/tmp/diff_new_pack.LEWiN3/_old  2012-03-20 12:04:38.000000000 +0100
+++ /var/tmp/diff_new_pack.LEWiN3/_new  2012-03-20 12:04:38.000000000 +0100
@@ -18,7 +18,7 @@
 
 
 Name:           yast2-installation
-Version:        2.22.4
+Version:        2.22.5
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -153,6 +153,7 @@
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 
+%{?suse_update_config:%{suse_update_config -f}}
 ./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works

++++++ yast2-installation-2.22.4.tar.bz2 -> yast2-installation-2.22.5.tar.bz2 
++++++
++++ 2661 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-installation-2.22.4/VERSION new/yast2-installation-2.22.5/VERSION
--- old/yast2-installation-2.22.4/VERSION       2012-02-14 15:28:13.000000000 
+0100
+++ new/yast2-installation-2.22.5/VERSION       2012-03-16 18:01:09.000000000 
+0100
@@ -1 +1 @@
-2.22.4
+2.22.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-installation-2.22.4/configure.in 
new/yast2-installation-2.22.5/configure.in
--- old/yast2-installation-2.22.4/configure.in  2012-02-14 15:44:28.000000000 
+0100
+++ new/yast2-installation-2.22.5/configure.in  2012-03-16 18:01:43.000000000 
+0100
@@ -1,9 +1,9 @@
 dnl configure.in for yast2-installation
 dnl
-dnl -- This file is generated by y2autoconf 2.21.8 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.21.6 - DO NOT EDIT! --
 dnl    (edit configure.in.in instead)
 
-AC_INIT(yast2-installation, 2.22.4, http://bugs.opensuse.org/, 
yast2-installation)
+AC_INIT(yast2-installation, 2.22.5, http://bugs.opensuse.org/, 
yast2-installation)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,7 +18,7 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION="2.22.4"
+VERSION="2.22.5"
 RPMNAME="yast2-installation"
 MAINTAINER="Jiří Suchomel <[email protected]>"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-installation-2.22.4/startup/Second-Stage/S08-start 
new/yast2-installation-2.22.5/startup/Second-Stage/S08-start
--- old/yast2-installation-2.22.4/startup/Second-Stage/S08-start        
2012-02-14 15:28:13.000000000 +0100
+++ new/yast2-installation-2.22.5/startup/Second-Stage/S08-start        
2012-03-15 10:26:44.000000000 +0100
@@ -31,10 +31,12 @@
        #==================================================
        # We are going to start a SSH based remote session
        #--------------------------------------------------
+       ln -sf /usr/lib/YaST2/startup/YaST2.ssh /sbin/yast.ssh
        ssh_message
        while [ -f /var/lib/YaST2/runme_at_boot ]; do
                sleep 3
        done
+       rm /sbin/yast.ssh
 fi
 
 #=============================================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-installation-2.22.4/startup/YaST2.call 
new/yast2-installation-2.22.5/startup/YaST2.call
--- old/yast2-installation-2.22.4/startup/YaST2.call    2012-02-14 
15:28:13.000000000 +0100
+++ new/yast2-installation-2.22.5/startup/YaST2.call    2012-03-15 
10:30:23.000000000 +0100
@@ -22,7 +22,7 @@
 #               :   which is the same as the NCURSES mode
 #               : - VNC Installation via browser
 #               :
-# STATUS        : $Id: YaST2.call 67390 2012-02-09 09:55:25Z jsuchome $
+# STATUS        : $Id: YaST2.call 67633 2012-03-15 09:30:21Z aschnell $
 #----------------
 #
 #set -x
@@ -274,8 +274,7 @@
 
        if [ -n "$SecondStageRequired" -a "$SecondStageRequired" = "1" ] ; then
                echo "*** Preparing SSH installation for reboot ***"
-               echo "*** NOTE: after reboot, you have to reconnect and call 
***"
-               echo "*** /usr/lib/YaST2/startup/YaST2.ssh ***"
+               echo "*** NOTE: after reboot, you have to reconnect and call 
yast.ssh ***"
                log "\tPreparing SSH installation for reboot"
        fi
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-installation-2.22.4/startup/YaST2.ssh 
new/yast2-installation-2.22.5/startup/YaST2.ssh
--- old/yast2-installation-2.22.4/startup/YaST2.ssh     2012-02-14 
15:28:13.000000000 +0100
+++ new/yast2-installation-2.22.5/startup/YaST2.ssh     2012-03-15 
10:30:23.000000000 +0100
@@ -15,7 +15,7 @@
 #               : if we are within a ssh installation environment
 #               : This script is called manually
 #               :
-# STATUS        : $Id: YaST2.ssh 67375 2012-02-07 16:25:24Z tgoettlicher $
+# STATUS        : $Id: YaST2.ssh 67633 2012-03-15 09:30:21Z aschnell $
 #----------------
 
 #========================================
@@ -38,8 +38,7 @@
        Your system has been updated and needs to reboot ...
 
        Reconnect to the system after it reboots and call
-       /usr/lib/YaST2/startup/YaST2.ssh again to continue
-       the installation ...
+       yast.ssh again to continue the installation ...
 
 EOF
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-installation-2.22.4/startup/common/network.sh 
new/yast2-installation-2.22.5/startup/common/network.sh
--- old/yast2-installation-2.22.4/startup/common/network.sh     2012-02-14 
15:28:12.000000000 +0100
+++ new/yast2-installation-2.22.5/startup/common/network.sh     2012-03-15 
10:30:23.000000000 +0100
@@ -12,7 +12,7 @@
 # DESCRIPTION   : Common used functions used for the YaST2 startup process
 #               : refering to network environment issues
 #               :
-# STATUS        : $Id: network.sh 66674 2011-11-03 11:20:48Z aschnell $
+# STATUS        : $Id: network.sh 67633 2012-03-15 09:30:21Z aschnell $
 #----------------
 #
 #----[ is_iface_up ]-----#
@@ -72,7 +72,7 @@
        ***  sshd has been started  ***
        
        you can login now and proceed with the installation
-       run the command '/usr/lib/YaST2/startup/YaST2.ssh'
+       run the command 'yast.ssh'
        
        active interfaces:
        

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to