]> git.pld-linux.org Git - packages/dracut.git/commitdiff
- up to 030 auto/th/dracut-030-1 auto/ti/dracut-030-1
authorJan Palus <jan.palus@gmail.com>
Sat, 20 Jul 2013 13:25:08 +0000 (15:25 +0200)
committerJan Palus <jan.palus@gmail.com>
Sat, 20 Jul 2013 13:25:08 +0000 (15:25 +0200)
dracut.spec
prelink-libs.patch
systemd-paths.patch

index 14b0be2fcb3b2c173bcc637b0a4e7c3dea889cbd..d99cece5b8058606fdcb4bc8edd6c158b865f536 100644 (file)
@@ -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
index b9de35f8810f22649a1e22f2b6db613d7199eda4..8db3952bac6f6ab2763b41d0ec9443b57ccb8e59 100644 (file)
@@ -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.*
index 70d1dc1afb8de77771ab3929447048ab50bcdc15..6b0e33551b48eb1241dcd6b8b2843c7d3fe01f30 100644 (file)
@@ -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
This page took 0.129774 seconds and 4 git commands to generate.