dracut: update to 037.
This commit is contained in:
parent
288c5ea144
commit
03d03af1c8
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'dracut'
|
||||
pkgname=dracut
|
||||
version=036
|
||||
revision=2
|
||||
version=037
|
||||
revision=1
|
||||
build_style=meta
|
||||
hostmakedepends="libxslt docbook-xsl asciidoc"
|
||||
makedepends="psmisc cpio xz systemd"
|
||||
makedepends="psmisc cpio xz"
|
||||
depends="${makedepends}"
|
||||
conf_files="/etc/dracut.conf"
|
||||
make_dirs="
|
||||
|
@ -15,7 +15,7 @@ short_desc="A new initramfs infrastructure"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
distfiles="${KERNEL_SITE}/utils/boot/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=6dd97c4323ec8bd87b24a95349692fb6c6ca2d1b3528793ef117820049b6fcd3
|
||||
checksum=9c4c365c8dabc19b66da2972bbed7b983df520481325b8a37d3f620218620d76
|
||||
|
||||
do_build() {
|
||||
make ${makejobs} sysconfdir=/etc systemdsystemunitdir=/usr/lib/systemd/system
|
||||
|
@ -33,7 +33,7 @@ do_install() {
|
|||
}
|
||||
|
||||
dracut-network_package() {
|
||||
depends="dracut>=${version}"
|
||||
depends="dracut-${version}_${revision}"
|
||||
short_desc+=" - network modules"
|
||||
noarch=yes
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue