Bug 460510
| Summary: | small bug in specfile | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Levente Farkas <lfarkas> |
| Component: | libvirt | Assignee: | Daniel Veillard <veillard> |
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 10 | CC: | berrange, jlaska, poelstra |
| Target Milestone: | --- | Keywords: | Patch |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-12-12 13:51:23 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: | |||
Thank you for the bug report. Your issue appears to also be advised in the Packaging Guidelines available at https://fedoraproject.org/wiki/Packaging/DistTag#Conditionals. For example, a recommended use is: %if 0%{?fedora} >= 4 %endif Changing to ASSIGNED. *** Bug 465274 has been marked as a duplicate of this bug. *** but even the latest rawhide spec file not contain this one char fix:-( This bug appears to have been reported against 'rawhide' during the Fedora 10 development cycle. Changing version to '10'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping Fixed in CVs and upstream, thanks for the report, sorry I didn't saw it earlier ! Daniel |
hi, in the spec file it's have to be: %if 0%{?fedora} >= 8 in stead of %if 0%{fedora} >= 8 and in this case is clearly compile on rhel too.