Hello community, here is the log from the commit of package yast2-support for openSUSE:Factory checked in at 2014-05-13 20:49:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-support (Old) and /work/SRC/openSUSE:Factory/.yast2-support.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-support" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-support/yast2-support.changes 2014-04-26 06:06:41.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-support.new/yast2-support.changes 2014-05-13 20:49:52.000000000 +0200 @@ -1,0 +2,6 @@ +Tue May 13 06:15:37 UTC 2014 - [email protected] + +- save report to /var/log by default (bnc#875994) +- 3.1.2 + +------------------------------------------------------------------- Old: ---- yast2-support-3.1.1.tar.bz2 New: ---- yast2-support-3.1.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-support.spec ++++++ --- /var/tmp/diff_new_pack.Adt1e8/_old 2014-05-13 20:49:52.000000000 +0200 +++ /var/tmp/diff_new_pack.Adt1e8/_new 2014-05-13 20:49:52.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-support -Version: 3.1.1 +Version: 3.1.2 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-support-3.1.1.tar.bz2 -> yast2-support-3.1.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-support-3.1.1/package/yast2-support.changes new/yast2-support-3.1.2/package/yast2-support.changes --- old/yast2-support-3.1.1/package/yast2-support.changes 2014-04-24 11:20:40.000000000 +0200 +++ new/yast2-support-3.1.2/package/yast2-support.changes 2014-05-13 08:55:47.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue May 13 06:15:37 UTC 2014 - [email protected] + +- save report to /var/log by default (bnc#875994) +- 3.1.2 + +------------------------------------------------------------------- Thu Apr 24 08:54:37 UTC 2014 - [email protected] - adjusted help text - name technical support correctly diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-support-3.1.1/package/yast2-support.spec new/yast2-support-3.1.2/package/yast2-support.spec --- old/yast2-support-3.1.1/package/yast2-support.spec 2014-04-24 11:20:40.000000000 +0200 +++ new/yast2-support-3.1.2/package/yast2-support.spec 2014-05-13 08:55:47.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-support -Version: 3.1.1 +Version: 3.1.2 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-support-3.1.1/src/include/support/dialogs.rb new/yast2-support-3.1.2/src/include/support/dialogs.rb --- old/yast2-support-3.1.1/src/include/support/dialogs.rb 2014-04-24 11:20:40.000000000 +0200 +++ new/yast2-support-3.1.2/src/include/support/dialogs.rb 2014-05-13 08:55:47.000000000 +0200 @@ -205,7 +205,7 @@ ) Builtins.y2milestone("URL value from /etc/supportconfig.conf : %1", url) Builtins.y2milestone("%1", Support.log_files) - home = Ops.get_string( + dir_to_save = Ops.get_string( Convert.convert( SCR.Execute(path(".target.bash_output"), "echo ~|tr -d '\n'"), :from => "any", @@ -214,6 +214,9 @@ "stdout", "" ) + if dir_to_save == "/root" + dir_to_save = "/var/log" + end # Support configure1 dialog contents load_save = nil if data_prepared @@ -223,7 +226,7 @@ _("Save as"), true, HBox( - InputField(Id(:save_dir), _("Directory to Save"), home), + InputField(Id(:save_dir), _("Directory to Save"), dir_to_save), VBox(Label(""), PushButton(Id(:browse), Label.BrowseButton)) ) ) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
