diff --git a/yast2-installation-2.16.11.tar.bz2 b/yast2-installation-2.16.11.tar.bz2 deleted file mode 100644 index 5e5b3d6..0000000 --- a/yast2-installation-2.16.11.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de599a7b09d0943b5ae65bd5b364408e33f1385b9eb970a9a1f14ac7a067269d -size 214042 diff --git a/yast2-installation-2.16.12.tar.bz2 b/yast2-installation-2.16.12.tar.bz2 new file mode 100644 index 0000000..487b72b --- /dev/null +++ b/yast2-installation-2.16.12.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a58ab7f2ed3862321e88344e660aaf2b9d78275e1dacd9faa7df251846f868cb +size 213086 diff --git a/yast2-installation.changes b/yast2-installation.changes index af4c127..aa55d35 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -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 diff --git a/yast2-installation.spec b/yast2-installation.spec index b28bb15..eaf3388 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -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 %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)