1
0
OBS User unknown 2007-07-04 23:39:39 +00:00 committed by Git OBS Bridge
parent 66d8049f07
commit 133e0c6679
4 changed files with 138 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4aa7b1dfd1e10a4642dd20de2ccc429546a3b6dbb74123177c193c0f60a51684
size 205753

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d6ccd8a0b285fe5bf0644aae7e10d99743042f105d0b14060b17981214703df3
size 213408

View File

@ -1,3 +1,79 @@
-------------------------------------------------------------------
Wed Jul 4 16:16:37 CEST 2007 - locilka@suse.cz
- Fixed workflow when user selects to Boot the installed system and
then cancels that decision.
- 2.15.31
-------------------------------------------------------------------
Mon Jul 2 15:38:27 CEST 2007 - locilka@suse.cz
- Applied patch from sassmann@novell.com for PS3 support with
576x384 resolution (#273147).
-------------------------------------------------------------------
Fri Jun 29 11:50:47 CEST 2007 - locilka@suse.cz
- Extended "Suggested Installation Sources" to support two levels
of linking. First link contains list of links to be downloaded
in order to get lists of suggested repositories.
-------------------------------------------------------------------
Thu Jun 28 21:34:19 CEST 2007 - jsrain@suse.cz
- updated for live CD installation
-------------------------------------------------------------------
Thu Jun 21 10:34:10 CEST 2007 - locilka@suse.cz
- Added handling for "Suggested Installation Sources" during the
first stage installation, initial evrsion (FATE #300898).
- Enhanced SCR-Switch installation-debugger.
- Added case-insensitive filter into the "Suggested Installation
Sources" dialog.
-------------------------------------------------------------------
Wed Jun 20 13:12:10 CEST 2007 - locilka@suse.cz
- Fixed inst_license to really halt the system when license is
declined (#282958).
- Fixed writing proxy settings during First-Stage Installation,
Network Setup. Wrong Proxy::Import keys were used).
- Pre-selecting first connected network card in Network Card dialog
in First-Stage Installation, Network Setup to avoid confusions.
- Fixed canceled Network Setup not to abort the entire
installation.
-------------------------------------------------------------------
Fri Jun 15 14:34:01 CEST 2007 - locilka@suse.cz
- Fixing inst_addon_update_sources to initialize the target
and sources before using Pkg:: builtins (#270899#c29).
-------------------------------------------------------------------
Thu Jun 14 11:28:26 CEST 2007 - locilka@suse.cz
- Enhanced network-test in the fist stage installation, three
different servers are tested with 'ping' instead of only one.
- Current network settings are logged in case of failed network
test (both #283841).
- Enhanced network-test in the fist stage installation, three
different web-servers are tested with curl instead of only one.
-------------------------------------------------------------------
Wed Jun 13 15:44:05 CEST 2007 - locilka@suse.cz
- Implemented new feature that saves the content defined in control
file from the installation system to the just installed system.
Function, that does it, is SaveInstSysContent in SystemFilesCopy
module (FATE #301937).
- Added new entry into the control file that defines what and where
to save it, initially /root/ -> /root/inst-sys/.
- Adjusted control-file documentation.
- Fixed inst_restore_settings to start SuSEfirewall2_setup if it is
enabled in the system init scripts to prevent from having
half-started firewall after YOU kernel-update (#282871).
-------------------------------------------------------------------
Thu Jun 21 17:38:09 CEST 2007 - adrian@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.15.30)
# spec file for package yast2-installation (Version 2.15.31)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -11,18 +11,19 @@
# norootforbuild
Name: yast2-installation
Version: 2.15.30
Release: 5
License: GNU General Public License (GPL)
Version: 2.15.31
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.15.30.tar.bz2
Source0: yast2-installation-2.15.31.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
# Mode::live_installation
BuildRequires: yast2 >= 2.15.38
Requires: autoyast2-installation
# WorkflowManager module, Installation::reboot_net_settings
Requires: yast2 >= 2.15.25
# Mode::live_installation
Requires: yast2 >= 2.15.38
# Required in in the first stage, after
# switching to the installed system, bugzilla #249679
Requires: yast2-bootloader
@ -84,7 +85,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz>
%prep
%setup -n yast2-installation-2.15.30
%setup -n yast2-installation-2.15.31
%build
%{prefix}/bin/y2tool y2autoconf
@ -147,8 +148,57 @@ rm -rf "$RPM_BUILD_ROOT"
%endif
%changelog
* Wed Jul 04 2007 - locilka@suse.cz
- Fixed workflow when user selects to Boot the installed system and
then cancels that decision.
- 2.15.31
* Mon Jul 02 2007 - locilka@suse.cz
- Applied patch from sassmann@novell.com for PS3 support with
576x384 resolution (#273147).
* Fri Jun 29 2007 - locilka@suse.cz
- Extended "Suggested Installation Sources" to support two levels
of linking. First link contains list of links to be downloaded
in order to get lists of suggested repositories.
* Thu Jun 28 2007 - jsrain@suse.cz
- updated for live CD installation
* Thu Jun 21 2007 - adrian@suse.de
- fix changelog entry order
* Thu Jun 21 2007 - locilka@suse.cz
- Added handling for "Suggested Installation Sources" during the
first stage installation, initial evrsion (FATE #300898).
- Enhanced SCR-Switch installation-debugger.
- Added case-insensitive filter into the "Suggested Installation
Sources" dialog.
* Wed Jun 20 2007 - locilka@suse.cz
- Fixed inst_license to really halt the system when license is
declined (#282958).
- Fixed writing proxy settings during First-Stage Installation,
Network Setup. Wrong Proxy::Import keys were used).
- Pre-selecting first connected network card in Network Card dialog
in First-Stage Installation, Network Setup to avoid confusions.
- Fixed canceled Network Setup not to abort the entire
installation.
* Fri Jun 15 2007 - locilka@suse.cz
- Fixing inst_addon_update_sources to initialize the target
and sources before using Pkg:: builtins (#270899#c29).
* Thu Jun 14 2007 - locilka@suse.cz
- Enhanced network-test in the fist stage installation, three
different servers are tested with 'ping' instead of only one.
- Current network settings are logged in case of failed network
test (both #283841).
- Enhanced network-test in the fist stage installation, three
different web-servers are tested with curl instead of only one.
* Wed Jun 13 2007 - locilka@suse.cz
- Implemented new feature that saves the content defined in control
file from the installation system to the just installed system.
Function, that does it, is SaveInstSysContent in SystemFilesCopy
module (FATE #301937).
- Added new entry into the control file that defines what and where
to save it, initially /root/ -> /root/inst-sys/.
- Adjusted control-file documentation.
- Fixed inst_restore_settings to start SuSEfirewall2_setup if it is
enabled in the system init scripts to prevent from having
half-started firewall after YOU kernel-update (#282871).
* Mon Jun 11 2007 - locilka@suse.cz
- Added lost fix from Andreas Schwab for startup scripts. The patch
fixes evaluation of bash expressions.