forked from pool/yast2-installation
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=67
This commit is contained in:
parent
84c25a0a89
commit
94868c5666
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cee75fcd54ddba5f60e53a53fd78b0120c08dce45dca31abefb2742c762a22af
|
||||
size 222765
|
3
yast2-installation-2.16.18.tar.bz2
Normal file
3
yast2-installation-2.16.18.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:070b01e8aadb352f9c54f013f90964a2fc93f73fdd970674a173e140d7430c68
|
||||
size 230341
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -11,19 +11,19 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 2.16.17
|
||||
Version: 2.16.18
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-installation-2.16.17.tar.bz2
|
||||
Source0: yast2-installation-2.16.18.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
|
||||
# URL::MakeParamsFromMap and URL::MakeMapFromParams
|
||||
BuildRequires: yast2 >= 2.16.25
|
||||
Requires: autoyast2-installation
|
||||
# URL::MakeParamsFromMap and URL::MakeMapFromParams
|
||||
Requires: yast2 >= 2.16.25
|
||||
# InstExtensionImage module moved to installation
|
||||
Requires: yast2 >= 2.16.26
|
||||
# Required in in the first stage, after
|
||||
# switching to the installed system, bugzilla #249679
|
||||
Requires: yast2-bootloader
|
||||
@ -70,12 +70,12 @@ BuildArch: noarch
|
||||
Summary: YaST2 - Installation Parts
|
||||
|
||||
%package devel-doc
|
||||
Version: 2.16.17
|
||||
Version: 2.16.18
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-installation-2.16.17.tar.bz2
|
||||
Source0: yast2-installation-2.16.18.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.17
|
||||
%setup -n yast2-installation-2.16.18
|
||||
|
||||
%build
|
||||
%{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/README
|
||||
%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
|
||||
- Squashfs image needs to be mounted using '-o loop'.
|
||||
- Displaying busy cursor when downloading the extension.
|
||||
|
Loading…
Reference in New Issue
Block a user