Bug 175214
| Summary: | directories not created in /var before attempting to chown them | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Stephen Biggs <bugzilla-redhat> |
| Component: | tinyerp | Assignee: | Dan Horák <dan> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4 | CC: | extras-qa |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 3.1.1-5 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-12-11 12:29:39 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
Stephen Biggs
2005-12-07 20:00:25 UTC
The dirs are included in the tinyerp-server package, but the chown command should be executed in %post script instead of %pre. In the time of executing the %pre script they don't exist yet. Fixed in tinyerp-server-3.1.1-2. The chown command is not even required, ownership is set via %attr in the spec file. I have released tinyerp-3.1.1-3. I have fixed dependencies for %pre and %postun scripts. Will be in tinyerp-3.1.1-5. |