rpms/redir/EL-6 import.log,1.2,1.3 redir.spec,1.3,1.4

Kevin Kofler kevin.kofler at chello.at
Thu May 20 23:24:02 UTC 2010


Toshio Kuratomi wrote:
> This is also wrong because we want 0%{?rhel} <= 5.
> 
> To avoid having to specify negation I'd also reverse the condition:
> 
> %if 0%{?rhel} >= 5 || 0%{?fedora}
> BuildRequires: tcp_wrappers-devel
> %else
> BuildRequires: tcp_wrappers
> %endif

I'd spell the condition as:
%if 0%{?rhel} && 0{%?rhel} < 6
BuildRequires: tcp_wrappers
%else
BuildRequires: tcp_wrappers-devel
%endif

(Of course, this kind of stuff is why I don't maintain stuff in EPEL in the 
first place.)

        Kevin Kofler



More information about the devel mailing list