1
0
OBS User unknown 2007-03-10 22:57:24 +00:00 committed by Git OBS Bridge
parent 2d4b2cff3d
commit 8b93d0b309
4 changed files with 51 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Fri Mar 9 10:05:20 CET 2007 - locilka@suse.cz
- Module InstShowInfo has been moved from yast2-installation to
yast2-packager because this module is used by Add-Ons and
installation sources only.
- Adjusted RPM Requires (yast2-packager >= 2.15.22).
- 2.15.14
-------------------------------------------------------------------
Thu Mar 8 16:59:35 CET 2007 - locilka@suse.cz
- Module GetInstArgs moved from yast2-installation to yast2, many
clients required yast2-installation only because of this module.
-------------------------------------------------------------------
Thu Mar 8 14:45:39 CET 2007 - locilka@suse.cz
- Tag 'PATTERNS' in product content file is depracated by
'REQUIRES' and/or 'RECOMMENDS' tag (#252122).
-------------------------------------------------------------------
Tue Mar 6 16:44:49 CET 2007 - kmachalkova@suse.cz
- Do not export LINES and COLUMNS variables, so that terminal
resize event is handled correctly (#184179)
-------------------------------------------------------------------
Tue Mar 6 16:44:48 CET 2007 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.15.13)
# spec file for package yast2-installation (Version 2.15.14)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -11,12 +11,12 @@
# norootforbuild
Name: yast2-installation
Version: 2.15.13
Version: 2.15.14
Release: 1
License: GNU General Public License (GPL)
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.15.13.tar.bz2
Source0: yast2-installation-2.15.14.tar.bz2
prefix: /usr
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2 yast2-core-devel yast2-country yast2-devtools yast2-testsuite
Requires: autoyast2-installation
@ -28,7 +28,8 @@ Requires: yast2-bootloader
Requires: yast2-country >= 2.15.0
Requires: yast2-network
# License and AddOn modules moved to packager
Requires: yast2-packager >= 2.15.20
# InstShowInfo module moved to packager
Requires: yast2-packager >= 2.15.22
# Only in inst-sys
# Requires: yast2-add-on
# Requires: yast2-mouse
@ -81,7 +82,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz>
%prep
%setup -n yast2-installation-2.15.13
%setup -n yast2-installation-2.15.14
%build
%{prefix}/bin/y2tool y2autoconf
@ -144,6 +145,21 @@ rm -rf "$RPM_BUILD_ROOT"
%endif
%changelog
* Fri Mar 09 2007 - locilka@suse.cz
- Module InstShowInfo has been moved from yast2-installation to
yast2-packager because this module is used by Add-Ons and
installation sources only.
- Adjusted RPM Requires (yast2-packager >= 2.15.22).
- 2.15.14
* Thu Mar 08 2007 - locilka@suse.cz
- Module GetInstArgs moved from yast2-installation to yast2, many
clients required yast2-installation only because of this module.
* Thu Mar 08 2007 - locilka@suse.cz
- Tag 'PATTERNS' in product content file is depracated by
'REQUIRES' and/or 'RECOMMENDS' tag (#252122).
* Tue Mar 06 2007 - kmachalkova@suse.cz
- Do not export LINES and COLUMNS variables, so that terminal
resize event is handled correctly (#184179)
* Tue Mar 06 2007 - locilka@suse.cz
- AddOnProduct and ProductLicense finally moved to yast2-packager
from yast2-installation to avoid build cycles.