Bug 2230187
| Summary: | RHEL 4 Edge /usr modify timestamp not updated | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 9 | Reporter: | ckrell |
| Component: | rpm-ostree | Assignee: | RHCOS SST <rhcos-sst> |
| Status: | NEW --- | QA Contact: | RHCOS SST QE <rhcos-sst-qe> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 9.2 | CC: | travier |
| Target Milestone: | rc | ||
| 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: | |||
|
Description
ckrell
2023-08-08 20:39:07 UTC
This is part of the design of ostree (https://ostreedev.github.io/ostree/repo/#content-objects) so will not be easy to change. A quick grep on my system turn out: ``` $ grep -Rni ConditionNeedsUpdate= /usr/lib/systemd /usr/lib/systemd/system/ldconfig.service:14:ConditionNeedsUpdate=|/etc /usr/lib/systemd/system/systemd-hwdb-update.service:17:ConditionNeedsUpdate=/etc /usr/lib/systemd/system/systemd-journal-catalog-update.service:17:ConditionNeedsUpdate=/var /usr/lib/systemd/system/systemd-sysusers.service:20:ConditionNeedsUpdate=|/etc /usr/lib/systemd/system/systemd-update-done.service:17:ConditionNeedsUpdate=|/etc /usr/lib/systemd/system/systemd-update-done.service:18:ConditionNeedsUpdate=|/var /usr/lib/systemd/system/sysinit.target.wants/ldconfig.service:14:ConditionNeedsUpdate=|/etc /usr/lib/systemd/system/sysinit.target.wants/systemd-hwdb-update.service:17:ConditionNeedsUpdate=/etc /usr/lib/systemd/system/sysinit.target.wants/systemd-journal-catalog-update.service:17:ConditionNeedsUpdate=/var /usr/lib/systemd/system/sysinit.target.wants/systemd-sysusers.service:20:ConditionNeedsUpdate=|/etc /usr/lib/systemd/system/sysinit.target.wants/systemd-update-done.service:17:ConditionNeedsUpdate=|/etc /usr/lib/systemd/system/sysinit.target.wants/systemd-update-done.service:18:ConditionNeedsUpdate=|/var ``` Started a discussion upstream: https://github.com/coreos/fedora-coreos-tracker/issues/1538 |