1
0
OBS User unknown 2008-01-30 16:49:36 +00:00 committed by Git OBS Bridge
parent fbe463a33c
commit 565039e19f
4 changed files with 59 additions and 17 deletions

View File

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

View File

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

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Wed Jan 30 15:22:29 CET 2008 - aschnell@suse.de
- Use icewm instead of fvwm during installation (bnc #357240)
-------------------------------------------------------------------
Wed Jan 30 14:15:50 CET 2008 - fehr@suse.de
- Add installation step for disk partitioning between time zone
and software selection
- put user config after disk partitioning
-------------------------------------------------------------------
Wed Jan 30 09:51:42 CET 2008 - locilka@suse.cz
- Added -noreset option to the VNC startup script (bnc #351338).
- Added inst_user_first.ycp call to the control file right before
the installation proposal.
- Fixed visibility of ZMD Turnoff checkbox (bnc #356655).
-------------------------------------------------------------------
Tue Jan 29 17:34:03 CET 2008 - locilka@suse.cz
- New desktop selection dialog without system task combo-boxes.
System selection with icons (bnc #356926).
- More UI checking in dialogs.
- Unified DefaultDesktop module and software/desktop selection
dialog in installation.
-------------------------------------------------------------------
Mon Jan 28 13:00:19 CET 2008 - aschnell@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.16.11)
# spec file for package yast2-installation (Version 2.16.12)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -11,12 +11,12 @@
# norootforbuild
Name: yast2-installation
Version: 2.16.11
Version: 2.16.12
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.16.11.tar.bz2
Source0: yast2-installation-2.16.12.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
# Mode::live_installation
@ -30,8 +30,8 @@ Requires: yast2 >= 2.16.16
Requires: yast2-bootloader
# Newly created RPM
Requires: yast2-country-data >= 2.16.3
# AddOnProduct::skip_add_ons
Requires: yast2-packager >= 2.15.75
# New System-selection data and API DefaultDesktop module
Requires: yast2-packager >= 2.16.17
# Only in inst-sys
# Requires: yast2-runlevel
# Requires: yast2-network
@ -70,12 +70,12 @@ BuildArch: noarch
Summary: YaST2 - Installation Parts
%package devel-doc
Version: 2.16.11
Version: 2.16.12
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.16.11.tar.bz2
Source0: yast2-installation-2.16.12.tar.bz2
Prefix: /usr
Requires: yast2-installation >= 2.15.34
PreReq: %fillup_prereq
@ -108,7 +108,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz>
%prep
%setup -n yast2-installation-2.16.11
%setup -n yast2-installation-2.16.12
%build
%{prefix}/bin/y2tool y2autoconf
@ -162,12 +162,8 @@ rm -rf "$RPM_BUILD_ROOT"
/var/adm/fillup-templates/sysconfig.security-checksig
# programs and scripts
%{prefix}/lib/YaST2/startup
# fvwmrc
%if 0%{?suse_version} <= 1010
%{prefix}/X11R6/share/fvwm/
%else
%{prefix}/share/fvwm/
%endif
# icewm
/etc/icewm
%dir %{prefix}/share/doc/packages/yast2-installation
%{prefix}/share/doc/packages/yast2-installation/COPYING
%readme %{prefix}/share/doc/packages/yast2-installation/README
@ -178,6 +174,23 @@ rm -rf "$RPM_BUILD_ROOT"
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
%exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog
* Wed Jan 30 2008 aschnell@suse.de
- Use icewm instead of fvwm during installation (bnc #357240)
* Wed Jan 30 2008 fehr@suse.de
- Add installation step for disk partitioning between time zone
and software selection
- put user config after disk partitioning
* Wed Jan 30 2008 locilka@suse.cz
- Added -noreset option to the VNC startup script (bnc #351338).
- Added inst_user_first.ycp call to the control file right before
the installation proposal.
- Fixed visibility of ZMD Turnoff checkbox (bnc #356655).
* Tue Jan 29 2008 locilka@suse.cz
- New desktop selection dialog without system task combo-boxes.
System selection with icons (bnc #356926).
- More UI checking in dialogs.
- Unified DefaultDesktop module and software/desktop selection
dialog in installation.
* Mon Jan 28 2008 aschnell@suse.de
- support Qt and Gtk frontend in startup scripts
- hack for key-autorepeat during installation (bnc #346186)