dracut: weaken dependencies of dracut-uefi
This commit is contained in:
parent
9824162e24
commit
4b61125abd
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dracut'
|
# Template file for 'dracut'
|
||||||
pkgname=dracut
|
pkgname=dracut
|
||||||
version=050
|
version=050
|
||||||
revision=4
|
revision=5
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr --sysconfdir=/etc"
|
configure_args="--prefix=/usr --sysconfdir=/etc"
|
||||||
conf_files="/etc/dracut.conf"
|
conf_files="/etc/dracut.conf"
|
||||||
|
@ -67,7 +67,7 @@ dracut-network_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
dracut-uefi_package() {
|
dracut-uefi_package() {
|
||||||
depends="binutils gummiboot ${sourcepkg}-${version}_${revision}"
|
depends="binutils gummiboot ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - UEFI bundle hook"
|
short_desc+=" - UEFI bundle hook"
|
||||||
conf_files="/etc/default/dracut-uefi-hook"
|
conf_files="/etc/default/dracut-uefi-hook"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue