Add a distribution.ini file to the in-tree RPM package
Categories
(Release Engineering :: General, enhancement)
Tracking
(firefox147 fixed)
| Tracking | Status | |
|---|---|---|
| firefox147 | --- | fixed |
People
(Reporter: eijebong, Assigned: eijebong)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We probably want the distribution ID to be set for the same reasons as for the deb package. And we definitely want intl.locale.requested="" so that langpacks work seamlessly.
| Assignee | ||
Updated•7 months ago
|
| Assignee | ||
Comment 1•7 months ago
|
||
The distribution.ini comes from https://github.com/mozilla-partners/rpm
which matches what was done for debian files. This is required mostly to
be able to set intl.locale.requested="" which finally allows langpacks
to work seamlessly when installed but also to get the distribution id
correct (see bug 1811104 for the debian equivalent to that).
I reused inject_distribution_folder, I just changed the source_type
to match the repo name for debian and reused that for rpm, injecting the
files into rpm_dir (which matches what's done for langpacks and
desktop entry files) to be able to install it directly from the %prep
section without extra copies.
That function is only used twice throughout the repo and I doubt that
anyone calling it with a source type that isn't an existing repo in
mozilla-partners would expect to get a deb one by default.
Comment 4•6 months ago
|
||
| bugherder | ||
Comment 5•6 months ago
|
||
| bugherder | ||
Updated•6 months ago
|
Description
•