Some distros where we want to run libvirt-tck have stock libvirt
versions lower than 4.4.0 (e.g. Fedora 28 has libvirt-4.1.0, and RHEL7
has libvirt-3.9.0). Reduce the version in the specfile Requires: so
that we can get the tck installed without needing to upgrade to some
newer unofficial libvirt build.
Signed-off-by: Laine Stump <laine(a)laine.org>
---
perl-Sys-Virt-TCK.spec.PL | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/perl-Sys-Virt-TCK.spec.PL b/perl-Sys-Virt-TCK.spec.PL
index b91a7e7..6756f0d 100644
--- a/perl-Sys-Virt-TCK.spec.PL
+++ b/perl-Sys-Virt-TCK.spec.PL
@@ -34,7 +34,7 @@ License: GPLv2
Source:
http://libvirt.org/sources/tck/%{appname}-v%{version}.tar.gz
Url:
http://libvirt.org/
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-Requires: libvirt >= 4.4.0
+Requires: libvirt >= 3.9.0
%if 0%{?fedora} || 0%{?rhel} > 7
BuildRequires: perl-interpreter
BuildRequires: perl-generators
--
2.14.5