]> git.pld-linux.org Git - packages/dracut.git/commitdiff
up to 053 auto/th/dracut-053-1
authorJan Palus <atler@pld-linux.org>
Tue, 23 Feb 2021 17:51:03 +0000 (18:51 +0100)
committerJan Palus <atler@pld-linux.org>
Tue, 23 Feb 2021 17:51:03 +0000 (18:51 +0100)
arch-libdir.patch
dracut.spec

index 00c3eec4581333ab0be9836cd660c73b3d8dd9f2..dfdf937de7d1938a8fec8953dfc3c6de8ebc7c2d 100644 (file)
@@ -1,11 +1,11 @@
 --- 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
+     fi
      # Optional uswsusp support
 -    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}" ]] && {
+         [[ -x $dracutsysrootdir${_bin} ]] && {
              inst "${_bin}" /usr/sbin/resume
index 342343dced233d2ae56a348207a1a697d448f41a..5723bd7911b00e274d9873c908a17725614c613c 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Initramfs generator using udev
 Summary(pl.UTF-8):     Generator initramfs wykorzystujÄ…cy udev
 Name:          dracut
-Version:       052
+Version:       053
 Release:       1
 License:       GPL v2+
 Group:         Base
 Source0:       https://www.kernel.org/pub/linux/utils/boot/dracut/%{name}-%{version}.tar.xz
-# Source0-md5: b6caff8ab83fbe0b3b5492553dfa154c
+# Source0-md5: 57fef8076b74cae675eecf2245a98a5a
 Source1:       pld.conf
 Patch0:                plymouth-libdir.patch
 Patch1:                os-release.patch
@@ -468,6 +468,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{dracutlibdir}/modules.d/35network-legacy/*.sh
 %dir %{dracutlibdir}/modules.d/35network-manager
 %attr(755,root,root) %{dracutlibdir}/modules.d/35network-manager/*.sh
+%{dracutlibdir}/modules.d/35network-manager/nm-run.service
 %dir %{dracutlibdir}/modules.d/35network-wicked
 %attr(755,root,root) %{dracutlibdir}/modules.d/35network-wicked/*.sh
 %dir %{dracutlibdir}/modules.d/40network
This page took 0.043934 seconds and 4 git commands to generate.