Hello community, here is the log from the commit of package yast2-storage for openSUSE:Factory checked in at 2016-10-10 17:30:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-storage (Old) and /work/SRC/openSUSE:Factory/.yast2-storage.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-storage" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes 2016-09-17 14:36:07.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 2016-10-10 17:30:42.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Sep 29 12:19:20 CEST 2016 - [email protected] + +- removed displaying /var/log/messages (bsc#933517) +- 3.1.104 + +------------------------------------------------------------------- Old: ---- yast2-storage-3.1.103.tar.bz2 New: ---- yast2-storage-3.1.104.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-storage.spec ++++++ --- /var/tmp/diff_new_pack.afYSJJ/_old 2016-10-10 17:30:43.000000000 +0200 +++ /var/tmp/diff_new_pack.afYSJJ/_new 2016-10-10 17:30:43.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-storage -Version: 3.1.103 +Version: 3.1.104 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-storage-3.1.103.tar.bz2 -> yast2-storage-3.1.104.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-3.1.103/package/yast2-storage.changes new/yast2-storage-3.1.104/package/yast2-storage.changes --- old/yast2-storage-3.1.103/package/yast2-storage.changes 2016-09-15 15:14:21.000000000 +0200 +++ new/yast2-storage-3.1.104/package/yast2-storage.changes 2016-09-29 14:06:39.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Sep 29 12:19:20 CEST 2016 - [email protected] + +- removed displaying /var/log/messages (bsc#933517) +- 3.1.104 + +------------------------------------------------------------------- Wed Sep 14 10:50:26 CEST 2016 - [email protected] - Don't try to format a partition with file system type 'unknown' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-3.1.103/package/yast2-storage.spec new/yast2-storage-3.1.104/package/yast2-storage.spec --- old/yast2-storage-3.1.103/package/yast2-storage.spec 2016-09-15 15:14:21.000000000 +0200 +++ new/yast2-storage-3.1.104/package/yast2-storage.spec 2016-09-29 14:06:39.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-storage -Version: 3.1.103 +Version: 3.1.104 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-3.1.103/src/Makefile.am new/yast2-storage-3.1.104/src/Makefile.am --- old/yast2-storage-3.1.103/src/Makefile.am 2016-09-15 15:14:21.000000000 +0200 +++ new/yast2-storage-3.1.104/src/Makefile.am 2016-09-29 14:06:39.000000000 +0200 @@ -56,7 +56,6 @@ include/partitioning/custom_part_check_generated.rb \ include/partitioning/auto_part_ui.rb \ include/partitioning/ep-hd-dialogs.rb \ - include/partitioning/ep-log.rb \ include/partitioning/ep-loop.rb \ include/partitioning/lvm_pv_lib.rb \ include/partitioning/ep-loop-lib.rb \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-3.1.103/src/include/partitioning/ep-log.rb new/yast2-storage-3.1.104/src/include/partitioning/ep-log.rb --- old/yast2-storage-3.1.103/src/include/partitioning/ep-log.rb 2016-09-15 15:14:21.000000000 +0200 +++ new/yast2-storage-3.1.104/src/include/partitioning/ep-log.rb 1970-01-01 01:00:00.000000000 +0100 @@ -1,92 +0,0 @@ -# encoding: utf-8 - -# Copyright (c) 2012 Novell, Inc. -# -# All Rights Reserved. -# -# This program is free software; you can redistribute it and/or modify it -# under the terms of version 2 of the GNU General Public License as published -# by the Free Software Foundation. -# -# This program is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -# more details. -# -# You should have received a copy of the GNU General Public License along -# with this program; if not, contact Novell, Inc. -# -# To contact Novell about this file by physical or electronic mail, you may -# find current contact information at www.novell.com. - -# File: ep-main.ycp -# Package: yast2-storage -# Summary: Expert Partitioner -# Authors: Arvin Schnell <[email protected]> -module Yast - module PartitioningEpLogInclude - def initialize_partitioning_ep_log(include_target) - textdomain "storage" - - Yast.import "LogViewCore" - end - - def CreateLogPanel(user_data) - user_data = deep_copy(user_data) - file = "/var/log/messages" - - UI.ReplaceWidget( - :tree_panel, - Greasemonkey.Transform( - VBox( - # heading - term(:IconAndHeading, _("Log"), StorageIcons.log_icon), - # label for log view - LogView( - Id(:log), - Builtins.sformat(_("Contents of %1:"), file), - 10, - 0 - ), - # push button text - PushButton(Id(:update), _("Update")) - ) - ) - ) - - # helptext, %1 is replaced by a filename - helptext = Builtins.sformat(_("This view shows the content of %1."), file) - - Wizard.RestoreHelp(helptext) - - LogViewCore.Start(Id(:log), { "file" => file }) - - nil - end - - - def HandleLogPanel(user_data, event) - user_data = deep_copy(user_data) - event = deep_copy(event) - case Event.IsWidgetActivated(event) - when :update - LogViewCore.Update(Id(:log)) - end - - case Event.IsTimeout(event) - when :timeout - LogViewCore.Update(Id(:log)) - end - - nil - end - - - def DestroyLogPanel(user_data) - user_data = deep_copy(user_data) - LogViewCore.Stop - - nil - end - end -end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-3.1.103/src/include/partitioning/ep-main.rb new/yast2-storage-3.1.104/src/include/partitioning/ep-main.rb --- old/yast2-storage-3.1.103/src/include/partitioning/ep-main.rb 2016-09-15 15:14:21.000000000 +0200 +++ new/yast2-storage-3.1.104/src/include/partitioning/ep-main.rb 2016-09-29 14:06:40.000000000 +0200 @@ -86,7 +86,6 @@ Yast.include include_target, "partitioning/ep-graph.rb" Yast.include include_target, "partitioning/ep-summary.rb" Yast.include include_target, "partitioning/ep-settings.rb" - Yast.include include_target, "partitioning/ep-log.rb" end def UpdateTableFocus(device) @@ -171,11 +170,6 @@ :create => fun_ref(method(:CreateSettingsPanel), "void (any)"), :handle => fun_ref(method(:HandleSettingsPanel), "void (any, map)"), :destroy => fun_ref(method(:DestroySettingsPanel), "void (any)") - }, - :log => { - :create => fun_ref(method(:CreateLogPanel), "void (any)"), - :handle => fun_ref(method(:HandleLogPanel), "void (any, map)"), - :destroy => fun_ref(method(:DestroyLogPanel), "void (any)") } } @@ -483,19 +477,6 @@ ) ) - if Mode.normal - # tree node label - tree = Builtins.add( - tree, - Item( - Id(:log), - term(:icon, StorageIcons.log_icon), - _("Log"), - open.call(:log) - ) - ) - end - return tree, data end
