rpms/system-config-kdump/F-12 system-config-kdump-rhpl.patch, NONE, 1.1 system-config-kdump.spec, 1.13, 1.14

Roman Rakus rrakus at fedoraproject.org
Tue Feb 2 14:07:12 UTC 2010


Author: rrakus

Update of /cvs/pkgs/rpms/system-config-kdump/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19855

Modified Files:
	system-config-kdump.spec 
Added Files:
	system-config-kdump-rhpl.patch 
Log Message:
Removed rhpl needs. Resolves: #538850

system-config-kdump-rhpl.patch:
 system-config-kdump-backend.py |    5 -----
 1 file changed, 5 deletions(-)

--- NEW FILE system-config-kdump-rhpl.patch ---
commit b1a23668f30cdda69a200675bb424bc2bdf12d91
Author: Roman Rakus <rrakus at dhcp-lab-184.englab.brq.redhat.com>
Date:   Tue Dec 15 16:06:56 2009 +0100

    No more import obsolete rhpl
    
    Die rhpl! Die die die!

diff --git a/src/system-config-kdump-backend.py b/src/system-config-kdump-backend.py
index 03e74f1..0ba7157 100755
--- a/src/system-config-kdump-backend.py
+++ b/src/system-config-kdump-backend.py
@@ -25,11 +25,6 @@ BOOTLOADERS = { "grub"   : ("/boot/grub/grub.conf", 16, "/boot"),
                 "elilo"  : ("/boot/efi/EFI/redhat/elilo.conf", 256, "/boot/efi/EFI/redhat") }
 
 
-##
-## I18N
-##
-import rhpl.translate as translate
-
 
 class SystemConfigKdumpObject(slip.dbus.service.Object):
     def __init__ (self, *p, **k):


Index: system-config-kdump.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-kdump/F-12/system-config-kdump.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- system-config-kdump.spec	7 Dec 2009 15:30:32 -0000	1.13
+++ system-config-kdump.spec	2 Feb 2010 14:07:12 -0000	1.14
@@ -1,7 +1,7 @@
 Summary: A graphical interface for configuring kernel crash dumping
 Name: system-config-kdump
 Version: 2.0.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://fedorahosted.org/system-config-kdump/
 License: GPLv2+
 Group: System Environment/Base
@@ -21,6 +21,7 @@ Requires: python-slip-dbus
 Requires(pre): gtk2 >= 2.8.20
 Requires(pre): hicolor-icon-theme
 
+Patch1: system-config-kdump-rhpl.patch
 
 %description
 system-config-kdump is a graphical tool for configuring kernel crash
@@ -28,6 +29,8 @@ dumping via kdump and kexec.
 
 %prep
 %setup -q
+%patch1 -p1 -b .rhpl
+
 %build
 make
 
@@ -83,6 +86,10 @@ fi
 %doc %{_datadir}/omf/system-config-kdump
 
 %changelog
+* Tue Feb 02 2010 Roman Rakus <rrakus at redhat.com> 2.0.2-2
+- Removed rhpl needs
+  Resolves: #538850
+
 * Mon Dec 07 2009 Roman Rakus <rrakus at redhat.com> - 2.0.2-1
 - Don't be interested in non linux entries in bootloaders conf.
   Resolves: #538850



More information about the scm-commits mailing list