Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=920436

--- Comment #6 from Mamoru TASAKA <[email protected]> ---
What I am saying is that NOT of 
%if 0%{?rhel} > 6 || 0%{?fedora} > 18 
(as appears on the line 15 of your spec file) is
%if 0%{?rhel} < 7 && 0%{?fedora} < 19 , not
%if 0%{?rhel} < 7 || 0%{?fedora} < 19

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=5wH7zKX4Jw&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to