1
0
OBS User unknown 2009-01-22 16:11:00 +00:00 committed by Git OBS Bridge
parent 7175fca0bd
commit 436face35c
4 changed files with 35 additions and 11 deletions

View File

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

View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Jan 22 12:50:38 CET 2009 - locilka@suse.cz
- Dropping mode_proposal client - not in use anymore.
- 2.18.2
-------------------------------------------------------------------
Wed Jan 21 13:09:33 CET 2009 - locilka@suse.cz
- Removing dependency on yast2-runlevel (duplicate code in runlevel
proposal).
- Removing dependency on yast2-mouse by moving the mouse-related
scripts to yast2-mouse-2.18.0.
- Removing dependency on yast2-bootloader.
- inst_finish script newly uses the SlideShow module.
-------------------------------------------------------------------
Tue Jan 20 13:37:03 CET 2009 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.18.1)
# spec file for package yast2-installation (Version 2.18.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,12 +19,12 @@
Name: yast2-installation
Version: 2.18.1
Version: 2.18.2
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.18.1.tar.bz2
Source0: yast2-installation-2.18.2.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
# xmllint
@ -41,14 +41,13 @@ BuildRequires: yast2-packager >= 2.17.9
Requires: autoyast2-installation >= 2.17.1
# PackagesUI::RunPackageSelector
Requires: yast2 >= 2.17.40
# Required in in the first stage, after
# switching to the installed system, bugzilla #249679
Requires: yast2-bootloader
# Language::GetLanguageItems and other API
# Language::Set (handles downloading the translation extensions)
Requires: yast2-country-data >= 2.16.11
# Pkg::SourceProvideDigestedFile()
Conflicts: yast2-pkg-bindings < 2.17.25
# Mouse-related scripts moved to yast2-mouse
Conflicts: yast2-mouse < 2.18.0
# BNC #449818: "description_id" in DefaultDesktop
Requires: yast2-packager >= 2.17.49
# Storage::GetCommitInfos() call in include/misc.ycp
@ -56,7 +55,6 @@ Requires: yast2-storage >= 2.18.0
# use in startup scripts
Requires: initviocons
# Only in inst-sys
# Requires: yast2-runlevel
# Requires: yast2-network
# Requires: yast2-add-on
# Requires: yast2-update
@ -126,7 +124,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz>
%prep
%setup -n yast2-installation-2.18.1
%setup -n yast2-installation-2.18.2
%build
%{prefix}/bin/y2tool y2autoconf
@ -197,6 +195,16 @@ rm -rf "$RPM_BUILD_ROOT"
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
%exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog
* Thu Jan 22 2009 locilka@suse.cz
- Dropping mode_proposal client - not in use anymore.
- 2.18.2
* Wed Jan 21 2009 locilka@suse.cz
- Removing dependency on yast2-runlevel (duplicate code in runlevel
proposal).
- Removing dependency on yast2-mouse by moving the mouse-related
scripts to yast2-mouse-2.18.0.
- Removing dependency on yast2-bootloader.
- inst_finish script newly uses the SlideShow module.
* Tue Jan 20 2009 locilka@suse.cz
- Possibility to move the base installation window has been
disabled (bnc #466827)