1
0
OBS User unknown 2007-02-05 16:23:18 +00:00 committed by Git OBS Bridge
parent 5c433f6f32
commit 2b90dfe0c3
4 changed files with 38 additions and 10 deletions

View File

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

View File

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Feb 5 11:31:52 CET 2007 - locilka@suse.cz
- Store Add-Ons at the end of first stage installation and restore
them before AutoYaST cloning at the end of the second stage
installation (bugzilla #187558).
- Set license content before it is displayed for the first time,
select license language before it is displayed (#220847).
- 2.15.7
-------------------------------------------------------------------
Fri Feb 2 15:25:04 CET 2007 - locilka@suse.cz
- Removing dependency on yast2-slp package.
- Moving all SLP-related functionality to yast2-packager-2.15.7.
- Handling not installed yast2-slp package in Add-Ons (#238680).
-------------------------------------------------------------------
Thu Feb 1 12:41:36 CET 2007 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.15.6)
# spec file for package yast2-installation (Version 2.15.7)
#
# Copyright (c) 2007 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.15.6
Version: 2.15.7
Release: 1
License: GNU General Public License (GPL)
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.15.6.tar.bz2
Source0: yast2-installation-2.15.7.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: yast2-slp yast2-firewall
Requires: yast2-firewall
Requires: yast2-update
Requires: yast2-storage yast2-mouse yast2-bootloader
# SourceManager::InstallationSourceOnPartition 2.14.0, bugzilla #208222
Requires: yast2-packager >= 2.14.0
# add_inst_source_slptype.ycp client, bugzilla #238680
Requires: yast2-packager >= 2.15.7
# extra sources in ResolvableProperties()
# "", `language", "" in ResolvableProperties()
Requires: yast2-pkg-bindings >= 2.13.101
@ -69,7 +69,7 @@ Authors:
Jiri Srain <jsrain@suse.cz>
%prep
%setup -n yast2-installation-2.15.6
%setup -n yast2-installation-2.15.7
%build
%{prefix}/bin/y2tool y2autoconf
@ -133,6 +133,17 @@ rm -rf "$RPM_BUILD_ROOT"
%endif
%changelog -n yast2-installation
* Mon Feb 05 2007 - locilka@suse.cz
- Store Add-Ons at the end of first stage installation and restore
them before AutoYaST cloning at the end of the second stage
installation (bugzilla #187558).
- Set license content before it is displayed for the first time,
select license language before it is displayed (#220847).
- 2.15.7
* Fri Feb 02 2007 - locilka@suse.cz
- Removing dependency on yast2-slp package.
- Moving all SLP-related functionality to yast2-packager-2.15.7.
- Handling not installed yast2-slp package in Add-Ons (#238680).
* Thu Feb 01 2007 - locilka@suse.cz
- When an Add-On product is added and removed later, correctly
remove also cached control file of that Add-On (#238307).