SHA256
1
0
forked from pool/libguestfs

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:
Olaf Hering 2012-08-17 08:18:18 +00:00 committed by Git OBS Bridge
parent 612eca1535
commit b3a6a23cab

View File

@ -48,7 +48,11 @@ BuildRequires: pkg-config
BuildRequires: qemu
BuildRequires: readline-devel
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}
BuildRequires: perl