From: Jakub Bogusz Date: Sun, 15 Sep 2013 16:54:45 +0000 (+0200) Subject: - updated to 0.33 X-Git-Tag: auto/th/dracut-033-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdracut.git;a=commitdiff_plain;h=75c4e7548d73082be9b21a5e3e61f73813be5628 - updated to 0.33 - updated arch-libdir patch --- diff --git a/arch-libdir.patch b/arch-libdir.patch index 780d48f..00c3eec 100644 --- a/arch-libdir.patch +++ b/arch-libdir.patch @@ -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 -- 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 diff --git a/dracut.spec b/dracut.spec index 6c2d485..92d7234 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: 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 -# Source0-md5: 3e74a9429ea22bf4e92bf59c4ccdfe75 +# Source0-md5: de9e2089909f6d7b147ada7685b3e0dd Source1: pld.conf Patch1: plymouth-libexec.patch Patch2: os-release.patch