1
0
OBS User unknown 2008-02-08 16:23:44 +00:00 committed by Git OBS Bridge
parent 84c25a0a89
commit 94868c5666
4 changed files with 47 additions and 11 deletions

View File

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

View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Feb 7 14:19:11 CET 2008 - locilka@suse.cz
- Functionality that integrates the just-selected language
translation has been moved to integrate_translation_extension
client to make it available for other modules.
- New label for "Show in Fullscreen" button to better match what
it really does (bnc #359527).
- Module InstExtensionImage moved to yast2.
- Added new disintegrate_all_extensions client that is called at
the end of the initial installation to umount and remove all
integrated inst-sys extensions.
- 2.16.18
-------------------------------------------------------------------
Wed Feb 6 13:23:35 CET 2008 - locilka@suse.cz
- Better /lbin/wget handling in InstExtensionImage.
- Speed-up inst_complex_welcome optimalizations (e.g., skipping
downloading extension already by Linuxrc)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 5 16:04:15 CET 2008 - locilka@suse.cz Tue Feb 5 16:04:15 CET 2008 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
# #
# spec file for package yast2-installation (Version 2.16.17) # spec file for package yast2-installation (Version 2.16.18)
# #
# 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
@ -11,19 +11,19 @@
# norootforbuild # norootforbuild
Name: yast2-installation Name: yast2-installation
Version: 2.16.17 Version: 2.16.18
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.17.tar.bz2 Source0: yast2-installation-2.16.18.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
# URL::MakeParamsFromMap and URL::MakeMapFromParams # URL::MakeParamsFromMap and URL::MakeMapFromParams
BuildRequires: yast2 >= 2.16.25 BuildRequires: yast2 >= 2.16.25
Requires: autoyast2-installation Requires: autoyast2-installation
# URL::MakeParamsFromMap and URL::MakeMapFromParams # InstExtensionImage module moved to installation
Requires: yast2 >= 2.16.25 Requires: yast2 >= 2.16.26
# Required in in the first stage, after # Required in in the first stage, after
# switching to the installed system, bugzilla #249679 # switching to the installed system, bugzilla #249679
Requires: yast2-bootloader Requires: yast2-bootloader
@ -70,12 +70,12 @@ BuildArch: noarch
Summary: YaST2 - Installation Parts Summary: YaST2 - Installation Parts
%package devel-doc %package devel-doc
Version: 2.16.17 Version: 2.16.18
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.17.tar.bz2 Source0: yast2-installation-2.16.18.tar.bz2
Prefix: /usr Prefix: /usr
Requires: yast2-installation >= 2.15.34 Requires: yast2-installation >= 2.15.34
PreReq: %fillup_prereq PreReq: %fillup_prereq
@ -108,7 +108,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz> Lukas Ocilka <locilka@suse.cz>
%prep %prep
%setup -n yast2-installation-2.16.17 %setup -n yast2-installation-2.16.18
%build %build
%{prefix}/bin/y2tool y2autoconf %{prefix}/bin/y2tool y2autoconf
@ -174,6 +174,21 @@ 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 Feb 07 2008 locilka@suse.cz
- Functionality that integrates the just-selected language
translation has been moved to integrate_translation_extension
client to make it available for other modules.
- New label for "Show in Fullscreen" button to better match what
it really does (bnc #359527).
- Module InstExtensionImage moved to yast2.
- Added new disintegrate_all_extensions client that is called at
the end of the initial installation to umount and remove all
integrated inst-sys extensions.
- 2.16.18
* Wed Feb 06 2008 locilka@suse.cz
- Better /lbin/wget handling in InstExtensionImage.
- Speed-up inst_complex_welcome optimalizations (e.g., skipping
downloading extension already by Linuxrc)
* Tue Feb 05 2008 locilka@suse.cz * Tue Feb 05 2008 locilka@suse.cz
- Squashfs image needs to be mounted using '-o loop'. - Squashfs image needs to be mounted using '-o loop'.
- Displaying busy cursor when downloading the extension. - Displaying busy cursor when downloading the extension.