1
0
OBS User unknown 2008-09-06 02:56:32 +00:00 committed by Git OBS Bridge
parent afcf69add6
commit b60da7b381
4 changed files with 94 additions and 15 deletions

View File

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

View File

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

View File

@ -1,3 +1,53 @@
-------------------------------------------------------------------
Fri Sep 5 12:45:00 CEST 2008 - locilka@suse.cz
- Some inst_finish steps are called in live installer only.
- Client vm_finish called only if yast2-vm is installed.
- Using WFM::ClientExists (new in yast2-core-2.17.10).
- Adjusted RPM dependencies.
- 2.17.8
-------------------------------------------------------------------
Thu Sep 4 15:02:01 CEST 2008 - sschober@suse.de
- cloning section in control.xml changed.
-------------------------------------------------------------------
Wed Sep 03 14:49:19 CEST 2008 - aschnell@suse.de
- adapted size values in control files to stricter parser in
storage
-------------------------------------------------------------------
Tue Sep 2 15:20:09 CEST 2008 - locilka@suse.cz
- Using new <execute/> tag in control file to explicitly define
a client to be called instead of guessing it from <name/> tag
(openSUSE, SLED control files) (bnc #401319).
- Updated control files to call inst_prepareprogress to
"Provide consistent progress during installation" (FATE #303860).
- All 'inst_proposal' calls changed to use the new 'execute'
feature to have unique 'name's (needed for merging add-on control
files).
- Adjusted RPM dependencies (FATE #303860).
- 2.17.7
-------------------------------------------------------------------
Tue Sep 2 11:10:01 CEST 2008 - visnov@suse.cz
- Use unified progressbar during installation (FATE #303860)
-------------------------------------------------------------------
Thu Aug 28 15:19:57 CEST 2008 - locilka@suse.cz
- Using new ButtonBox widget.
- Adjusted RPM dependencies.
-------------------------------------------------------------------
Thu Aug 21 13:01:40 CEST 2008 - jsuchome@suse.cz
- check for command line mode in inst_suseconfig (bnc#419132)
-------------------------------------------------------------------
Tue Aug 19 15:45:07 CEST 2008 - jsrain@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.17.6)
# spec file for package yast2-installation (Version 2.17.8)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,18 +19,18 @@
Name: yast2-installation
Version: 2.17.6
Version: 2.17.8
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.17.6.tar.bz2
Source0: yast2-installation-2.17.8.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
# PackageCallbacks::RegisterEmptyProgressCallbacks()
BuildRequires: yast2 >= 2.16.52
# SourceManager::InstInitSourceMoveDownloadArea
BuildRequires: yast2-packager >= 2.16.32
# Unified progress bar (done by visnov)
BuildRequires: yast2-packager >= 2.17.9
# AutoinstConfig::getProposalList
Requires: autoyast2-installation >= 2.17.1
# (public) ProductControl::InitAutomaticConfiguration
@ -41,9 +41,8 @@ Requires: yast2-bootloader
# Language::GetLanguageItems and other API
# Language::Set (handles downloading the translation extensions)
Requires: yast2-country-data >= 2.16.11
# DefaultDesktop::SelectedDesktops
# ... + newly added data into desktops map
Requires: yast2-packager >= 2.16.41
# Unified progress bar (done by visnov)
Requires: yast2-packager >= 2.17.9
# Only in inst-sys
# Requires: yast2-runlevel
# Requires: yast2-network
@ -57,9 +56,10 @@ Conflicts: yast2-pkg-bindings < 2.13.101
# 'Product' and 'Installation' moved to 'yast2'
# needs NetworkService::isNetworkRunning() from yast2
Conflicts: yast2 < 2.15.35
# New builtin setenv()
# Bugzilla #305163
Conflicts: yast2-core <= 2.15.9
# Added new function WFM::ClientExists
Conflicts: yast2-core < 2.17.10
# ButtonBox widget
Conflicts: yast2-ycp-ui-bindings < 2.17.3
# tar-gzip some system files and untar-ungzip them after the installation (FATE #300421, #120103)
Requires: tar gzip
Requires: coreutils
@ -114,7 +114,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz>
%prep
%setup -n yast2-installation-2.17.6
%setup -n yast2-installation-2.17.8
%build
%{prefix}/bin/y2tool y2autoconf
@ -180,6 +180,35 @@ rm -rf "$RPM_BUILD_ROOT"
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
%exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog
* Fri Sep 05 2008 locilka@suse.cz
- Some inst_finish steps are called in live installer only.
- Client vm_finish called only if yast2-vm is installed.
- Using WFM::ClientExists (new in yast2-core-2.17.10).
- Adjusted RPM dependencies.
- 2.17.8
* Thu Sep 04 2008 sschober@suse.de
- cloning section in control.xml changed.
* Wed Sep 03 2008 aschnell@suse.de
- adapted size values in control files to stricter parser in
storage
* Tue Sep 02 2008 locilka@suse.cz
- Using new <execute/> tag in control file to explicitly define
a client to be called instead of guessing it from <name/> tag
(openSUSE, SLED control files) (bnc #401319).
- Updated control files to call inst_prepareprogress to
"Provide consistent progress during installation" (FATE #303860).
- All 'inst_proposal' calls changed to use the new 'execute'
feature to have unique 'name's (needed for merging add-on control
files).
- Adjusted RPM dependencies (FATE #303860).
- 2.17.7
* Tue Sep 02 2008 visnov@suse.cz
- Use unified progressbar during installation (FATE #303860)
* Thu Aug 28 2008 locilka@suse.cz
- Using new ButtonBox widget.
- Adjusted RPM dependencies.
* Thu Aug 21 2008 jsuchome@suse.cz
- check for command line mode in inst_suseconfig (bnc#419132)
* Tue Aug 19 2008 jsrain@suse.cz
- properly detect firstboot and do not destroy xorg.conf
(bnc#354738)