Subject: [system-config-kdump/f17] enable on s390x commit 43945f2199b6bcdb1b003dccccd8c145e7d1479a Author: Dan HorÃk <dan@xxxxxxxx> Date: Wed Feb 22 17:31:08 2012 +0100 enable on s390x system-config-kdump-2.0.5-s390x.patch | 12 ++++++++++++ system-config-kdump.spec | 9 ++++++++- 2 files changed, 20 insertions(+), 1 deletions(-) --- diff --git a/system-config-kdump-2.0.5-s390x.patch b/system-config-kdump-2.0.5-s390x.patch new file mode 100644 index 0000000..479805c --- /dev/null +++ b/system-config-kdump-2.0.5-s390x.patch @@ -0,0 +1,12 @@ +diff -up system-config-kdump-2.0.5/src/system-config-kdump.py.s390x system-config-kdump-2.0.5/src/system-config-kdump.py +--- system-config-kdump-2.0.5/src/system-config-kdump.py.s390x 2012-02-22 17:14:34.000000000 +0100 ++++ system-config-kdump-2.0.5/src/system-config-kdump.py 2012-02-22 17:14:44.000000000 +0100 +@@ -122,7 +122,7 @@ DEFAULTACTIONS = [ACTION_DEFAULT, ACTION + + SUPPORTEDFSTYPES = ("ext2", "ext3", "ext4") + +-UNSUPPORTED_ARCHES = ("ppc", "s390", "s390x", "i386", "i586") ++UNSUPPORTED_ARCHES = ("ppc", "s390", "i386", "i586") + DEBUG = 0 + TESTING = 0 + diff --git a/system-config-kdump.spec b/system-config-kdump.spec index 77e28dc..5b186bd 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: 7%{?dist} +Release: 8%{?dist} URL: http://fedorahosted.org/system-config-kdump/ License: GPLv2+ Group: System Environment/Base @@ -33,6 +33,9 @@ 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 +# enable on s390x #754493 +Patch6: system-config-kdump-2.0.5-s390x.patch + %description system-config-kdump is a graphical tool for configuring kernel crash dumping via kdump and kexec. @@ -44,6 +47,7 @@ dumping via kdump and kexec. %patch3 -p1 -b .dialogs %patch4 -p1 -b .dialogs2 %patch5 -p1 -b .dialogs-typo +%patch6 -p1 -b .s390x %build make @@ -103,6 +107,9 @@ fi %doc %{_datadir}/omf/system-config-kdump %changelog +* Wed Feb 22 2012 Dan HorÃk <dan[at]danny.cz> - 2.0.5-8 +- enable on s390x + * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 2.0.5-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild -- scm-commits mailing list scm-commits@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/scm-commits |