1
0
OBS User unknown 2009-02-03 23:57:44 +00:00 committed by Git OBS Bridge
parent abd0952bf6
commit 89b7afb655
4 changed files with 20 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Feb 2 13:09:08 CET 2009 - locilka@suse.cz
- Erasing all old additional control files in the final step of
upgrade before rebooting to the second stage (bnc #471454).
- InstError can now save YaST logs on user request.
- 2.18.4
-------------------------------------------------------------------
Wed Jan 28 14:33:09 CET 2009 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.18.3)
# spec file for package yast2-installation (Version 2.18.4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,12 +19,12 @@
Name: yast2-installation
Version: 2.18.3
Version: 2.18.4
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.18.3.tar.bz2
Source0: yast2-installation-2.18.4.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
@ -124,7 +124,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz>
%prep
%setup -n yast2-installation-2.18.3
%setup -n yast2-installation-2.18.4
%build
%{prefix}/bin/y2tool y2autoconf
@ -195,6 +195,11 @@ rm -rf "$RPM_BUILD_ROOT"
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
%exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog
* Mon Feb 02 2009 locilka@suse.cz
- Erasing all old additional control files in the final step of
upgrade before rebooting to the second stage (bnc #471454).
- InstError can now save YaST logs on user request.
- 2.18.4
* Wed Jan 28 2009 locilka@suse.cz
- Added new InstError module for unified reporting of errors
during installation.