Bug 460510

Summary: small bug in specfile
Product: [Fedora] Fedora Reporter: Levente Farkas <lfarkas>
Component: libvirtAssignee: Daniel Veillard <veillard>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 10CC: 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:

Description Levente Farkas 2008-08-28 12:24:20 UTC
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.

Comment 1 James Laska 2008-09-09 14:39:08 UTC
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.

Comment 2 Levente Farkas 2008-10-07 15:41:26 UTC
*** Bug 465274 has been marked as a duplicate of this bug. ***

Comment 3 Levente Farkas 2008-10-07 15:42:23 UTC
but even the latest rawhide spec file not contain this one char fix:-(

Comment 4 Bug Zapper 2008-11-26 02:53:14 UTC
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

Comment 5 Daniel Veillard 2008-12-12 13:51:23 UTC
Fixed in CVs and upstream,

  thanks for the report, sorry I didn't saw it earlier !

Daniel