Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 620776 Details for
Bug 858591
anaconda setting invalid system locale xx.UTF-8 not xx_YY.UTF-8
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
anaconda-18-fix-locales.patch
anaconda-18-fix-locales.patch (text/plain), 2.63 KB, created by
Jens Petersen
on 2012-10-03 11:50:30 UTC
(
hide
)
Description:
anaconda-18-fix-locales.patch
Filename:
MIME Type:
Creator:
Jens Petersen
Created:
2012-10-03 11:50:30 UTC
Size:
2.63 KB
patch
obsolete
>diff --git a/anaconda.spec b/anaconda.spec >index 3f7b96b..21c1e8f 100644 >--- a/anaconda.spec >+++ b/anaconda.spec >@@ -3,7 +3,7 @@ > Summary: Graphical system installer > Name: anaconda > Version: 18.11 >-Release: 1%{?dist} >+Release: 1.1%{?dist} > License: GPLv2+ > Group: Applications/System > URL: http://fedoraproject.org/wiki/Anaconda >@@ -236,6 +236,78 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu > %{__rm} -rf %{buildroot}%{_bindir}/liveinst %{buildroot}%{_sbindir}/liveinst > %endif > >+%define rename_locale()\ >+if [ -d "%1" -a "%1" != "%2" ]; then\ >+ mv %1 %2\ >+fi >+ >+# fix the locales! (#858591) >+cd %{buildroot}%{_datadir}/locale >+%rename_locale af af_ZA >+%rename_locale ar ar_SA >+%rename_locale as as_IN >+%rename_locale bn bn_BD >+%rename_locale bg bg_BG >+%rename_locale ca ca_ES >+%rename_locale hr hr_HR >+%rename_locale cs cs_CZ >+%rename_locale da da_DK >+%rename_locale nl nl_NL >+%rename_locale en en_US >+%rename_locale et et_EE >+%rename_locale fi fi_FI >+%rename_locale fr fr_FR >+%rename_locale de de_DE >+%rename_locale el el_GR >+%rename_locale gu gu_IN >+%rename_locale he he_IL >+%rename_locale hi hi_IN >+%rename_locale hu hu_HU >+%rename_locale is is_IS >+%rename_locale ilo ilo_PH >+%rename_locale id id_ID >+%rename_locale it it_IT >+%rename_locale ja ja_JP >+%rename_locale kn kn_IN >+%rename_locale ko ko_KR >+%rename_locale mk mk_MK >+%rename_locale mai mai_IN >+%rename_locale ms ms_MY >+%rename_locale ml ml_IN >+%rename_locale mr mr_IN >+%rename_locale ne ne_NP >+%rename_locale nb nb_NO >+%rename_locale nn nn_NO >+%rename_locale nds nds_DE >+%rename_locale nso nso_ZA >+%rename_locale or or_IN >+%rename_locale fa fa_IR >+%rename_locale pl pl_PL >+%rename_locale pt pt_PT >+%rename_locale pa pa_IN >+%rename_locale ro ro_RO >+%rename_locale ru ru_RU >+%rename_locale sr sr_RS >+%rename_locale sr@latin sr_RS@latin >+%rename_locale si si_LK >+%rename_locale sk sk_SK >+%rename_locale sl sl_SI >+%rename_locale es es_ES >+%rename_locale sv sv_SE >+%rename_locale tg tg_TG >+%rename_locale ta ta_IN >+%rename_locale te te_IN >+%rename_locale th tr_TH >+%rename_locale tr tr_TR >+%rename_locale uk uk_UA >+%rename_locale vi vi_VN >+%rename_locale cy cy_GB >+%rename_locale zu zu_ZA >+ >+cd - >+ >+UNCONVERTED_LOCALES=$(ls | grep -v _) >+ > %find_lang %{name} > > %clean >@@ -298,6 +370,9 @@ update-desktop-database &> /dev/null || : > /usr/lib/dracut/modules.d/80%{name}/* > > %changelog >+* Wed Oct 3 2012 Jens Petersen <petersen@redhat.com> - 18.11-1.1 >+- translation locale rename hack (#858591) >+ > * Tue Oct 02 2012 Chris Lumens <clumens@redhat.com> - 18.11-1 > - Use gdk_threaded() when running AddLayout dialog (vpodzime) > - Work the anaconda object into the VNC test (jkeating)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 858591
:
614238
|
614791
|
614792
|
620140
|
620326
|
620377
|
620776
|
621475
|
621937
|
626612
|
626660
|
626661