]> git.pld-linux.org Git - packages/dracut.git/commitdiff
- fix path to keyctl tool
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 13 Oct 2014 18:01:22 +0000 (20:01 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 13 Oct 2014 18:01:22 +0000 (20:01 +0200)
dracut.spec
keyctl-path.patch [new file with mode: 0644]

index 59cbe2dcea82cccb7bf4394a5eff587b1acd0302..b0d6ef05b4dae8bd3af27a9e9bb2934a7f5234d7 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Initramfs generator using udev
 Summary(pl.UTF-8):     Generator initramfs wykorzystujący udev
 Name:          dracut
 Version:       038
-Release:       1
+Release:       1.1
 License:       GPL v2+
 Group:         Base
 Source0:       https://www.kernel.org/pub/linux/utils/boot/dracut/%{name}-%{version}.tar.xz
@@ -14,6 +14,7 @@ Patch3:               plymouth-logo.patch
 Patch4:                arch-libdir.patch
 Patch5:                systemd-paths.patch
 Patch6:                prelink-libs.patch
+Patch7:                keyctl-path.patch
 URL:           https://dracut.wiki.kernel.org/
 BuildRequires: asciidoc
 BuildRequires: dash
@@ -194,6 +195,7 @@ Bashowe dopełnianie składni dla polecenia dracut.
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 %{__sed} -i -e 's,@lib@,%{_lib},g' modules.d/50plymouth/module-setup.sh
 %{__sed} -i -e 's,@lib@,%{_lib},g' modules.d/95resume/module-setup.sh
diff --git a/keyctl-path.patch b/keyctl-path.patch
new file mode 100644 (file)
index 0000000..f271cec
--- /dev/null
@@ -0,0 +1,11 @@
+--- dracut-038/modules.d/03modsign/module-setup.sh~    2014-06-30 12:03:12.000000000 +0200
++++ dracut-038/modules.d/03modsign/module-setup.sh     2014-10-13 19:59:05.689766678 +0200
+@@ -29,7 +29,7 @@
+ # called by dracut
+ install() {
+     inst_dir /lib/modules/keys
+-    inst_binary /usr/bin/keyctl
++    inst_binary keyctl
+     inst_hook pre-trigger 01 "$moddir/load-modsign-keys.sh"
This page took 0.114658 seconds and 4 git commands to generate.