mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
rpm: conditionalize dep on perl for perl-interpretor split in F27
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
1be213e295
commit
0c3d8bb514
@ -292,7 +292,11 @@ BuildRequires: libtool
|
||||
BuildRequires: /usr/bin/pod2man
|
||||
%endif
|
||||
BuildRequires: git
|
||||
%if 0%{?fedora} >= 27
|
||||
BuildRequires: perl-interpreter
|
||||
%else
|
||||
BuildRequires: perl
|
||||
%endif
|
||||
BuildRequires: python
|
||||
%if %{with_systemd}
|
||||
BuildRequires: systemd-units
|
||||
|
@ -61,7 +61,11 @@ BuildRequires: pkgconfig
|
||||
# Need native version for msgfmt
|
||||
BuildRequires: gettext
|
||||
BuildRequires: python
|
||||
%if 0%{?fedora} >= 27
|
||||
BuildRequires: perl-interpreter
|
||||
%else
|
||||
BuildRequires: perl
|
||||
%endif
|
||||
BuildRequires: perl(Getopt::Long)
|
||||
%if 0%{?enable_autotools}
|
||||
BuildRequires: autoconf
|
||||
|
Loading…
Reference in New Issue
Block a user