diff --git a/yast2-installation-2.15.33.tar.bz2 b/yast2-installation-2.15.33.tar.bz2 deleted file mode 100644 index 420b3c5..0000000 --- a/yast2-installation-2.15.33.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a3458b63bc4f47e38dfe4179785a57bf6bf9b15fe3b4abb6fcfd375f880373b -size 208324 diff --git a/yast2-installation-2.15.35.tar.bz2 b/yast2-installation-2.15.35.tar.bz2 new file mode 100644 index 0000000..d33b5c7 --- /dev/null +++ b/yast2-installation-2.15.35.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa435973725079fab2b582a488ec15dcab560c7305d3ea0bea90f682f58b3e6 +size 208968 diff --git a/yast2-installation.changes b/yast2-installation.changes index 8640c5f..fc82c5d 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Wed Jul 25 12:48:50 CEST 2007 - mvidner@suse.cz + +- startup scripts: Call initviocons only if it exists (#173426). +- 2.13.35 + +------------------------------------------------------------------- +Wed Jul 25 10:58:29 CEST 2007 - locilka@suse.cz + +- Renamed yast2-installation-doc to yast2-installation-devel-doc + (FATE #302461). +- Removed ping-based internet test from the First-stage network + setup test. +- Sped up internet test by adding timeouts and by downloading only + the page header. +- Added help texts to the network setup dialogs. + +------------------------------------------------------------------- +Tue Jul 24 13:20:36 CEST 2007 - locilka@suse.cz + +- Control file: Unified wizard step names with dialogs, removed + Clean Up step part of the Online Update is now Registration + (#293095). +- Call inst_network_check (and setup) only in Add-On products + and/or Additional Product Sources were requested to be used + (#293808). + +------------------------------------------------------------------- +Tue Jul 24 10:48:02 CEST 2007 - locilka@suse.cz + +- Splitting auto-generated documentation into separate package + yast2-installation-doc (FATE #302461). +- 2.15.34 + ------------------------------------------------------------------- Thu Jul 19 16:36:19 CEST 2007 - locilka@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 573798d..b370c3b 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.15.33) +# spec file for package yast2-installation (Version 2.15.35) # # Copyright (c) 2007 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.15.33 +Version: 2.15.35 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.15.33.tar.bz2 +Source0: yast2-installation-2.15.35.tar.bz2 prefix: /usr BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-country yast2-devtools yast2-testsuite # Mode::live_installation @@ -70,12 +70,39 @@ Provides: yast2-instsys Obsoletes: yast2-instsys BuildArchitectures: noarch Summary: YaST2 - Installation Parts +%package devel-doc +Version: 2.15.35 +Release: 1 +License: GPL v2 or later +Group: System/YaST +BuildRoot: %{_tmppath}/%{name}-%{version}-build +Source0: yast2-installation-2.15.35.tar.bz2 +prefix: /usr +Requires: yast2-installation >= 2.15.34 +PreReq: %fillup_prereq +Provides: yast +Obsoletes: yast +Summary: YaST2 - Installation Parts %description System installation code as present on installation media. +Authors: +-------- + Stefan Hundhammer + Klaus Kaempf + Arvin Schnell + Jiri Srain + Lukas Ocilka + + +%description devel-doc +System installation code as present on installation media. + + + Authors: -------- Stefan Hundhammer @@ -85,7 +112,7 @@ Authors: Lukas Ocilka %prep -%setup -n yast2-installation-2.15.33 +%setup -n yast2-installation-2.15.35 %build %{prefix}/bin/y2tool y2autoconf @@ -115,7 +142,6 @@ rm -rf "$RPM_BUILD_ROOT" %files %defattr(-,root,root) -%doc %{prefix}/share/doc/packages/yast2-installation %dir /usr/share/YaST2/control /usr/share/YaST2/control/*.xml /usr/share/YaST2/control/*.dtd @@ -146,8 +172,42 @@ rm -rf "$RPM_BUILD_ROOT" %else %{prefix}/share/fvwm/ %endif +%dir %{prefix}/share/doc/packages/yast2-installation +%{prefix}/share/doc/packages/yast2-installation/COPYING +%{prefix}/share/doc/packages/yast2-installation/COPYRIGHT.english + +%readme %{prefix}/share/doc/packages/yast2-installation/README + +%files devel-doc +%defattr(-,root,root) +%doc %{prefix}/share/doc/packages/yast2-installation +%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING +%exclude %{prefix}/share/doc/packages/yast2-installation/COPYRIGHT.english +%exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Wed Jul 25 2007 - mvidner@suse.cz +- startup scripts: Call initviocons only if it exists (#173426). +- 2.13.35 +* Wed Jul 25 2007 - locilka@suse.cz +- Renamed yast2-installation-doc to yast2-installation-devel-doc + (FATE #302461). +- Removed ping-based internet test from the First-stage network + setup test. +- Sped up internet test by adding timeouts and by downloading only + the page header. +- Added help texts to the network setup dialogs. +* Tue Jul 24 2007 - locilka@suse.cz +- Control file: Unified wizard step names with dialogs, removed + Clean Up step part of the Online Update is now Registration + (#293095). +- Call inst_network_check (and setup) only in Add-On products + and/or Additional Product Sources were requested to be used + (#293808). +* Tue Jul 24 2007 - locilka@suse.cz +- Splitting auto-generated documentation into separate package + yast2-installation-doc (FATE #302461). +- 2.15.34 * Thu Jul 19 2007 - locilka@suse.cz - If network setup in the first-stage installation is cancelled, return to the previous dialog (network check).