| Summary: | incorrect use of Requires(pre)? | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Honza Silhan <jsilhan> |
| Component: | qemu | Assignee: | Fedora Virtualization Maintainers <virt-maint> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | amit.shah, berrange, cfergeau, crobinso, dwmw2, itamar, pbonzini, rjones, virt-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-18 17:41:42 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Honza Silhan
2016-03-18 15:58:15 UTC
This bug report is kinda confusing. The qemu line from the pastebin output is: qemu-2.5.0-9.fc25.src.rpm RPM: qemu-common.x86_64 Require(pre): /usr/bin/getent However there is no 'Requires(pre)' in qemu.spec. There _is_ Requires(post): /usr/bin/getent in qemu.spec, however that's just an RPM %post dep as far as I can tell so we don't need to add a plain Requires:. So closing as NOTABUG But was there a fedora devel or similar discussion about this for more background? |