forked from pool/yast2-installation
This commit is contained in:
parent
3e200686fa
commit
2ad15d50d6
3
yast2-installation-2.15.11.tar.bz2
Normal file
3
yast2-installation-2.15.11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0462184fb80cd5b697edf7104220129a4946fc8508c104f41c40e4d9f4f477db
|
||||||
|
size 202016
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e50f2d5db7df3dc8b6f57d1dcd634f164fffb7205675af26b44f86e63258a0ad
|
|
||||||
size 196156
|
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 5 12:58:21 CET 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Adding new installation client mouse_finish which is called
|
||||||
|
before SCR is switched. This removes the dependency of
|
||||||
|
yast2-installation on yast2-mouse.
|
||||||
|
- 2.15.11
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 2 15:27:14 CET 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Providing feedback (busy message) in inst_restore_settings.
|
||||||
|
Starting network by calling 'network start' with timeout.
|
||||||
|
- Adding yast2-bootloader into required packages because it is
|
||||||
|
needed after the SCR is switched into the installed system just
|
||||||
|
before reboot (#249679).
|
||||||
|
- Added more logging into inst_system_analysis (booting installed
|
||||||
|
system).
|
||||||
|
- 2.15.10
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 28 14:11:16 CET 2007 - jsrain@suse.cz
|
||||||
|
|
||||||
|
- added more logging to umount_finish (#247594)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 26 16:03:42 CET 2007 - jsrain@suse.cz
|
||||||
|
|
||||||
|
- updated popup in case of license is not accepted (#162499)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 22 13:52:12 CET 2007 - locilka@suse.cz
|
Thu Feb 22 13:52:12 CET 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation (Version 2.15.9)
|
# spec file for package yast2-installation (Version 2.15.11)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -11,16 +11,19 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 2.15.9
|
Version: 2.15.11
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GNU General Public License (GPL)
|
License: GNU General Public License (GPL)
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-installation-2.15.9.tar.bz2
|
Source0: yast2-installation-2.15.11.tar.bz2
|
||||||
prefix: /usr
|
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
|
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
|
Requires: autoyast2-installation
|
||||||
Requires: yast2 >= 2.14.6
|
Requires: yast2 >= 2.14.6
|
||||||
|
# Required in in the first stage, after
|
||||||
|
# switching to the installed system, bugzilla #249679
|
||||||
|
Requires: yast2-bootloader
|
||||||
# Language::selection_skipped, bugzilla #223258
|
# Language::selection_skipped, bugzilla #223258
|
||||||
Requires: yast2-country >= 2.15.0
|
Requires: yast2-country >= 2.15.0
|
||||||
Requires: yast2-network
|
Requires: yast2-network
|
||||||
@ -28,7 +31,6 @@ Requires: yast2-network
|
|||||||
Requires: yast2-packager >= 2.15.7
|
Requires: yast2-packager >= 2.15.7
|
||||||
# Only in inst-sys
|
# Only in inst-sys
|
||||||
# Requires: yast2-add-on
|
# Requires: yast2-add-on
|
||||||
# Requires: yast2-bootloader
|
|
||||||
# Requires: yast2-mouse
|
# Requires: yast2-mouse
|
||||||
# Requires: yast2-storage
|
# Requires: yast2-storage
|
||||||
# Requires: yast2-update
|
# Requires: yast2-update
|
||||||
@ -79,7 +81,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.cz>
|
Lukas Ocilka <locilka@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-installation-2.15.9
|
%setup -n yast2-installation-2.15.11
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -142,6 +144,24 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 05 2007 - locilka@suse.cz
|
||||||
|
- Adding new installation client mouse_finish which is called
|
||||||
|
before SCR is switched. This removes the dependency of
|
||||||
|
yast2-installation on yast2-mouse.
|
||||||
|
- 2.15.11
|
||||||
|
* Fri Mar 02 2007 - locilka@suse.cz
|
||||||
|
- Providing feedback (busy message) in inst_restore_settings.
|
||||||
|
Starting network by calling 'network start' with timeout.
|
||||||
|
- Adding yast2-bootloader into required packages because it is
|
||||||
|
needed after the SCR is switched into the installed system just
|
||||||
|
before reboot (#249679).
|
||||||
|
- Added more logging into inst_system_analysis (booting installed
|
||||||
|
system).
|
||||||
|
- 2.15.10
|
||||||
|
* Wed Feb 28 2007 - jsrain@suse.cz
|
||||||
|
- added more logging to umount_finish (#247594)
|
||||||
|
* Mon Feb 26 2007 - jsrain@suse.cz
|
||||||
|
- updated popup in case of license is not accepted (#162499)
|
||||||
* Thu Feb 22 2007 - locilka@suse.cz
|
* Thu Feb 22 2007 - locilka@suse.cz
|
||||||
- Splitting installation_worker (main installation script) into
|
- Splitting installation_worker (main installation script) into
|
||||||
inst_worker_initial and inst_worker_continue.
|
inst_worker_initial and inst_worker_continue.
|
||||||
|
Loading…
Reference in New Issue
Block a user