[system-config-kdump/f15] Fix another typo

Roman Rakus rrakus at fedoraproject.org
Wed Nov 30 07:20:51 UTC 2011


commit afde81b6f5c21ce8b1dc7ade28e6d19a6501108b
Author: Roman Rakus <rrakus at redhat.com>
Date:   Wed Nov 30 08:19:54 2011 +0100

    Fix another typo
    
    Signed-off-by: Roman Rakus <rrakus at redhat.com>

 system-config-kdump-2.0.5-dialogs-typo.patch |   21 +++++++++++++++++++++
 system-config-kdump.spec                     |    7 ++++++-
 2 files changed, 27 insertions(+), 1 deletions(-)
---
diff --git a/system-config-kdump-2.0.5-dialogs-typo.patch b/system-config-kdump-2.0.5-dialogs-typo.patch
new file mode 100644
index 0000000..96cc0d9
--- /dev/null
+++ b/system-config-kdump-2.0.5-dialogs-typo.patch
@@ -0,0 +1,21 @@
+commit af60777ecce52494bf8728b690febdf389a52385
+Author: Roman Rakus <rrakus at redhat.com>
+Date:   Thu Aug 25 16:31:17 2011 +0200
+
+    Fixed typo
+    
+    Signed-off-by: Roman Rakus <rrakus at redhat.com>
+
+diff --git a/src/system-config-kdump.py b/src/system-config-kdump.py
+index 31cbf0d..c971e53 100755
+--- a/src/system-config-kdump.py
++++ b/src/system-config-kdump.py
+@@ -776,7 +776,7 @@ class MainWindow:
+                 print correct, cmd, stdout, error
+             if not correct and cmd is not None:
+                 #error write bootloader
+-                dialogs.show_call_call_error_message(
++                dialogs.show_call_error_message(
+                     _("Error writing bootloader configuration"),
+                     _("system-config-kdump: Error write bootloader "
+                     "configuration"),
diff --git a/system-config-kdump.spec b/system-config-kdump.spec
index 96f94ac..a6ebd22 100644
--- a/system-config-kdump.spec
+++ b/system-config-kdump.spec
@@ -3,7 +3,7 @@
 Summary: A graphical interface for configuring kernel crash dumping
 Name: system-config-kdump
 Version: 2.0.5
-Release: 5%{?dist}
+Release: 6%{?dist}
 URL: http://fedorahosted.org/system-config-kdump/
 License: GPLv2+
 Group: System Environment/Base
@@ -32,6 +32,7 @@ Patch2: system-config-kdump-2.0.5-typos.patch
 # Fix a bug during creating dialogs
 Patch3: system-config-kdump-2.0.5-dialogs.patch
 Patch4: system-config-kdump-2.0.5-dialogs2.patch
+Patch5: system-config-kdump-2.0.5-dialogs-typo.patch
 
 %description
 system-config-kdump is a graphical tool for configuring kernel crash
@@ -43,6 +44,7 @@ dumping via kdump and kexec.
 %patch2 -p1 -b .typos
 %patch3 -p1 -b .dialogs
 %patch4 -p1 -b .dialogs2
+%patch5 -p1 -b .dialogs-typo
 
 %build
 make
@@ -102,6 +104,9 @@ fi
 %doc %{_datadir}/omf/system-config-kdump
 
 %changelog
+* Wed Nov 30 2011 Roman Rakus <rrakus at redhat.com> - 2.0.5-6
+- Another typo fixed
+
 * Thu Sep 15 2011 Roman Rakus <rrakus at redhat.com> - 2.0.5-5
 - Fix a bug in creating dialog
 


More information about the scm-commits mailing list