Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1722233

Summary: tzdata: Consider splitting out UTC into a separate subpackage
Product: [Fedora] Fedora Reporter: Patsy Griffin <pfrankli>
Component: tzdataAssignee: Patsy Griffin <pfrankli>
Status: NEW --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: clems.verna, codonell, dridi.boukelmoune, fedoraproject, pbrobinson, pfrankli, skrenger, yaneti
Target Milestone: ---Keywords: Tracking
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 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: 1269538, 1734342, 1402934    

Description Patsy Griffin 2019-06-19 18:27:51 UTC
Description of problem:
Not-compressed tzdata takes a considerable amount of storage(du -hc -> 7.4M). Would it be possible to split it into two subpackages, UTC and the rest? Many container deployments would benefit from the ability to install just UTC.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Ben Cotton 2019-08-13 16:50:18 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 31 development cycle.
Changing version to '31'.

Comment 2 Ben Cotton 2019-08-13 19:09:56 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 31 development cycle.
Changing version to 31.

Comment 3 Patsy Griffin 2020-05-12 02:31:14 UTC
*** Bug 1733452 has been marked as a duplicate of this bug. ***

Comment 4 Carlos O'Donell 2021-02-17 14:33:35 UTC
I've been discussing this with Patsy and in general we discussed the following steps:

- Identify critical minimum tzdata install to boot a system in UTC time.
- Split up package such that we can have UTC-only containers.
- Default Fedora install should have all of tzdata.
- Default fedora-minimal containers should be able to get to just UTC tzdata installed e.g. tzdata-minimal.
- The glibc team needs to verify and fix glibc TZ fallout which always prints the setup TZ env var name and do something more intelligent.