From ce2dbf228f0199637d33738edad07e8d6cf89d7dc1573f1aa8ca30cb85a97891 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 11 Jun 2007 21:19:15 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=26 --- yast2-installation-2.15.28.diff | 22 ------------------ yast2-installation-2.15.28.tar.bz2 | 3 --- yast2-installation-2.15.30.tar.bz2 | 3 +++ yast2-installation.changes | 33 +++++++++++++++++++++++++-- yast2-installation.spec | 36 ++++++++++++++++++++++-------- 5 files changed, 61 insertions(+), 36 deletions(-) delete mode 100644 yast2-installation-2.15.28.diff delete mode 100644 yast2-installation-2.15.28.tar.bz2 create mode 100644 yast2-installation-2.15.30.tar.bz2 diff --git a/yast2-installation-2.15.28.diff b/yast2-installation-2.15.28.diff deleted file mode 100644 index d5f9273..0000000 --- a/yast2-installation-2.15.28.diff +++ /dev/null @@ -1,22 +0,0 @@ ---- startup/Second-Stage/S07-medium -+++ startup/Second-Stage/S07-medium -@@ -19,7 +19,7 @@ - #============================================= - # 11.1) activate network if counfiguration found - #--------------------------------------------- --if [ ! -z $(ls /etc/sysconfig/network/ifcfg-* |grep -v 'ifcfg-lo') ] ;then -+if [ ! -z "$(ls /etc/sysconfig/network/ifcfg-* |grep -v 'ifcfg-lo')" ]; then - log "\tnetwork configuration found -> activate network" - rcnetwork start && Y2_NETWORK_ACTIVE=1 - ---- startup/Second-Stage/S08-start -+++ startup/Second-Stage/S08-start -@@ -17,7 +17,7 @@ - # will be displayed on the controling terminal - # --- - disable_splash --if [ "$VNC" -eq 1 ] || [ -z $USE_SSH ] || [ "$USE_SSH" -eq 0 ] ; then -+if [ "$VNC" -eq 1 ] || [ -z "$USE_SSH" ] || [ "$USE_SSH" -eq 0 ] ; then - log "\tStarting X11/VNC based session..." - #================================================== - # We are going to start a VNC or X11 based session diff --git a/yast2-installation-2.15.28.tar.bz2 b/yast2-installation-2.15.28.tar.bz2 deleted file mode 100644 index 8bb7553..0000000 --- a/yast2-installation-2.15.28.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b5adee730dbd2bea5f3a25f7b092206612aac9037875b7f9e452b5bb67de862 -size 197310 diff --git a/yast2-installation-2.15.30.tar.bz2 b/yast2-installation-2.15.30.tar.bz2 new file mode 100644 index 0000000..1992a17 --- /dev/null +++ b/yast2-installation-2.15.30.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa7b1dfd1e10a4642dd20de2ccc429546a3b6dbb74123177c193c0f60a51684 +size 205753 diff --git a/yast2-installation.changes b/yast2-installation.changes index a401168..029ac2b 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,7 +1,36 @@ ------------------------------------------------------------------- -Sun Jun 10 21:11:13 CEST 2007 - schwab@suse.de +Mon Jun 11 18:30:48 CEST 2007 - locilka@suse.cz -- Fix quoting. +- Added lost fix from Andreas Schwab for startup scripts. The patch + fixes evaluation of bash expressions. +- 2.15.30 + +------------------------------------------------------------------- +Mon Jun 11 17:55:23 CEST 2007 - locilka@suse.cz + +- Adjusted SCR for install.inf to provide read/write access. +- Writing install.inf for save_network script at the end of + the initial stage. +- Changed internal data structure for NetworkSetup in the initial + stage. +- Added Internet test to the end of the NetworkSetup in the initial + stage. +- 2.15.29 + +------------------------------------------------------------------- +Fri Jun 8 17:52:57 CEST 2007 - locilka@suse.cz + +- Added initial implementation of possibility to setup network + in the first stage installation. New YCP clients have beed added: + inst_network_check and inst_network_setup. Scripts are called + from inst_system_analysis before sources are initialized + (FATE #301967). + +------------------------------------------------------------------- +Thu Jun 7 15:08:08 CEST 2007 - locilka@suse.cz + +- A new label "Writing YaST Configuration..." used in case of + restarting system or installation. ------------------------------------------------------------------- Fri Jun 1 12:41:10 CEST 2007 - mzugec@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index f05af3e..6d5a3b3 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.15.28) +# spec file for package yast2-installation (Version 2.15.30) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,13 +11,12 @@ # norootforbuild Name: yast2-installation -Version: 2.15.28 -Release: 6 +Version: 2.15.30 +Release: 1 License: GNU General Public License (GPL) Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.15.28.tar.bz2 -Patch: yast2-installation-2.15.28.diff +Source0: yast2-installation-2.15.30.tar.bz2 prefix: /usr BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-country yast2-devtools yast2-testsuite BuildRequires: yast2 >= 2.15.35 @@ -85,8 +84,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.15.28 -%patch +%setup -n yast2-installation-2.15.30 %build %{prefix}/bin/y2tool y2autoconf @@ -149,8 +147,28 @@ rm -rf "$RPM_BUILD_ROOT" %endif %changelog -* Sun Jun 10 2007 - schwab@suse.de -- Fix quoting. +* Mon Jun 11 2007 - locilka@suse.cz +- Added lost fix from Andreas Schwab for startup scripts. The patch + fixes evaluation of bash expressions. +- 2.15.30 +* Mon Jun 11 2007 - locilka@suse.cz +- Adjusted SCR for install.inf to provide read/write access. +- Writing install.inf for save_network script at the end of + the initial stage. +- Changed internal data structure for NetworkSetup in the initial + stage. +- Added Internet test to the end of the NetworkSetup in the initial + stage. +- 2.15.29 +* Fri Jun 08 2007 - locilka@suse.cz +- Added initial implementation of possibility to setup network + in the first stage installation. New YCP clients have beed added: + inst_network_check and inst_network_setup. Scripts are called + from inst_system_analysis before sources are initialized + (FATE #301967). +* Thu Jun 07 2007 - locilka@suse.cz +- A new label "Writing YaST Configuration..." used in case of + restarting system or installation. * Fri Jun 01 2007 - mzugec@suse.cz - use shared isNetworkRunning() function in network_finish - 2.15.28