rpms/system-config-language/devel s-c-l_545499.patch, NONE, 1.1 system-config-language.spec, 1.63, 1.64

Naveen Kumar nkumar at fedoraproject.org
Tue Jun 22 12:41:06 UTC 2010


Author: nkumar

Update of /cvs/pkgs/rpms/system-config-language/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11376

Modified Files:
	system-config-language.spec 
Added Files:
	s-c-l_545499.patch 
Log Message:
* Tue Jun 22 2010 Naveen Kumar <nkumar at redhat.com>- 1.3.4-4
- apply patch s-c-l_545499.patch
- resolves bug #545499



s-c-l_545499.patch:
 language_backend.py |    5 +++++
 1 file changed, 5 insertions(+)

--- NEW FILE s-c-l_545499.patch ---
diff -uNr system-config-language-1.3.4/src/language_backend.py system-config-language-1.3.4-545499/src/language_backend.py
--- system-config-language-1.3.4/src/language_backend.py	2010-03-09 17:03:43.000000000 +0530
+++ system-config-language-1.3.4-545499/src/language_backend.py	2010-06-22 16:40:25.514715334 +0530
@@ -20,6 +20,7 @@
 
 import string
 import os
+import commands
 
 ##
 ## I18N
@@ -130,3 +131,7 @@
 
 
         fd.close()
+
+        # hack for writing information to grub.conf, thanks to  Hans de Goede  <hdegoede at redhat.com> for mentioning this.
+        # resolves RHBZ bug # 545499
+        (cmdstatus, cmdout)= commands.getstatusoutput('/sbin/new-kernel-pkg --package kernel --dracut --install $(uname -r)')        


Index: system-config-language.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-language/devel/system-config-language.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -p -r1.63 -r1.64
--- system-config-language.spec	18 Jun 2010 06:21:30 -0000	1.63
+++ system-config-language.spec	22 Jun 2010 12:41:06 -0000	1.64
@@ -1,11 +1,12 @@
 Summary: A graphical interface for modifying the system language
 Name: system-config-language
 Version: 1.3.4
-Release: 3%{?dist}
+Release: 4%{?dist}
 URL: https://fedorahosted.org/system-config-language/
 Source0: https://fedorahosted.org/releases/s/y/system-config-language/%{name}-%{version}.tar.bz2
 Patch0: scl-1.3.4-devel.patch
 Patch1: s-c-l_598423.patch
+Patch2: s-c-l_545499.patch
 License: GPLv2
 Group: System Environment/Base
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -29,6 +30,7 @@ allows the user to change the default la
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 make %{?_smp_mflags}
@@ -90,6 +92,10 @@ fi
 %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-language
 
 %changelog
+* Tue Jun 22 2010 Naveen Kumar <nkumar at redhat.com>- 1.3.4-4
+- apply patch s-c-l_545499.patch
+- resolves bug #545499
+
 * Fri Jun 18 2010 Naveen Kumar <nkumar at redhat.com>- 1.3.4-3
 - apply patch s-c-l_598423.patch
 - resolves bug #598423



More information about the scm-commits mailing list