https://bugzilla.redhat.com/show_bug.cgi?id=1097368



--- Comment #8 from John Morris <[email protected]> ---
How about combining those?

%if 0%{?rhel}{!?rhel:100} <= 6

Or use a logical operator

%if 0%{?rhel} <= 6 && 0%{?fedora} == 0

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to