1
0
OBS User unknown 2008-04-10 20:22:36 +00:00 committed by Git OBS Bridge
parent 8befedfdf3
commit 29362c986f
4 changed files with 26 additions and 10 deletions

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Apr 10 12:02:07 CEST 2008 - locilka@suse.cz
- Filtering installation imagesets using the default architecture.
- Installation from images sets the download area (SourceManager).
- Removing image after it is deployed.
- Preparing image installation dialog for two progress-bars.
- 2.16.32
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 9 16:39:36 CEST 2008 - jsrain@suse.cz Wed Apr 9 16:39:36 CEST 2008 - jsrain@suse.cz

View File

@ -1,5 +1,5 @@
# #
# spec file for package yast2-installation (Version 2.16.31) # spec file for package yast2-installation (Version 2.16.32)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
@ -12,16 +12,18 @@
Name: yast2-installation Name: yast2-installation
Version: 2.16.31 Version: 2.16.32
Release: 1 Release: 1
License: GPL v2 or later License: GPL v2 or later
Group: System/YaST Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.16.31.tar.bz2 Source0: yast2-installation-2.16.32.tar.bz2
Prefix: /usr Prefix: /usr
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite
# anyxml -> barexml (bnc #366867) # anyxml -> barexml (bnc #366867)
BuildRequires: yast2 >= 2.16.39 BuildRequires: yast2 >= 2.16.39
# SourceManager::InstInitSourceMoveDownloadArea
BuildRequires: yast2-packager >= 2.16.32
Requires: autoyast2-installation Requires: autoyast2-installation
# GetInstArgs::automatic_configuration # GetInstArgs::automatic_configuration
Requires: yast2 >= 2.16.46 Requires: yast2 >= 2.16.46
@ -31,9 +33,8 @@ Requires: yast2-bootloader
# Language::GetLanguageItems and other API # Language::GetLanguageItems and other API
# Language::Set (handles downloading the translation extensions) # Language::Set (handles downloading the translation extensions)
Requires: yast2-country-data >= 2.16.11 Requires: yast2-country-data >= 2.16.11
# New System-selection data and API DefaultDesktop module # SourceManager::InstInitSourceMoveDownloadArea
# New API in ProductLicense Requires: yast2-packager >= 2.16.32
Requires: yast2-packager >= 2.16.18
# Only in inst-sys # Only in inst-sys
# Requires: yast2-runlevel # Requires: yast2-runlevel
# Requires: yast2-network # Requires: yast2-network
@ -105,7 +106,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz> Lukas Ocilka <locilka@suse.cz>
%prep %prep
%setup -n yast2-installation-2.16.31 %setup -n yast2-installation-2.16.32
%build %build
%{prefix}/bin/y2tool y2autoconf %{prefix}/bin/y2tool y2autoconf
@ -171,6 +172,12 @@ rm -rf "$RPM_BUILD_ROOT"
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
%exclude %{prefix}/share/doc/packages/yast2-installation/README %exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog %changelog
* Thu Apr 10 2008 locilka@suse.cz
- Filtering installation imagesets using the default architecture.
- Installation from images sets the download area (SourceManager).
- Removing image after it is deployed.
- Preparing image installation dialog for two progress-bars.
- 2.16.32
* Wed Apr 09 2008 jsrain@suse.cz * Wed Apr 09 2008 jsrain@suse.cz
- handle compressed logs properly at the end of first stage - handle compressed logs properly at the end of first stage
installation (fate #300637) installation (fate #300637)