forked from pool/yast2-installation
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=103
This commit is contained in:
parent
0c4ceccf98
commit
58cccf26b5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:850ee1105e37b6ec9c56e9e12865f0f7432078339e5fefa7b6c0883f35b5b9f1
|
||||
size 245138
|
3
yast2-installation-2.17.3.tar.bz2
Normal file
3
yast2-installation-2.17.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e699d880517766b5ce64bcb4463c6de917ab63b62d27c53ceaf76ba9dae38de
|
||||
size 247624
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 7 16:40:32 CEST 2008 - locilka@suse.cz
|
||||
|
||||
- Added new client inst_scenarios to offer main scenarios of the
|
||||
newly installed system.
|
||||
- Configuration for inst_scenarios is defined in control file (Only
|
||||
SLES so far), client added into SLES workflow.
|
||||
- Extended control file documentation (All FATE #304373).
|
||||
- 2.17.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 6 13:54:07 CEST 2008 - locilka@suse.cz
|
||||
|
||||
- New control file entry globals->enable_kdump (default value)
|
||||
(FATE #303893).
|
||||
- Adjusted control file documentation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 5 11:48:44 CEST 2008 - locilka@suse.cz
|
||||
|
||||
- Calling reiplauto client in SLES control file before reboot
|
||||
(FATE #304940).
|
||||
- Running SCR Switch Debugger unconditionally if switching to
|
||||
installed system fails (bnc #411832).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 04 16:22:55 CEST 2008 - aschnell@suse.de
|
||||
|
||||
- improved text during ssh installation (bnc #411079)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 4 10:39:41 CEST 2008 - locilka@suse.cz
|
||||
|
||||
- Added kdump proposal to SLES control file (FATE #303893).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 24 13:21:14 CEST 2008 - locilka@suse.cz
|
||||
|
||||
- Using button label "License Translations..." in complex welcome
|
||||
dialog (bnc #400616).
|
||||
- SLES and SLED control files adapted to features added in 11.0.
|
||||
- Added Automatic Configuration support into SLED (FATE #303396).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 15 16:59:38 CEST 2008 - aschnell@suse.de
|
||||
|
||||
|
@ -1,10 +1,17 @@
|
||||
#
|
||||
# spec file for package yast2-installation (Version 2.17.2)
|
||||
# spec file for package yast2-installation (Version 2.17.3)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@ -12,12 +19,12 @@
|
||||
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 2.17.2
|
||||
Version: 2.17.3
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-installation-2.17.2.tar.bz2
|
||||
Source0: yast2-installation-2.17.3.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
|
||||
# PackageCallbacks::RegisterEmptyProgressCallbacks()
|
||||
@ -107,7 +114,7 @@ Authors:
|
||||
Lukas Ocilka <locilka@suse.cz>
|
||||
|
||||
%prep
|
||||
%setup -n yast2-installation-2.17.2
|
||||
%setup -n yast2-installation-2.17.3
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
@ -173,6 +180,31 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
|
||||
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
||||
%changelog
|
||||
* Thu Aug 07 2008 locilka@suse.cz
|
||||
- Added new client inst_scenarios to offer main scenarios of the
|
||||
newly installed system.
|
||||
- Configuration for inst_scenarios is defined in control file (Only
|
||||
SLES so far), client added into SLES workflow.
|
||||
- Extended control file documentation (All FATE #304373).
|
||||
- 2.17.3
|
||||
* Wed Aug 06 2008 locilka@suse.cz
|
||||
- New control file entry globals->enable_kdump (default value)
|
||||
(FATE #303893).
|
||||
- Adjusted control file documentation.
|
||||
* Tue Aug 05 2008 locilka@suse.cz
|
||||
- Calling reiplauto client in SLES control file before reboot
|
||||
(FATE #304940).
|
||||
- Running SCR Switch Debugger unconditionally if switching to
|
||||
installed system fails (bnc #411832).
|
||||
* Mon Aug 04 2008 aschnell@suse.de
|
||||
- improved text during ssh installation (bnc #411079)
|
||||
* Mon Aug 04 2008 locilka@suse.cz
|
||||
- Added kdump proposal to SLES control file (FATE #303893).
|
||||
* Thu Jul 24 2008 locilka@suse.cz
|
||||
- Using button label "License Translations..." in complex welcome
|
||||
dialog (bnc #400616).
|
||||
- SLES and SLED control files adapted to features added in 11.0.
|
||||
- Added Automatic Configuration support into SLED (FATE #303396).
|
||||
* Tue Jul 15 2008 aschnell@suse.de
|
||||
- fixed vnc connect message during installation (bnc #395834)
|
||||
- 2.17.2
|
||||
|
Loading…
Reference in New Issue
Block a user