Hello community,

here is the log from the commit of package yast2-kdump for openSUSE:Factory 
checked in at 2014-05-06 13:40:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-kdump (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-kdump.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-kdump"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-kdump/yast2-kdump.changes  2014-03-21 
12:14:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-kdump.new/yast2-kdump.changes     
2014-05-06 13:40:51.000000000 +0200
@@ -1,0 +2,13 @@
+Mon May  5 11:03:34 UTC 2014 - jreidin...@suse.com
+
+- use directly kdump service instead of boot.kdump wrapper
+  (bnc#873733)
+- 3.1.11
+
+-------------------------------------------------------------------
+Wed Apr 30 12:02:41 CEST 2014 - snw...@suse.de
+
+- require kdump, but not yet on aarch64 (bnc #875765)
+- 3.1.10
+
+-------------------------------------------------------------------

Old:
----
  yast2-kdump-3.1.9.tar.bz2

New:
----
  yast2-kdump-3.1.11.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-kdump.spec ++++++
--- /var/tmp/diff_new_pack.VgBhdz/_old  2014-05-06 13:40:52.000000000 +0200
+++ /var/tmp/diff_new_pack.VgBhdz/_new  2014-05-06 13:40:52.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-kdump
-Version:        3.1.9
+Version:        3.1.11
 Release:        0
 
 Url:            https://github.com/yast/yast-kdump
@@ -36,7 +36,12 @@
 BuildRequires:  yast2-storage
 BuildRequires:  yast2-testsuite
 
-Recommends:     kdump makedumpfile
+Recommends:     makedumpfile
+%ifarch aarch64
+Recommends:     kdump
+%else
+Requires:       kdump
+%endif
 
 # Wizard::SetDesktopTitleAndIcon
 BuildRequires:  yast2 >= 2.21.22

++++++ yast2-kdump-3.1.9.tar.bz2 -> yast2-kdump-3.1.11.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.1.9/package/yast2-kdump.changes 
new/yast2-kdump-3.1.11/package/yast2-kdump.changes
--- old/yast2-kdump-3.1.9/package/yast2-kdump.changes   2014-03-19 
14:30:26.000000000 +0100
+++ new/yast2-kdump-3.1.11/package/yast2-kdump.changes  2014-05-05 
15:10:48.000000000 +0200
@@ -1,4 +1,17 @@
 -------------------------------------------------------------------
+Mon May  5 11:03:34 UTC 2014 - jreidin...@suse.com
+
+- use directly kdump service instead of boot.kdump wrapper
+  (bnc#873733)
+- 3.1.11
+
+-------------------------------------------------------------------
+Wed Apr 30 12:02:41 CEST 2014 - snw...@suse.de
+
+- require kdump, but not yet on aarch64 (bnc #875765)
+- 3.1.10
+
+-------------------------------------------------------------------
 Wed Mar 19 13:28:54 CET 2014 - snw...@suse.de
 
 - kdump for all (bnc #869086, bnc #804512)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.1.9/package/yast2-kdump.spec 
new/yast2-kdump-3.1.11/package/yast2-kdump.spec
--- old/yast2-kdump-3.1.9/package/yast2-kdump.spec      2014-03-19 
14:30:26.000000000 +0100
+++ new/yast2-kdump-3.1.11/package/yast2-kdump.spec     2014-05-05 
15:10:48.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-kdump
-Version:        3.1.9
+Version:        3.1.11
 Release:        0
 
 Url:            https://github.com/yast/yast-kdump
@@ -31,7 +31,12 @@
 BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  rubygem-rspec
 
-Recommends:     kdump makedumpfile
+Recommends:     makedumpfile
+%ifarch aarch64
+Recommends:     kdump
+%else
+Requires:       kdump
+%endif
 
 # Wizard::SetDesktopTitleAndIcon
 BuildRequires: yast2 >= 2.21.22
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.1.9/src/include/kdump/uifunctions.rb 
new/yast2-kdump-3.1.11/src/include/kdump/uifunctions.rb
--- old/yast2-kdump-3.1.9/src/include/kdump/uifunctions.rb      2014-03-19 
14:30:26.000000000 +0100
+++ new/yast2-kdump-3.1.11/src/include/kdump/uifunctions.rb     2014-05-05 
15:10:48.000000000 +0200
@@ -227,19 +227,12 @@
 
     # Function initializes option "Enable/Disable kdump"
     def InitEnableDisalbeKdump(key)
-      if Mode.installation
-        if Kdump.add_crashkernel_param
-          UI.ChangeWidget(Id("EnableDisalbeKdump"), :Value, "enable_kdump")
-        else
-          UI.ChangeWidget(Id("EnableDisalbeKdump"), :Value, "disable_kdump")
-        end
-      else
-        if Kdump.add_crashkernel_param && Service.Status("boot.kdump") == 0
-          UI.ChangeWidget(Id("EnableDisalbeKdump"), :Value, "enable_kdump")
-        else
-          UI.ChangeWidget(Id("EnableDisalbeKdump"), :Value, "disable_kdump")
-        end
-      end
+      enable = Kdump.add_crashkernel_param
+      enable &&= Service.enabled?(KdumpClass::KDUMP_SERVICE_NAME) unless 
Mode.installation
+
+      value = enable ? "enable_kdump" : "disable_kdump"
+
+      UI.ChangeWidget(Id("EnableDisalbeKdump"), :Value, value)
 
       nil
     end

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to