Bug 460510 - small bug in specfile
Summary: small bug in specfile
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: libvirt
Version: 10
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Daniel Veillard
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 465274 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-08-28 12:24 UTC by Levente Farkas
Modified: 2008-12-12 13:51 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-12-12 13:51:23 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.