mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
build: Move check for XML::XPath into bootstrap
The module XML::XPath is needed when building from git only (no need to have it when building from tarball), so this patch moves the check from specfile into bootstrap.conf. Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
8a408b869c
commit
e9e5eee5a8
@ -1,6 +1,6 @@
|
|||||||
# Bootstrap configuration.
|
# Bootstrap configuration.
|
||||||
|
|
||||||
# Copyright (C) 2010-2013 Red Hat, Inc.
|
# Copyright (C) 2010-2014 Red Hat, Inc.
|
||||||
|
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
@ -210,6 +210,7 @@ gzip -
|
|||||||
libtool -
|
libtool -
|
||||||
patch -
|
patch -
|
||||||
perl 5.5
|
perl 5.5
|
||||||
|
perl::XML::XPath -
|
||||||
pkg-config -
|
pkg-config -
|
||||||
python-config -
|
python-config -
|
||||||
rpcgen -
|
rpcgen -
|
||||||
|
@ -427,7 +427,6 @@ BuildRequires: /usr/bin/pod2man
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-XML-XPath
|
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
%if %{with_systemd}
|
%if %{with_systemd}
|
||||||
BuildRequires: systemd-units
|
BuildRequires: systemd-units
|
||||||
|
Loading…
x
Reference in New Issue
Block a user