Bug 167787
| Summary: | Update of tzdata package doesn't update the /etc/localtime | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 4 | Reporter: | Ulrich Drepper <drepper> |
| Component: | tzdata | Assignee: | Jakub Jelinek <jakub> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 2.3.90-12 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-09-13 06:45:12 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Ulrich Drepper
2005-09-08 05:07:28 UTC
That's a big problem though. 1) tzdata %post can't use /bin/sh etc., as we'd get into a dependency loop (tzdata requiring shell, shell requiring glibc, glibc requiring glibc-common, glibc-common requiring tzdata) 2) statically linked proglet to do the update is not going to work either - tzdata is .noarch.rpm and rpm doesn't handle replacing a noarch package with arch specific one I proposed years ago that system-config-date had a %trigger for this, but I think its maintainer was strongly against that. glibc-common-2.3.90-12 in rawhide has /usr/sbin/tzdata-update proglet and runs it both when glibc-common is upgraded/installed and as %trigger for tzdata update. As of RHEL4 tzdata-2006m-3.el4, the tzdata package does automatically update the time. I believe this bug can be closed. |