1
0
OBS User unknown 2008-04-06 08:39:48 +00:00 committed by Git OBS Bridge
parent d130788122
commit 7c03e73c5e
4 changed files with 25 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Apr 4 17:02:23 CEST 2008 - locilka@suse.cz
- Improved user-feedback during automatic configuration.
- 2.16.30
-------------------------------------------------------------------
Fri Apr 4 14:06:22 CEST 2008 - jsrain@suse.cz
- added restart handling for live installation
-------------------------------------------------------------------
Wed Apr 3 16:40:16 CEST 2008 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.16.29)
# spec file for package yast2-installation (Version 2.16.30)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,19 +12,19 @@
Name: yast2-installation
Version: 2.16.29
Version: 2.16.30
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.16.29.tar.bz2
Source0: yast2-installation-2.16.30.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
# anyxml -> barexml (bnc #366867)
BuildRequires: yast2 >= 2.16.39
Requires: autoyast2-installation
# Installation::run_update_file
Requires: yast2 >= 2.16.36
# GetInstArgs::automatic_configuration
Requires: yast2 >= 2.16.46
# Required in in the first stage, after
# switching to the installed system, bugzilla #249679
Requires: yast2-bootloader
@ -105,7 +105,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz>
%prep
%setup -n yast2-installation-2.16.29
%setup -n yast2-installation-2.16.30
%build
%{prefix}/bin/y2tool y2autoconf
@ -171,6 +171,11 @@ rm -rf "$RPM_BUILD_ROOT"
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
%exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog
* Fri Apr 04 2008 locilka@suse.cz
- Improved user-feedback during automatic configuration.
- 2.16.30
* Fri Apr 04 2008 jsrain@suse.cz
- added restart handling for live installation
* Thu Apr 03 2008 locilka@suse.cz
- Removed Winkeys support during installation (bnc 376248).
- Fixed the decision-making process which images fits the best.