[packages/dracut] - up to 030

atler atler at pld-linux.org
Sat Jul 20 15:25:35 CEST 2013


commit 441be28f4c816be308797bcbbb6ce1f2cae13ddc
Author: Jan Palus <jan.palus at gmail.com>
Date:   Sat Jul 20 15:25:08 2013 +0200

    - up to 030

 dracut.spec         | 6 +++---
 prelink-libs.patch  | 4 ++--
 systemd-paths.patch | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)
---
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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dracut.git/commitdiff/441be28f4c816be308797bcbbb6ce1f2cae13ddc



More information about the pld-cvs-commit mailing list