Bug 1643756
| Summary: | glibc-all-langpacks does not appear to contain Esperanto | |||
|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Carmen Bianca Bakker <carmen> | |
| Component: | glibc | Assignee: | Florian Weimer <fweimer> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 29 | CC: | aoliva, arjun, codonell, dj, fweimer, law, mfabian, pfrankli, piotrdrag, rth, siddhesh, zbyszek | |
| Target Milestone: | --- | Keywords: | Reopened | |
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | glibc-2.28.9000-13.fc30 glibc-2.28-17.fc29 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1644303 (view as bug list) | Environment: | ||
| Last Closed: | 2019-04-21 10:44:31 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1644303 | |||
|
Description
Carmen Bianca Bakker
2018-10-28 12:53:40 UTC
This small change to the glibc.spec file fixes the problem:
$ git diff
diff --git a/glibc.spec b/glibc.spec
index f381ba5..08779ee 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -1032,7 +1032,7 @@ $olddir/build-%{target}/elf/ld.so \
--library-path $olddir/build-%{target}/ \
$olddir/build-%{target}/locale/localedef \
--prefix %{glibc_sysroot} --add-to-archive \
- *_*
+ eo *_*
# Setup the locale-archive template for use by glibc-all-langpacks.
mv locale-archive{,.tmpl}
# Create the file lists for the language specific sub-packages:
lines 1-13/13 (END)
(In reply to Mike FABIAN from comment #1) > This small change to the glibc.spec file fixes the problem: > > $ git diff > diff --git a/glibc.spec b/glibc.spec > index f381ba5..08779ee 100644 > --- a/glibc.spec > +++ b/glibc.spec > @@ -1032,7 +1032,7 @@ $olddir/build-%{target}/elf/ld.so \ > --library-path $olddir/build-%{target}/ \ > $olddir/build-%{target}/locale/localedef \ > --prefix %{glibc_sysroot} --add-to-archive \ > - *_* > + eo *_* > # Setup the locale-archive template for use by glibc-all-langpacks. > mv locale-archive{,.tmpl} > # Create the file lists for the language specific sub-packages: I agree, this is exactly the change I expected. Please note that Fedora 29 glibc is in freeze indefinitely. I will try to get an exception for this change. (In reply to Florian Weimer from comment #2) > (In reply to Mike FABIAN from comment #1) > > This small change to the glibc.spec file fixes the problem: > > > > $ git diff > > diff --git a/glibc.spec b/glibc.spec > > index f381ba5..08779ee 100644 > > --- a/glibc.spec > > +++ b/glibc.spec > > @@ -1032,7 +1032,7 @@ $olddir/build-%{target}/elf/ld.so \ > > --library-path $olddir/build-%{target}/ \ > > $olddir/build-%{target}/locale/localedef \ > > --prefix %{glibc_sysroot} --add-to-archive \ > > - *_* > > + eo *_* > > # Setup the locale-archive template for use by glibc-all-langpacks. > > mv locale-archive{,.tmpl} > > # Create the file lists for the language specific sub-packages: > > I agree, this is exactly the change I expected. Please note that Fedora 29 > glibc is in freeze indefinitely. I will try to get an exception for this > change. Should we just wait for F29 to release? I goes out the door today in the next couple of hours. We can release a bodhi update with the new eo locale. (In reply to Carlos O'Donell from comment #3) > Should we just wait for F29 to release? I goes out the door today in the > next couple of hours. We can release a bodhi update with the new eo locale. Fedora 29 has just been released :-) Happy days! glibc-2.28-17.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2018-0e5874aba9 glibc-2.28-17.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-0e5874aba9 glibc-2.28-17.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report. I want to backport this to further Fedora releases. F28 is going EOL soon, let's close this. |