Hello community, here is the log from the commit of package yast2-installation checked in at Fri Aug 31 18:42:14 CEST 2007. -------- --- yast2-installation/yast2-installation.changes 2007-08-24 15:42:41.000000000 +0200 +++ /mounts/work_src_done/NOARCH/yast2-installation/yast2-installation.changes 2007-08-31 16:27:55.000000000 +0200 @@ -1,0 +2,7 @@ +Fri Aug 31 16:26:07 CEST 2007 - locilka@suse.cz + +- Calling ntp_client_finish client at the end of the installation + (#299238#c9). +- 2.15.45 + +------------------------------------------------------------------- Old: ---- yast2-installation-2.15.44.tar.bz2 New: ---- yast2-installation-2.15.45.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-installation.spec ++++++ --- /var/tmp/diff_new_pack.l16663/_old 2007-08-31 18:42:08.000000000 +0200 +++ /var/tmp/diff_new_pack.l16663/_new 2007-08-31 18:42:08.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.15.44) +# spec file for package yast2-installation (Version 2.15.45) # # 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.44 +Version: 2.15.45 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.15.44.tar.bz2 +Source0: yast2-installation-2.15.45.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 @@ -63,12 +63,12 @@ BuildArchitectures: noarch Summary: YaST2 - Installation Parts %package devel-doc -Version: 2.15.44 +Version: 2.15.45 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.15.44.tar.bz2 +Source0: yast2-installation-2.15.45.tar.bz2 prefix: /usr Requires: yast2-installation >= 2.15.34 PreReq: %fillup_prereq @@ -102,7 +102,7 @@ Lukas Ocilka <locilka@suse.cz> %prep -%setup -n yast2-installation-2.15.44 +%setup -n yast2-installation-2.15.45 %build %{prefix}/bin/y2tool y2autoconf @@ -176,6 +176,10 @@ %exclude %{prefix}/share/doc/packages/yast2-installation/README %changelog +* Fri Aug 31 2007 - locilka@suse.cz +- Calling ntp_client_finish client at the end of the installation + (#299238#c9). +- 2.15.45 * Fri Aug 24 2007 - locilka@suse.cz - Changing forgotten "catalogs" to "initializing..." (#302384). - 2.15.44 ++++++ yast2-installation-2.15.44.tar.bz2 -> yast2-installation-2.15.45.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-installation-2.15.44/src/clients/inst_finish.ycp new/yast2-installation-2.15.45/src/clients/inst_finish.ycp --- old/yast2-installation-2.15.44/src/clients/inst_finish.ycp 2007-08-09 09:15:50.000000000 +0200 +++ new/yast2-installation-2.15.45/src/clients/inst_finish.ycp 2007-08-31 16:28:05.000000000 +0200 @@ -6,7 +6,7 @@ * Arvin Schnell <arvin@suse.de> * Jiri Srain <jsrain@suse.de> * - * $Id: inst_finish.ycp 40085 2007-08-08 10:48:41Z jsrain $ + * $Id: inst_finish.ycp 40652 2007-08-31 14:28:04Z locilka $ * * Writes: * [target] /var/lib/YaST2/runme_at_boot run yast2 after initial boot @@ -79,6 +79,7 @@ "label" : _("Save installation settings"), "steps" : [ "network", + "ntp_client", "ssh_settings", "save_hw_status", "autoinst_scripts2", diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-installation-2.15.44/VERSION new/yast2-installation-2.15.45/VERSION --- old/yast2-installation-2.15.44/VERSION 2007-08-24 15:42:46.000000000 +0200 +++ new/yast2-installation-2.15.45/VERSION 2007-08-31 16:26:00.000000000 +0200 @@ -1 +1 @@ -2.15.44 +2.15.45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de