dracut: add docbook-xml to hostmakedeps to fix builders.
This commit is contained in:
parent
f038c52d94
commit
5b398f84cd
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ revision=9
|
|||
build_style=configure
|
||||
configure_args="--prefix=/usr --sysconfdir=/etc"
|
||||
conf_files="/etc/dracut.conf"
|
||||
hostmakedepends="asciidoc pkg-config"
|
||||
# XXX: docbook-xml was added to sort builders out, can be removed
|
||||
hostmakedepends="asciidoc docbook-xml pkg-config"
|
||||
makedepends="libkmod-devel"
|
||||
depends="bash coreutils cpio eudev gzip kmod>=3.7 kpartx util-linux"
|
||||
short_desc="Low-level tool for generating an initramfs/initrd image"
|
||||
|
|
Loading…
Reference in a new issue