]> git.pld-linux.org Git - packages/dracut.git/commitdiff
- updated to 0.33 auto/th/dracut-033-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 15 Sep 2013 16:54:45 +0000 (18:54 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 15 Sep 2013 16:54:45 +0000 (18:54 +0200)
- updated arch-libdir patch

arch-libdir.patch
dracut.spec

index 780d48fc8a3ca6593cf67e6e0eb01973c3858d9b..00c3eec4581333ab0be9836cd660c73b3d8dd9f2 100644 (file)
@@ -1,11 +1,11 @@
---- dracut-025/modules.d/95resume/module-setup.sh~     2013-01-23 15:38:48.000000000 +0100
-+++ dracut-025/modules.d/95resume/module-setup.sh      2013-03-20 20:09:33.210521322 +0100
-@@ -5,7 +5,7 @@
+--- dracut-033/modules.d/95resume/module-setup.sh.orig 2013-09-15 18:27:32.700252837 +0200
++++ dracut-033/modules.d/95resume/module-setup.sh      2013-09-15 18:30:44.410244789 +0200
+@@ -17,7 +17,7 @@
  install() {
      local _bin
      # Optional uswsusp support
  install() {
      local _bin
      # Optional uswsusp support
--    for _bin in /usr/sbin/resume /usr/lib/suspend/resume
-+    for _bin in /usr/sbin/resume /usr/@lib@/suspend/resume
+-    for _bin in /usr/sbin/resume /usr/lib/suspend/resume /usr/lib/uswsusp/resume
++    for _bin in /usr/sbin/resume /usr/@lib@/suspend/resume /usr/@lib@/uswsusp/resume
      do
          [[ -x "${_bin}" ]] && {
              inst "${_bin}" /usr/sbin/resume
      do
          [[ -x "${_bin}" ]] && {
              inst "${_bin}" /usr/sbin/resume
index 6c2d48595d4b04c4e1fb629483b5aa6f0f1aa901..92d723412c3a254e769d79a0e972f36e4c315fa9 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Initramfs generator using udev
 Summary(pl.UTF-8):     Generator initramfs wykorzystujący udev
 Name:          dracut
 Summary:       Initramfs generator using udev
 Summary(pl.UTF-8):     Generator initramfs wykorzystujący udev
 Name:          dracut
-Version:       032
-Release:       2
+Version:       033
+Release:       1
 License:       GPL v2+
 Group:         Base
 Source0:       http://ftp.kernel.org/pub/linux/utils/boot/dracut/%{name}-%{version}.tar.xz
 License:       GPL v2+
 Group:         Base
 Source0:       http://ftp.kernel.org/pub/linux/utils/boot/dracut/%{name}-%{version}.tar.xz
-# Source0-md5: 3e74a9429ea22bf4e92bf59c4ccdfe75
+# Source0-md5: de9e2089909f6d7b147ada7685b3e0dd
 Source1:       pld.conf
 Patch1:                plymouth-libexec.patch
 Patch2:                os-release.patch
 Source1:       pld.conf
 Patch1:                plymouth-libexec.patch
 Patch2:                os-release.patch
This page took 0.04971 seconds and 4 git commands to generate.