--- rpms/anaconda/sme7/smeserver.patch 2007/12/01 03:37:31 1.2 +++ rpms/anaconda/sme7/smeserver.patch 2008/03/17 17:27:18 1.3 @@ -93,10 +93,9 @@ diff -Nur -x '*.orig' -x '*.rej' anacond log("Running kickstart %%post script(s)") for script in self.postScripts: script.run(rootPath, serial) -diff -Nur -x '*.orig' -x '*.rej' anaconda-10.1.1.37/lang-table mezzanine_patched_anaconda-10.1.1.37/lang-table ---- anaconda-10.1.1.37/lang-table 2004-10-25 22:38:22.000000000 +1000 -+++ mezzanine_patched_anaconda-10.1.1.37/lang-table 2006-04-06 06:46:15.455133408 +1000 -@@ -1,41 +1,5 @@ +--- anaconda-10.1.1.81/lang-table.sme 2004-10-25 06:38:22.000000000 -0600 ++++ anaconda-10.1.1.81/lang-table 2008-03-07 13:34:48.000000000 -0700 +@@ -1,41 +1,11 @@ -Arabic ar none ar_SA.UTF-8 us Asia/Riyadh ar_SA.UTF-8 -Bengali bn none bn_BD.UTF-8 us Asia/Dhaka bn_BD.UTF-8 -Bengali(India) bn none bn_IN.UTF-8 us Asia/Calcutta bn_IN.UTF-8 @@ -108,6 +107,7 @@ diff -Nur -x '*.orig' -x '*.rej' anacond -Czech cs latarcyrheb-sun16 cs_CZ.UTF-8 cz-lat2 Europe/Prague cs_CZ.UTF-8 -Danish da latarcyrheb-sun16 da_DK.UTF-8 dk Europe/Copenhagen da_DK.UTF-8 -Dutch nl latarcyrheb-sun16 nl_NL.UTF-8 nl Europe/Amsterdam nl_NL.UTF-8 ++Dansk da latarcyrheb-sun16 da_DK.UTF-8 dk Europe/Copenhagen da_DK.UTF-8 +Deutsch de latarcyrheb-sun16 de_DE.UTF-8 de-latin1-nodeadkeys Europe/Berlin de_DE.UTF-8 English en latarcyrheb-sun16 en_US.UTF-8 us America/New_York en_US.UTF-8 -Estonian et latarcyrheb-sun16 et_EE.UTF-8 et Europe/Tallinn et_EE.UTF-8 @@ -142,6 +142,22 @@ diff -Nur -x '*.orig' -x '*.rej' anacond +Español es latarcyrheb-sun16 es_ES.UTF-8 es Europe/Madrid es_ES.UTF-8 +Français fr latarcyrheb-sun16 fr_FR.UTF-8 fr-latin1 Europe/Paris fr_FR.UTF-8 +Italiano it latarcyrheb-sun16 it_IT.UTF-8 it Europe/Rome it_IT.UTF-8 ++Magyar hu latarcyrheb-sun16 hu_HU.UTF-8 hu Europe/Budapest hu_HU.UTF-8 ++Nederlands nl latarcyrheb-sun16 nl_NL.UTF-8 nl Europe/Amsterdam nl_NL.UTF-8 ++Português pt latarcyrheb-sun16 pt_PT.UTF-8 pt-latin1 Europe/Lisbon pt_PT.UTF-8 ++Slovenski sl latarcyrheb-sun16 sl_SI.UTF-8 slovene Europe/Ljubljana sl_SI.UTF-8 ++Svensk sv latarcyrheb-sun16 sv_SE.UTF-8 sv-latin1 Europe/Stockholm sv_SE.UTF-8 +--- anaconda-10.1.1.81/packages.py.sme 2008-03-17 11:02:31.000000000 -0600 ++++ anaconda-10.1.1.81/packages.py 2008-03-17 11:07:55.000000000 -0600 +@@ -1610,7 +1610,7 @@ + "from testers, and it is not suitable " + "for day to day usage.\n\n" + "To report feedback, please visit:\n\n" +- " http://www.centos.orrg/bugs\n\n" ++ " http://bugs.contribs.org/\n\n" + "and file a report against '%s'.\n" + %(productName, fileagainst)), + type="custom", custom_icon="warning", diff -Nur -x '*.orig' -x '*.rej' anaconda-10.1.1.37/partedUtils.py mezzanine_patched_anaconda-10.1.1.37/partedUtils.py --- anaconda-10.1.1.37/partedUtils.py 2006-04-06 06:59:28.175482025 +1000 +++ mezzanine_patched_anaconda-10.1.1.37/partedUtils.py 2006-04-06 06:47:31.309955789 +1000 @@ -358,7 +374,7 @@ diff -Nur -x '*.orig' -x '*.rej' anacond - else: - devname = drive - partList.append("%s (%s)" %(desc, drive)) -+ partList.append("Upgrade existing \"%s\" system" %(desc)) ++ partList.append(_("Upgrade existing \"%s\" system") %(desc)) (button, choice) = ListboxChoiceWindow(screen, _("System to Upgrade"), - _("One or more existing Linux installations "