OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=72
This commit is contained in:
parent
40ff0f853d
commit
7a6657a3dd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64d16d9354414d918711ba848b21e41aedc70ade23f6c36c64798b5204439b30
|
||||
size 221446
|
3
yast2-installation-2.16.23.tar.bz2
Normal file
3
yast2-installation-2.16.23.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ca4ff3dbf492a0b484880f354d73aafdc9043217d25f3e693f7a6a93818412e
|
||||
size 233352
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 14 15:02:27 CET 2008 - locilka@suse.cz
|
||||
|
||||
- Added possibility to run automatic configuration instead of the
|
||||
whole second stage installation (fate #303396).
|
||||
- Adjusted RPM dependencies.
|
||||
- Creating and removing the file runme_at_boot is currently handled
|
||||
by YaST (YCP) installation scripts.
|
||||
- Added new client inst_rpmcopy_secondstage that calls inst_rpmcopy
|
||||
because of DisabledModules disabling both first and second stage
|
||||
occurency of that script.
|
||||
- Changed control file to call the new script in second stage.
|
||||
- 2.16.23
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 10 11:25:57 CET 2008 - locilka@suse.cz
|
||||
|
||||
- Disabling the window menu in IceWM preferences to make the
|
||||
inst-sys 600 kB smaller (*.mo files). Thanks to mmarek.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 7 11:35:29 CET 2008 - jsuchome@suse.cz
|
||||
|
||||
- control.openSUSE.xml: country_simple is for keyboard and language,
|
||||
not for timezone
|
||||
- added 1st stage step for root password dialog (fate#302980)
|
||||
- 2.16.22
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 06 10:57:42 CET 2008 - aschnell@suse.de
|
||||
|
||||
- call rcnetwork with option onboot during start of second stage
|
||||
(bnc #363423)
|
||||
- 2.16.21
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 5 18:52:30 CET 2008 - locilka@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package yast2-installation (Version 2.16.20)
|
||||
# spec file for package yast2-installation (Version 2.16.23)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -12,19 +12,19 @@
|
||||
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 2.16.20
|
||||
Version: 2.16.23
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-installation-2.16.20.tar.bz2
|
||||
Source0: yast2-installation-2.16.23.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
|
||||
# URL::MakeParamsFromMap and URL::MakeMapFromParams
|
||||
BuildRequires: yast2 >= 2.16.25
|
||||
Requires: autoyast2-installation
|
||||
# Installation::run_update_file
|
||||
Requires: yast2 >= 2.16.27
|
||||
Requires: yast2 >= 2.16.36
|
||||
# Required in in the first stage, after
|
||||
# switching to the installed system, bugzilla #249679
|
||||
Requires: yast2-bootloader
|
||||
@ -104,7 +104,7 @@ Authors:
|
||||
Lukas Ocilka <locilka@suse.cz>
|
||||
|
||||
%prep
|
||||
%setup -n yast2-installation-2.16.20
|
||||
%setup -n yast2-installation-2.16.23
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
@ -170,6 +170,29 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
|
||||
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
||||
%changelog
|
||||
* Fri Mar 14 2008 locilka@suse.cz
|
||||
- Added possibility to run automatic configuration instead of the
|
||||
whole second stage installation (fate #303396).
|
||||
- Adjusted RPM dependencies.
|
||||
- Creating and removing the file runme_at_boot is currently handled
|
||||
by YaST (YCP) installation scripts.
|
||||
- Added new client inst_rpmcopy_secondstage that calls inst_rpmcopy
|
||||
because of DisabledModules disabling both first and second stage
|
||||
occurency of that script.
|
||||
- Changed control file to call the new script in second stage.
|
||||
- 2.16.23
|
||||
* Mon Mar 10 2008 locilka@suse.cz
|
||||
- Disabling the window menu in IceWM preferences to make the
|
||||
inst-sys 600 kB smaller (*.mo files). Thanks to mmarek.
|
||||
* Fri Mar 07 2008 jsuchome@suse.cz
|
||||
- control.openSUSE.xml: country_simple is for keyboard and language,
|
||||
not for timezone
|
||||
- added 1st stage step for root password dialog (fate#302980)
|
||||
- 2.16.22
|
||||
* Thu Mar 06 2008 aschnell@suse.de
|
||||
- call rcnetwork with option onboot during start of second stage
|
||||
(bnc #363423)
|
||||
- 2.16.21
|
||||
* Wed Mar 05 2008 locilka@suse.cz
|
||||
- Remember (first stage) and restore (second stage) DisabledModules
|
||||
(bnc #364066).
|
||||
|
Loading…
Reference in New Issue
Block a user