Hello community, here is the log from the commit of package yast2-support checked in at Tue Sep 26 09:57:30 CEST 2006. -------- --- yast2-support/yast2-support.changes 2006-09-19 11:11:07.000000000 +0200 +++ yast2-support/yast2-support.changes 2006-09-26 09:05:09.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Sep 26 09:17:32 CEST 2006 - varkoly@suse.de + +- Bug 105835 - YaST2 support module shows misleading text +- 2.13.5 + +------------------------------------------------------------------- Old: ---- yast2-support-2.13.4.tar.bz2 New: ---- yast2-support-2.13.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-support.spec ++++++ --- /var/tmp/diff_new_pack.L8ULUA/_old 2006-09-26 09:56:58.000000000 +0200 +++ /var/tmp/diff_new_pack.L8ULUA/_new 2006-09-26 09:56:58.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package yast2-support (Version 2.13.4) +# spec file for package yast2-support (Version 2.13.5) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: yast2-support -Version: 2.13.4 +Version: 2.13.5 Release: 1 License: GPL Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-support-2.13.4.tar.bz2 +Source0: yast2-support-2.13.5.tar.bz2 prefix: /usr BuildRequires: doxygen perl-XML-Writer pkg-config update-desktop-files yast2 yast2-devtools yast2-testsuite Requires: yast2 siga gzip @@ -32,7 +32,7 @@ %prep -%setup -n yast2-support-2.13.4 +%setup -n yast2-support-2.13.5 %build %{prefix}/bin/y2tool y2autoconf @@ -66,6 +66,9 @@ %doc %{prefix}/share/doc/packages/yast2-support %changelog -n yast2-support +* Tue Sep 26 2006 - varkoly@suse.de +- Bug 105835 - YaST2 support module shows misleading text +- 2.13.5 * Mon Sep 18 2006 - varkoly@suse.de - Fixing bug #105835: rename /root/support.txt /var/log/support.txt - 2.13.4 ++++++ yast2-support-2.13.4.tar.bz2 -> yast2-support-2.13.5.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-support-2.13.4/VERSION new/yast2-support-2.13.5/VERSION --- old/yast2-support-2.13.4/VERSION 2006-09-19 11:14:11.000000000 +0200 +++ new/yast2-support-2.13.5/VERSION 2006-09-26 09:14:42.000000000 +0200 @@ -1 +1 @@ -2.13.4 +2.13.5 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-support-2.13.4/src/support.ycp new/yast2-support-2.13.5/src/support.ycp --- old/yast2-support-2.13.4/src/support.ycp 2006-09-15 10:59:34.000000000 +0200 +++ new/yast2-support-2.13.5/src/support.ycp 2006-09-26 09:14:25.000000000 +0200 @@ -1,7 +1,7 @@ /* * * - * $Id: support.ycp 24644 2005-08-05 07:35:53Z stark $ + * $Id: support.ycp 33115 2006-09-26 06:59:15Z varkoly $ */ { @@ -60,7 +60,7 @@ if (retval == `next) { // just a final text to give user a 'good' feeling - Popup::Message (_("Thank you for using SUSE support")); + Popup::Message (_("The collected informations was saved.")); break; } } diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-support-2.13.4/src/support_send.ycp new/yast2-support-2.13.5/src/support_send.ycp --- old/yast2-support-2.13.4/src/support_send.ycp 2006-09-19 11:17:01.000000000 +0200 +++ new/yast2-support-2.13.5/src/support_send.ycp 2006-09-26 09:14:25.000000000 +0200 @@ -5,7 +5,7 @@ * * Author: Klaus Kaempf <kkaempf@suse.de> * - * $Id: support_send.ycp 32963 2006-09-19 09:04:14Z varkoly $ + * $Id: support_send.ycp 33115 2006-09-26 06:59:15Z varkoly $ * */ { @@ -84,14 +84,14 @@ } - // helptext 1 of 3 + // helptext 1 of 4 string help = _("<p><b>Support Data</b></p>\n"); - //helptext 2 of 3 + //helptext 2 of 4 help = help + _("<p>Here, see an overview of the information collected. Attach the output file to your mail to support.</p>"); - //helptext 3 of 3 + //helptext 3 of 4 help = help + _("<p>For security reasons, the output file is only readable by root. To be able to attach the file in a mailer started with your user account, change the permissions of the file manually. @@ -99,6 +99,10 @@ Note that the file is now readable for every user on your system. You may want to delete the file afterwards.</p> "); + //helptext 4 of 4 + help = help + _("<p>Please open a service request on http://support.novell.com/eService +if not already done and attach this file to your open incident.</p> +"); // support_question.ycp // present/ask question data ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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@suse.de