From: Jan Palus Date: Sat, 20 Jul 2013 13:25:08 +0000 (+0200) Subject: - up to 030 X-Git-Tag: auto/th/dracut-030-1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=refs%2Ftags%2Fauto%2Fti%2Fdracut-030-1;p=packages%2Fdracut.git - up to 030 --- diff --git a/dracut.spec b/dracut.spec index 14b0be2..d99cece 100644 --- a/dracut.spec +++ b/dracut.spec @@ -1,12 +1,12 @@ Summary: Initramfs generator using udev Summary(pl.UTF-8): Generator initramfs wykorzystujący udev Name: dracut -Version: 029 -Release: 2 +Version: 030 +Release: 1 License: GPL v2+ Group: Base Source0: http://ftp.kernel.org/pub/linux/utils/boot/dracut/%{name}-%{version}.tar.xz -# Source0-md5: 2a27278f6cd3090d8d638aa7dfa70b0b +# Source0-md5: 541c7f861b7fe64ae6114e546d75af4f Source1: pld.conf Patch0: bash-sh.patch Patch1: plymouth-libexec.patch diff --git a/prelink-libs.patch b/prelink-libs.patch index b9de35f..8db3952 100644 --- a/prelink-libs.patch +++ b/prelink-libs.patch @@ -10,6 +10,6 @@ dinfo "*** Pre-linking files ***" - dracut_install -o prelink /etc/prelink.conf /etc/prelink.conf.d/*.conf + dracut_install -l -o prelink /etc/prelink.conf /etc/prelink.conf.d/*.conf - chroot "$initdir" $PRELINK_BIN -a - rm -f "$initdir"/$PRELINK_BIN + chroot "$initdir" "$PRELINK_BIN" -a + rm -f "$initdir/$PRELINK_BIN" rm -fr "$initdir"/etc/prelink.* diff --git a/systemd-paths.patch b/systemd-paths.patch index 70d1dc1..6b0e335 100644 --- a/systemd-paths.patch +++ b/systemd-paths.patch @@ -3,7 +3,7 @@ @@ -17,7 +17,7 @@ ExecStartPre=-/bin/plymouth quit ExecStart=-/bin/sh -i -l - ExecStopPost=-/bin/rm -f /.console_lock + ExecStopPost=-/bin/rm -f -- /.console_lock -ExecStopPost=-/usr/bin/systemctl --fail --no-block default +ExecStopPost=-/bin/systemctl --fail --no-block default Type=idle