OBS User unknown 2008-11-04 17:00:01 +00:00 committed by Git OBS Bridge
parent ef626023c5
commit f4025691b5
4 changed files with 48 additions and 17 deletions

View File

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

View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Nov 04 13:14:10 CET 2008 - aschnell@suse.de
- improved warning about partitioning (fate #302857)
- 2.17.27
-------------------------------------------------------------------
Mon Nov 3 18:34:30 CET 2008 - locilka@suse.cz
- Writing 'SecondStageRequired' 0/1 to /etc/install.inf even while
rebooting during second stage (bnc #432005).
- 2.17.26
-------------------------------------------------------------------
Mon Nov 03 14:28:14 CET 2008 - aschnell@suse.de
- better reboot message during ssh installation (bnc #439572 and
bnc #432005)
- 2.17.25
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 31 16:28:23 CET 2008 - locilka@suse.cz Fri Oct 31 16:28:23 CET 2008 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
# #
# spec file for package yast2-installation (Version 2.17.24) # spec file for package yast2-installation (Version 2.17.27)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -19,12 +19,12 @@
Name: yast2-installation Name: yast2-installation
Version: 2.17.24 Version: 2.17.27
Release: 1 Release: 1
License: GPL v2 or later License: GPL v2 or later
Group: System/YaST Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.17.24.tar.bz2 Source0: yast2-installation-2.17.27.tar.bz2
Prefix: /usr Prefix: /usr
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite
# PackageCallbacks::RegisterEmptyProgressCallbacks() # PackageCallbacks::RegisterEmptyProgressCallbacks()
@ -114,7 +114,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz> Lukas Ocilka <locilka@suse.cz>
%prep %prep
%setup -n yast2-installation-2.17.24 %setup -n yast2-installation-2.17.27
%build %build
%{prefix}/bin/y2tool y2autoconf %{prefix}/bin/y2tool y2autoconf
@ -183,6 +183,17 @@ rm -rf "$RPM_BUILD_ROOT"
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING %exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
%exclude %{prefix}/share/doc/packages/yast2-installation/README %exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog %changelog
* Tue Nov 04 2008 aschnell@suse.de
- improved warning about partitioning (fate #302857)
- 2.17.27
* Mon Nov 03 2008 locilka@suse.cz
- Writing 'SecondStageRequired' 0/1 to /etc/install.inf even while
rebooting during second stage (bnc #432005).
- 2.17.26
* Mon Nov 03 2008 aschnell@suse.de
- better reboot message during ssh installation (bnc #439572 and
bnc #432005)
- 2.17.25
* Fri Oct 31 2008 locilka@suse.cz * Fri Oct 31 2008 locilka@suse.cz
- Fixed checking whether running the second stage is required. - Fixed checking whether running the second stage is required.
- Added writing 'SecondStageRequired' 0/1 to /etc/install.inf - Added writing 'SecondStageRequired' 0/1 to /etc/install.inf