Attempt to fix the rhel6 conditional
This commit is contained in:
parent
920fe075dc
commit
4d4a47a730
@ -42,7 +42,7 @@ BuildRequires: perl(XML::Parser)
|
||||
BuildRequires: perl(ExtUtils::Embed)
|
||||
BuildRequires: intltool
|
||||
# A packaging bug in EL-5
|
||||
%if 0%{?fedora > 6}%{?rhel > 5}
|
||||
%if 0%{?fedora} > 6 || 0%{?rhel} > 5
|
||||
BuildRequires: popt-devel
|
||||
%else
|
||||
BuildRequires: popt
|
||||
|
Loading…
Reference in New Issue
Block a user