dracut: update to 027.
This commit is contained in:
parent
bef7ace6da
commit
489e295b5a
|
@ -1,13 +0,0 @@
|
|||
systemd binary is in ${systemdutildir} by default.
|
||||
|
||||
--- modules.d/98systemd/module-setup.sh.orig 2013-03-08 11:52:43.941344749 +0100
|
||||
+++ modules.d/98systemd/module-setup.sh 2013-03-08 11:52:56.437417847 +0100
|
||||
@@ -17,7 +17,7 @@ depends() {
|
||||
|
||||
install() {
|
||||
|
||||
- SYSTEMD_VERSION=$(systemd --version | { read a b a; echo $b; })
|
||||
+ SYSTEMD_VERSION=$(${systemdutildir}/systemd --version | { read a b a; echo $b; })
|
||||
if (( $SYSTEMD_VERSION < 198 )); then
|
||||
dfatal "systemd version $SYSTEMD_VERSION is too low. Need at least version 198."
|
||||
exit 1
|
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'dracut'
|
||||
pkgname=dracut
|
||||
version=026
|
||||
revision=2
|
||||
version=027
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="sysconfdir=/etc systemdsystemunitdir=/usr/lib/systemd/system"
|
||||
make_install_args="sysconfdir=/etc systemdsystemunitdir=/usr/lib/systemd/system"
|
||||
depends="psmisc>=22.14_2 cpio xz systemd>=198"
|
||||
depends="psmisc>=22.14_2 cpio xz systemd>=199"
|
||||
makedepends="libxslt docbook-xsl asciidoc"
|
||||
conf_files="/etc/dracut.conf"
|
||||
make_dirs="/etc/dracut.conf.d 0755 root root"
|
||||
|
@ -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=8e18d9f2538c680476a380560f8a6268480559785303a5db107b2b54c49d3ec7
|
||||
checksum=9aeea2648244a02884c2f680a90ba238e2efd6a3ca0d9929307a03124abf27cc
|
||||
|
||||
pre_build() {
|
||||
# Remove the nonsense syncheck target.
|
||||
|
|
Loading…
Reference in New Issue