From 489e295b5a005510a70b92db2f780d946f28f0c6 Mon Sep 17 00:00:00 2001 From: Juan RP <xtraeme@gmail.com> Date: Wed, 27 Mar 2013 09:42:57 +0100 Subject: [PATCH] dracut: update to 027. --- .../dracut/patches/fix_systemd_version_check.patch | 13 ------------- srcpkgs/dracut/template | 8 ++++---- 2 files changed, 4 insertions(+), 17 deletions(-) delete mode 100644 srcpkgs/dracut/patches/fix_systemd_version_check.patch diff --git a/srcpkgs/dracut/patches/fix_systemd_version_check.patch b/srcpkgs/dracut/patches/fix_systemd_version_check.patch deleted file mode 100644 index 46dbd1baf7..0000000000 --- a/srcpkgs/dracut/patches/fix_systemd_version_check.patch +++ /dev/null @@ -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 diff --git a/srcpkgs/dracut/template b/srcpkgs/dracut/template index 528b8cf4e1..2cbfe4da53 100644 --- a/srcpkgs/dracut/template +++ b/srcpkgs/dracut/template @@ -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.