OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=117
This commit is contained in:
parent
cfd47537b0
commit
495db66e83
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bb0aa5dd86300df3268eee53687a11f829b1c2db564078fc9eaefa592f67348b
|
|
||||||
size 244346
|
|
3
yast2-installation-2.17.22.tar.bz2
Normal file
3
yast2-installation-2.17.22.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9614dc8560e7389b47f94ef1fd82c7b85a218968d7078f4c617ab99ff2f5f9ae
|
||||||
|
size 256126
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 27 10:18:47 CET 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Added lnussel's patch to run set_polkit_default_privs at
|
||||||
|
desktop_finish script (bnc #438698).
|
||||||
|
- Bigger license window (bnc #438100).
|
||||||
|
- Calling inst_prepareprogress also during Upgrade, all control
|
||||||
|
files changed (bnc #438848).
|
||||||
|
- Disabling users and auth in LiveCD second stage (bnc #435965).
|
||||||
|
- Removing label for user_non_interactive (bnc #401319).
|
||||||
|
- Desktop 'startkde4' replaced with 'startkde' (bnc #438212).
|
||||||
|
- Added 'kdump' to 'clone_modules' (SLES) (bnc #436365).
|
||||||
|
- 2.17.22
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 21 16:46:00 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Added handling for globals->debug_deploying (bnc #436842).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 20 12:56:32 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Fixed a typo (bnc #436471).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 17 10:51:05 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Adapted SLES and SLED control files to write default desktop
|
||||||
|
settings (bnc #436094).
|
||||||
|
- Added software->display_support_status flag to SLES/SLED
|
||||||
|
(bnc #435479).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 14 14:15:11 CEST 2008 - locilka@suse.cz
|
Tue Oct 14 14:15:11 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation (Version 2.17.21)
|
# spec file for package yast2-installation (Version 2.17.22)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,12 +19,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 2.17.21
|
Version: 2.17.22
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-installation-2.17.21.tar.bz2
|
Source0: yast2-installation-2.17.22.tar.bz2
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite
|
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite
|
||||||
# PackageCallbacks::RegisterEmptyProgressCallbacks()
|
# PackageCallbacks::RegisterEmptyProgressCallbacks()
|
||||||
@ -114,7 +114,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.cz>
|
Lukas Ocilka <locilka@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-installation-2.17.21
|
%setup -n yast2-installation-2.17.22
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -183,6 +183,26 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
|
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
|
||||||
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 27 2008 locilka@suse.cz
|
||||||
|
- Added lnussel's patch to run set_polkit_default_privs at
|
||||||
|
desktop_finish script (bnc #438698).
|
||||||
|
- Bigger license window (bnc #438100).
|
||||||
|
- Calling inst_prepareprogress also during Upgrade, all control
|
||||||
|
files changed (bnc #438848).
|
||||||
|
- Disabling users and auth in LiveCD second stage (bnc #435965).
|
||||||
|
- Removing label for user_non_interactive (bnc #401319).
|
||||||
|
- Desktop 'startkde4' replaced with 'startkde' (bnc #438212).
|
||||||
|
- Added 'kdump' to 'clone_modules' (SLES) (bnc #436365).
|
||||||
|
- 2.17.22
|
||||||
|
* Tue Oct 21 2008 locilka@suse.cz
|
||||||
|
- Added handling for globals->debug_deploying (bnc #436842).
|
||||||
|
* Mon Oct 20 2008 locilka@suse.cz
|
||||||
|
- Fixed a typo (bnc #436471).
|
||||||
|
* Fri Oct 17 2008 locilka@suse.cz
|
||||||
|
- Adapted SLES and SLED control files to write default desktop
|
||||||
|
settings (bnc #436094).
|
||||||
|
- Added software->display_support_status flag to SLES/SLED
|
||||||
|
(bnc #435479).
|
||||||
* Tue Oct 14 2008 locilka@suse.cz
|
* Tue Oct 14 2008 locilka@suse.cz
|
||||||
- Changed YaST icons while probing the system (bnc #404809).
|
- Changed YaST icons while probing the system (bnc #404809).
|
||||||
- Enhanced scr_switch_debugger - Sending USR1 signal to the new SCR
|
- Enhanced scr_switch_debugger - Sending USR1 signal to the new SCR
|
||||||
@ -233,7 +253,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
Configuration is in use.
|
Configuration is in use.
|
||||||
- Feature added into openSUSE and SLED control files
|
- Feature added into openSUSE and SLED control files
|
||||||
(both bnc #428190).
|
(both bnc #428190).
|
||||||
* Fri Oct 03 2008 mzugec@suse.de
|
* Thu Oct 02 2008 mzugec@suse.de
|
||||||
- changed Release Notes into Support group (bnc#430005)
|
- changed Release Notes into Support group (bnc#430005)
|
||||||
* Thu Oct 02 2008 locilka@suse.cz
|
* Thu Oct 02 2008 locilka@suse.cz
|
||||||
- Adjusted presentation_order for SLES and SLED installation
|
- Adjusted presentation_order for SLES and SLED installation
|
||||||
@ -516,7 +536,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- 2.16.44
|
- 2.16.44
|
||||||
* Mon May 05 2008 locilka@suse.cz
|
* Mon May 05 2008 locilka@suse.cz
|
||||||
- Typofix (bnc #386606).
|
- Typofix (bnc #386606).
|
||||||
* Sat May 03 2008 mzugec@suse.cz
|
* Fri May 02 2008 mzugec@suse.cz
|
||||||
- Don't stop network (by killing dhcpcd) at the end of 1.st stage
|
- Don't stop network (by killing dhcpcd) at the end of 1.st stage
|
||||||
(bnc #386588)
|
(bnc #386588)
|
||||||
* Wed Apr 30 2008 locilka@suse.cz
|
* Wed Apr 30 2008 locilka@suse.cz
|
||||||
@ -1040,7 +1060,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- Calling the client from control file.
|
- Calling the client from control file.
|
||||||
- Adjusted RPM dependencies (.anyxml SCR agent).
|
- Adjusted RPM dependencies (.anyxml SCR agent).
|
||||||
- 2.15.37
|
- 2.15.37
|
||||||
* Mon Jul 30 2007 locilka@suse.cz
|
* Sun Jul 29 2007 locilka@suse.cz
|
||||||
- Fixed curl parameters for network test in first stage (#295484).
|
- Fixed curl parameters for network test in first stage (#295484).
|
||||||
* Thu Jul 26 2007 mzugec@suse.cz
|
* Thu Jul 26 2007 mzugec@suse.cz
|
||||||
- set variables VNC and USE_SSH in S07-medium (#294485)
|
- set variables VNC and USE_SSH in S07-medium (#294485)
|
||||||
@ -1176,7 +1196,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
* Mon May 21 2007 locilka@suse.cz
|
* Mon May 21 2007 locilka@suse.cz
|
||||||
- Fixed release-notes desktop file.
|
- Fixed release-notes desktop file.
|
||||||
- 2.15.25
|
- 2.15.25
|
||||||
* Fri May 18 2007 locilka@suse.cz
|
* Thu May 17 2007 locilka@suse.cz
|
||||||
- Progress dialog for initializing installation sources.
|
- Progress dialog for initializing installation sources.
|
||||||
- 2.15.24
|
- 2.15.24
|
||||||
* Tue May 15 2007 locilka@suse.cz
|
* Tue May 15 2007 locilka@suse.cz
|
||||||
@ -1368,7 +1388,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- Rereading all SCR Agents in case of installation workflow changed
|
- Rereading all SCR Agents in case of installation workflow changed
|
||||||
by Add-On product (#239055).
|
by Add-On product (#239055).
|
||||||
- Calling PackageLock::Check before Pkg calls (#238556).
|
- Calling PackageLock::Check before Pkg calls (#238556).
|
||||||
* Mon Jan 29 2007 locilka@suse.cz
|
* Sun Jan 28 2007 locilka@suse.cz
|
||||||
- Removed tv and bluetooth hardware proposals from SLES control
|
- Removed tv and bluetooth hardware proposals from SLES control
|
||||||
file. There are no such modules in that product (#238759).
|
file. There are no such modules in that product (#238759).
|
||||||
* Mon Jan 22 2007 locilka@suse.cz
|
* Mon Jan 22 2007 locilka@suse.cz
|
||||||
@ -2032,7 +2052,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- Making "SLP Catalog" selection bigger (maximum ncurses size)
|
- Making "SLP Catalog" selection bigger (maximum ncurses size)
|
||||||
(#168718)
|
(#168718)
|
||||||
- 2.13.90
|
- 2.13.90
|
||||||
* Wed Apr 26 2006 jsrain@suse.de
|
* Tue Apr 25 2006 jsrain@suse.de
|
||||||
- fixed service proposal in SLES control file (#159771)
|
- fixed service proposal in SLES control file (#159771)
|
||||||
* Tue Apr 25 2006 locilka@suse.cz
|
* Tue Apr 25 2006 locilka@suse.cz
|
||||||
- Return `next instead of `ok in case of SLP Add-On Source (#165989)
|
- Return `next instead of `ok in case of SLP Add-On Source (#165989)
|
||||||
@ -2058,7 +2078,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
* Fri Apr 21 2006 jdsn@suse.de
|
* Fri Apr 21 2006 jdsn@suse.de
|
||||||
- added proxy support for registration browser (#165891)
|
- added proxy support for registration browser (#165891)
|
||||||
- 2.13.83
|
- 2.13.83
|
||||||
* Fri Apr 21 2006 jsrain@suse.de
|
* Thu Apr 20 2006 jsrain@suse.de
|
||||||
- handle installation restart with repeating last step (#167561)
|
- handle installation restart with repeating last step (#167561)
|
||||||
- 2.13.82
|
- 2.13.82
|
||||||
* Thu Apr 20 2006 jdsn@suse.de
|
* Thu Apr 20 2006 jdsn@suse.de
|
||||||
@ -2074,10 +2094,10 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
* Wed Apr 19 2006 locilka@suse.cz
|
* Wed Apr 19 2006 locilka@suse.cz
|
||||||
- Added more debugging messages to the inst_proposal (#162831)
|
- Added more debugging messages to the inst_proposal (#162831)
|
||||||
- 2.13.78
|
- 2.13.78
|
||||||
* Wed Apr 19 2006 jsrain@suse.de
|
* Tue Apr 18 2006 jsrain@suse.de
|
||||||
- display proper popup when aborting add-on product installation
|
- display proper popup when aborting add-on product installation
|
||||||
(#159689)
|
(#159689)
|
||||||
* Wed Apr 19 2006 jdsn@suse.de
|
* Tue Apr 18 2006 jdsn@suse.de
|
||||||
- in inst_suse_register:
|
- in inst_suse_register:
|
||||||
- busy/waiting popups (#163366, #164794)
|
- busy/waiting popups (#163366, #164794)
|
||||||
- text changes (#165509)
|
- text changes (#165509)
|
||||||
@ -2101,7 +2121,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- Skip popup and unnecessary work if there are no online update
|
- Skip popup and unnecessary work if there are no online update
|
||||||
sources for add-ons (#167233).
|
sources for add-ons (#167233).
|
||||||
- 2.13.73
|
- 2.13.73
|
||||||
* Sat Apr 15 2006 jsrain@suse.de
|
* Fri Apr 14 2006 jsrain@suse.de
|
||||||
- prevent from changing installation mode and system for update once
|
- prevent from changing installation mode and system for update once
|
||||||
it is selected (#165832)
|
it is selected (#165832)
|
||||||
- added add-on products to installation/update proposal for SLES/SLED
|
- added add-on products to installation/update proposal for SLES/SLED
|
||||||
@ -2131,7 +2151,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- fixed Product.ycp - relnotes_url might be defined as an empty
|
- fixed Product.ycp - relnotes_url might be defined as an empty
|
||||||
string (#165314).
|
string (#165314).
|
||||||
- 2.13.66
|
- 2.13.66
|
||||||
* Wed Apr 12 2006 jsrain@suse.de
|
* Tue Apr 11 2006 jsrain@suse.de
|
||||||
- fixed boot if root is on LVM (initialize udev symlinks) (#163073)
|
- fixed boot if root is on LVM (initialize udev symlinks) (#163073)
|
||||||
- 2.13.65
|
- 2.13.65
|
||||||
* Tue Apr 11 2006 jdsn@suse.de
|
* Tue Apr 11 2006 jdsn@suse.de
|
||||||
@ -2276,7 +2296,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
installed Linux found. Just disabling 'Update' and 'Other'
|
installed Linux found. Just disabling 'Update' and 'Other'
|
||||||
options in that case (#157695).
|
options in that case (#157695).
|
||||||
- removed calling uml_finish, client doesn't has been dropped.
|
- removed calling uml_finish, client doesn't has been dropped.
|
||||||
* Sat Mar 18 2006 jsrain@suse.de
|
* Fri Mar 17 2006 jsrain@suse.de
|
||||||
- added AytoYaST support for add-on products
|
- added AytoYaST support for add-on products
|
||||||
- 2.13.39
|
- 2.13.39
|
||||||
* Fri Mar 17 2006 locilka@suse.cz
|
* Fri Mar 17 2006 locilka@suse.cz
|
||||||
@ -2341,7 +2361,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
change (#144783)
|
change (#144783)
|
||||||
* Wed Mar 08 2006 lrupp@suse.de
|
* Wed Mar 08 2006 lrupp@suse.de
|
||||||
- added suseRegister to Requires
|
- added suseRegister to Requires
|
||||||
* Wed Mar 08 2006 jdsn@suse.de
|
* Tue Mar 07 2006 jdsn@suse.de
|
||||||
- added functionality to skip suse register and/or online update
|
- added functionality to skip suse register and/or online update
|
||||||
- 2.13.28
|
- 2.13.28
|
||||||
* Tue Mar 07 2006 jsrain@suse.de
|
* Tue Mar 07 2006 jsrain@suse.de
|
||||||
@ -2413,7 +2433,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- 2.13.16
|
- 2.13.16
|
||||||
* Tue Feb 14 2006 jsrain@suse.de
|
* Tue Feb 14 2006 jsrain@suse.de
|
||||||
- fixed add-on product workflow and proposal merging
|
- fixed add-on product workflow and proposal merging
|
||||||
* Tue Feb 14 2006 jsrain@suse.de
|
* Mon Feb 13 2006 jsrain@suse.de
|
||||||
- updated patchs on add-on product CD according to spec
|
- updated patchs on add-on product CD according to spec
|
||||||
- 2.13.15
|
- 2.13.15
|
||||||
* Mon Feb 13 2006 visnov@suse.cz
|
* Mon Feb 13 2006 visnov@suse.cz
|
||||||
@ -2970,7 +2990,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- updated fvwmrc.yast2 (see bug #43796)
|
- updated fvwmrc.yast2 (see bug #43796)
|
||||||
* Tue Aug 17 2004 nashif@suse.de
|
* Tue Aug 17 2004 nashif@suse.de
|
||||||
- XFree86 -> xorg-x11 (#43832)
|
- XFree86 -> xorg-x11 (#43832)
|
||||||
* Sat Aug 14 2004 nashif@suse.de
|
* Fri Aug 13 2004 nashif@suse.de
|
||||||
- Fixed update (#43795)
|
- Fixed update (#43795)
|
||||||
* Wed Aug 11 2004 nashif@suse.de
|
* Wed Aug 11 2004 nashif@suse.de
|
||||||
- Copy EULA to installed system for later use in firstboot module
|
- Copy EULA to installed system for later use in firstboot module
|
||||||
@ -3173,7 +3193,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
* Thu Mar 18 2004 mvidner@suse.cz
|
* Thu Mar 18 2004 mvidner@suse.cz
|
||||||
- Fall back to runlevel 3 if we accidentally don't set it
|
- Fall back to runlevel 3 if we accidentally don't set it
|
||||||
in the installation proposal. It would be 0 (#35662).
|
in the installation proposal. It would be 0 (#35662).
|
||||||
* Thu Mar 18 2004 nashif@suse.de
|
* Wed Mar 17 2004 nashif@suse.de
|
||||||
- Add runlevel to s390 proposal
|
- Add runlevel to s390 proposal
|
||||||
- remove x11 from autoinst workflow (handled differently)
|
- remove x11 from autoinst workflow (handled differently)
|
||||||
* Wed Mar 17 2004 nashif@suse.de
|
* Wed Mar 17 2004 nashif@suse.de
|
||||||
@ -3350,7 +3370,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- removed obsolete inst_hw_config.ycp and inst_confirm_abort.ycp
|
- removed obsolete inst_hw_config.ycp and inst_confirm_abort.ycp
|
||||||
* Sun Aug 31 2003 arvin@suse.de
|
* Sun Aug 31 2003 arvin@suse.de
|
||||||
- use Popup::ConfirmAbort
|
- use Popup::ConfirmAbort
|
||||||
* Sun Aug 31 2003 arvin@suse.de
|
* Sat Aug 30 2003 arvin@suse.de
|
||||||
- moved reactivation of network to yast2-network (bug #29561)
|
- moved reactivation of network to yast2-network (bug #29561)
|
||||||
- moved display of into.txt into separate file
|
- moved display of into.txt into separate file
|
||||||
* Thu Aug 28 2003 ms@suse.de
|
* Thu Aug 28 2003 ms@suse.de
|
||||||
@ -3440,7 +3460,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- start apache as doc_server if suse_help_viewer isn't provided
|
- start apache as doc_server if suse_help_viewer isn't provided
|
||||||
by kdebase3-SuSE (25436)
|
by kdebase3-SuSE (25436)
|
||||||
- 2.7.39
|
- 2.7.39
|
||||||
* Sun Mar 16 2003 kkaempf@suse.de
|
* Sat Mar 15 2003 kkaempf@suse.de
|
||||||
- gdm2 might not be installed yet but earmarked for installation
|
- gdm2 might not be installed yet but earmarked for installation
|
||||||
(#25410)
|
(#25410)
|
||||||
- 2.7.38
|
- 2.7.38
|
||||||
@ -3684,7 +3704,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- provides/obsoletes the old yast
|
- provides/obsoletes the old yast
|
||||||
* Mon Sep 16 2002 kkaempf@suse.de
|
* Mon Sep 16 2002 kkaempf@suse.de
|
||||||
- remove unneeded Save() functions (#19591)
|
- remove unneeded Save() functions (#19591)
|
||||||
* Fri Sep 13 2002 fehr@suse.de
|
* Thu Sep 12 2002 fehr@suse.de
|
||||||
- remove obsolete LVM and MD initialisation in inst_mode.ycp
|
- remove obsolete LVM and MD initialisation in inst_mode.ycp
|
||||||
- 2.6.63
|
- 2.6.63
|
||||||
* Thu Sep 12 2002 kkaempf@suse.de
|
* Thu Sep 12 2002 kkaempf@suse.de
|
||||||
@ -3745,7 +3765,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- 2.6.45
|
- 2.6.45
|
||||||
* Wed Sep 04 2002 arvin@suse.de
|
* Wed Sep 04 2002 arvin@suse.de
|
||||||
- fixed provide/obsolete of trans packages (bug #18691)
|
- fixed provide/obsolete of trans packages (bug #18691)
|
||||||
* Wed Sep 04 2002 kkaempf@suse.de
|
* Tue Sep 03 2002 kkaempf@suse.de
|
||||||
- adapt update workflow to package manager
|
- adapt update workflow to package manager
|
||||||
- 2.6.41
|
- 2.6.41
|
||||||
* Mon Sep 02 2002 arvin@suse.de
|
* Mon Sep 02 2002 arvin@suse.de
|
||||||
@ -3763,7 +3783,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- start in textmode for ssh installation (bug #18571)
|
- start in textmode for ssh installation (bug #18571)
|
||||||
* Thu Aug 29 2002 kkaempf@suse.de
|
* Thu Aug 29 2002 kkaempf@suse.de
|
||||||
- close source in inst_finish (#18508)
|
- close source in inst_finish (#18508)
|
||||||
* Thu Aug 29 2002 kkaempf@suse.de
|
* Wed Aug 28 2002 kkaempf@suse.de
|
||||||
- trigger cache copying at end
|
- trigger cache copying at end
|
||||||
- 2.6.35
|
- 2.6.35
|
||||||
* Wed Aug 28 2002 kkaempf@suse.de
|
* Wed Aug 28 2002 kkaempf@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user