force usage of Pod::Simple::XHTML from this project to fix build in 11.4
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=13
This commit is contained in:
parent
612eca1535
commit
b3a6a23cab
@ -48,7 +48,11 @@ BuildRequires: pkg-config
|
|||||||
BuildRequires: qemu
|
BuildRequires: qemu
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: perl(Pod::Simple::XHTML)
|
%if %suse_version < 1210
|
||||||
|
# perl as included in openSuSE 11.4 has this, but an older version without html_charset
|
||||||
|
# Without the version the requires is ignored for some reason
|
||||||
|
BuildRequires: perl(Pod::Simple::XHTML) = 3.23
|
||||||
|
%endif
|
||||||
#
|
#
|
||||||
%if %{with_perl}
|
%if %{with_perl}
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user