OBS User unknown 2007-12-17 21:03:06 +00:00 committed by Git OBS Bridge
parent c727afc5de
commit 4893178881
4 changed files with 103 additions and 21 deletions

View File

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

View File

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

View File

@ -1,9 +1,60 @@
-------------------------------------------------------------------
Mon Dec 17 11:08:42 CET 2007 - locilka@suse.cz
- Hidden Mouse-probing busy popup.
- New YCP module InstData stores the installation data that should
be shared among the installation clients.
- Installation repository initialization moved to the unified
progress when probing the system.
- System analysis has been split into two scripts: inst_mode and
inst_system_analysis to make the maintenance easier (also in
control file).
- 2.16.7
-------------------------------------------------------------------
Thu Dec 13 14:25:30 CET 2007 - locilka@suse.cz
- Added a possibility to stop and disable the ZMD service in the
last (congratulate) dialog of installation (FATE #302495).
- Adjusted the SLES control file: module arguments
'show_zmd_turnoff_checkbox' and 'zmd_turnoff_default_state'.
-------------------------------------------------------------------
Mon Dec 10 12:13:14 CET 2007 - locilka@suse.cz
- Removed dependency on yast2-country, added dependency on
yast2-country-data.
-------------------------------------------------------------------
Wed Dec 5 11:13:05 CET 2007 - mzugec@suse.cz
- description says network cards are wireless (#346133)
-------------------------------------------------------------------
Mon Dec 3 16:49:46 CET 2007 - locilka@suse.cz
- Installation Mode dialog adapted to new bright and better mod_UI.
- Using informative icon in some inst_network_check script.
- 2.16.6
-------------------------------------------------------------------
Mon Dec 3 14:34:38 CET 2007 - locilka@suse.cz
- Installation Mode dialog adapted to new mod-UI and to new
Image-Dimming support in UI.
-------------------------------------------------------------------
Thu Nov 29 16:27:59 CET 2007 - locilka@suse.cz
- Using Progress::NewProgressIcons to show icons during the network
setup in first stage and during system probing.
-------------------------------------------------------------------
Tue Nov 27 19:14:15 CET 2007 - sh@suse.de
- Use string ID "contents" rather than YCPSymbol `contents
for Wizard ReplacePoint
- V 2.16.5
- 2.16.5
-------------------------------------------------------------------
Fri Nov 23 13:36:54 CET 2007 - locilka@suse.cz
@ -357,6 +408,11 @@ Thu Jun 28 21:34:19 CEST 2007 - jsrain@suse.cz
- updated for live CD installation
-------------------------------------------------------------------
Thu Jun 21 17:38:09 CEST 2007 - adrian@suse.de
- fix changelog entry order
-------------------------------------------------------------------
Thu Jun 21 10:34:10 CEST 2007 - locilka@suse.cz
@ -408,11 +464,6 @@ Wed Jun 13 15:44:05 CEST 2007 - locilka@suse.cz
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
- fix changelog entry order
-------------------------------------------------------------------
Mon Jun 11 18:30:48 CEST 2007 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.16.5)
# spec file for package yast2-installation (Version 2.16.7)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -11,25 +11,25 @@
# norootforbuild
Name: yast2-installation
Version: 2.16.5
Version: 2.16.7
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.16.5.tar.bz2
Source0: yast2-installation-2.16.7.tar.bz2
Prefix: /usr
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite
# Mode::live_installation
BuildRequires: yast2 >= 2.15.38
Requires: autoyast2-installation
# Mode::live_installation
# Internet::ShutdownAllLocalDHCPClients
Requires: yast2 >= 2.16.14
# Progress::NewProgressIcons
# Icon YCP module
Requires: yast2 >= 2.16.16
# Required in in the first stage, after
# switching to the installed system, bugzilla #249679
Requires: yast2-bootloader
# Language::selection_skipped, bugzilla #223258
Requires: yast2-country >= 2.15.0
# Newly created RPM
Requires: yast2-country-data >= 2.16.3
# AddOnProduct::skip_add_ons
Requires: yast2-packager >= 2.15.75
# Only in inst-sys
@ -70,12 +70,12 @@ BuildArch: noarch
Summary: YaST2 - Installation Parts
%package devel-doc
Version: 2.16.5
Version: 2.16.7
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.16.5.tar.bz2
Source0: yast2-installation-2.16.7.tar.bz2
Prefix: /usr
Requires: yast2-installation >= 2.15.34
PreReq: %fillup_prereq
@ -108,7 +108,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz>
%prep
%setup -n yast2-installation-2.16.5
%setup -n yast2-installation-2.16.7
%build
%{prefix}/bin/y2tool y2autoconf
@ -177,11 +177,42 @@ rm -rf "$RPM_BUILD_ROOT"
%doc %{prefix}/share/doc/packages/yast2-installation
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
%exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog
* Mon Dec 17 2007 - locilka@suse.cz
- Hidden Mouse-probing busy popup.
- New YCP module InstData stores the installation data that should
be shared among the installation clients.
- Installation repository initialization moved to the unified
progress when probing the system.
- System analysis has been split into two scripts: inst_mode and
inst_system_analysis to make the maintenance easier (also in
control file).
- 2.16.7
* Thu Dec 13 2007 - locilka@suse.cz
- Added a possibility to stop and disable the ZMD service in the
last (congratulate) dialog of installation (FATE #302495).
- Adjusted the SLES control file: module arguments
'show_zmd_turnoff_checkbox' and 'zmd_turnoff_default_state'.
* Mon Dec 10 2007 - locilka@suse.cz
- Removed dependency on yast2-country, added dependency on
yast2-country-data.
* Wed Dec 05 2007 - mzugec@suse.cz
- description says network cards are wireless (#346133)
* Mon Dec 03 2007 - locilka@suse.cz
- Installation Mode dialog adapted to new bright and better mod_UI.
- Using informative icon in some inst_network_check script.
- 2.16.6
* Mon Dec 03 2007 - locilka@suse.cz
- Installation Mode dialog adapted to new mod-UI and to new
Image-Dimming support in UI.
* Thu Nov 29 2007 - locilka@suse.cz
- Using Progress::NewProgressIcons to show icons during the network
setup in first stage and during system probing.
* Tue Nov 27 2007 - sh@suse.de
- Use string ID "contents" rather than YCPSymbol `contents
for Wizard ReplacePoint
- V 2.16.5
- 2.16.5
* Fri Nov 23 2007 - locilka@suse.cz
- Using translations for inst_finish steps (#343783).
- 2.16.4