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



--- Comment #6 from Neal Gompa <[email protected]> ---
> +%if 0%{?rhel} <= 7

This will make it get disabled on Fedora too.

You want "%if 0%{?rhel} && 0%{?rhel} <= 7" instead. Alternatively, if you think
nobody will build on older stuff, then "%if 0%{?el7}" will work too.


-- 
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
https://bugzilla.redhat.com/show_bug.cgi?id=2168255
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to