[system-config-kdump] Update to 2.0.12

Martin Milata mmilata at fedoraproject.org
Wed Jul 10 19:56:03 UTC 2013


commit d73139986eb2ea0cd29dcdec6df2e94fb0df05f3
Author: Martin Milata <mmilata at redhat.com>
Date:   Wed Jul 10 21:54:58 2013 +0200

    Update to 2.0.12
    
    Signed-off-by: Martin Milata <mmilata at redhat.com>

 .gitignore                                    |    1 +
 sources                                       |    2 +-
 system-config-kdump-2.0.11-enable-s390x.patch |   10 ----------
 system-config-kdump.spec                      |   14 ++++++++++----
 4 files changed, 12 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 319473c..ebd0684 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ system-config-kdump-2.0.4.tar.bz2
 /system-config-kdump-2.0.9.tar.bz2
 /system-config-kdump-2.0.10.tar.bz2
 /system-config-kdump-2.0.11.tar.bz2
+/system-config-kdump-2.0.12.tar.bz2
diff --git a/sources b/sources
index 1a83083..db956e3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f6a0edae05fc7b20c94f4b53892d6ec3  system-config-kdump-2.0.11.tar.bz2
+94694e2d6d89ec905e0052f8a45a33f0  system-config-kdump-2.0.12.tar.bz2
diff --git a/system-config-kdump.spec b/system-config-kdump.spec
index b0465a3..6b63865 100644
--- a/system-config-kdump.spec
+++ b/system-config-kdump.spec
@@ -2,8 +2,8 @@
 
 Summary: A graphical interface for configuring kernel crash dumping
 Name: system-config-kdump
-Version: 2.0.11
-Release: 2%{?dist}
+Version: 2.0.12
+Release: 1%{?dist}
 URL: http://fedorahosted.org/system-config-kdump/
 License: GPLv2+
 Group: System Environment/Base
@@ -11,7 +11,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 Source0: http://fedorahosted.org/released/system-config-kdump/%{name}-%{version}.tar.bz2
 # remove once rebased to new version
-Patch0: system-config-kdump-2.0.11-enable-s390x.patch
 BuildRequires: desktop-file-utils
 BuildRequires: intltool, gettext, gnome-doc-utils, docbook-dtds, rarian-compat, scrollkeeper
 Requires: pygtk2 >= 2.8.6
@@ -29,7 +28,6 @@ dumping via kdump and kexec.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 make
@@ -88,6 +86,14 @@ fi
 %doc %{_datadir}/omf/system-config-kdump
 
 %changelog
+* Wed Jul 10 2013 Martin Milata <mmilata at redhat.com> - 2.0.12-1
+- Update to 2.0.12
+  - Add EFI support for grub
+  - Don't start kdump if there's no reserved memory
+  - Change default action and filter level to same values as is used in
+    kdump.conf by default
+  - Fix couple of UI glitches
+
 * Wed Jun 12 2013 Martin Milata <mmilata at redhat.com> - 2.0.11-2
 - enable on s390x
 


More information about the scm-commits mailing list