Re: Python3 will be in next major RHEL release, please adjust %if statements accordingly

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 2018-01-11 01:02 PM, Troy Dawson wrote:
> Hello,
> Python3 will be in the next major RHEL release.  I don't mean RHEL
> 7.6, but with numbers higher than 7.
> There are many, many packages with something like the following
>
>   if 0%{?fedora}
>    %define with_python3 1
>   %endif
>
> If you have something like that, please change it to something like this.
>
>   if 0%{?fedora} || 0%{?rhel} > 7
>    %define with_python3 1
>   %endif
>
> Thank You
> _______________________________________________

Quick question: why not using %global rather than %define ?

-- 
Luya Tshimbalanga
Graphic & Web Designer
E: luya@xxxxxxxxxxxxxxxxx
W: http://www.coolest-storm.net
_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]
  Powered by Linux