]> git.pld-linux.org Git - packages/dracut.git/commitdiff
- remove 01bash module, it's packaged by upstream now as 00bash, auto/th/dracut-032-2
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 30 Aug 2013 18:27:51 +0000 (20:27 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 30 Aug 2013 18:27:51 +0000 (20:27 +0200)
  and duplicate causes bash not to be included in initramfs
- rel 2

bash-sh.patch [deleted file]
dracut.spec

diff --git a/bash-sh.patch b/bash-sh.patch
deleted file mode 100644 (file)
index 6edda11..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
---- /dev/null  2012-03-21 19:30:19.123295831 +0100
-+++ dracut-017/modules.d/01bash/module-setup.sh        2012-03-21 23:46:14.717134386 +0100
-@@ -0,0 +1,18 @@
-+#!/bin/bash
-+# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
-+# ex: ts=8 sw=4 sts=4 et filetype=sh
-+
-+check() {
-+    return 0
-+}
-+
-+depends() {
-+    return 0
-+}
-+
-+install() {
-+    # If another shell is already installed, do not use bash
-+    [[ -x $initdir/bin/sh ]] && return
-+
-+    inst /bin/bash && ln -sf bash "${initdir}/bin/sh"
-+}
index 02f098cf466b41f503dce27c31eee66411c0f510..6c2d48595d4b04c4e1fb629483b5aa6f0f1aa901 100644 (file)
@@ -2,13 +2,12 @@ Summary:      Initramfs generator using udev
 Summary(pl.UTF-8):     Generator initramfs wykorzystujący udev
 Name:          dracut
 Version:       032
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Base
 Source0:       http://ftp.kernel.org/pub/linux/utils/boot/dracut/%{name}-%{version}.tar.xz
 # Source0-md5: 3e74a9429ea22bf4e92bf59c4ccdfe75
 Source1:       pld.conf
-Patch0:                bash-sh.patch
 Patch1:                plymouth-libexec.patch
 Patch2:                os-release.patch
 Patch3:                plymouth-logo.patch
@@ -189,7 +188,6 @@ Bashowe dopełnianie składni dla polecenia dracut.
 
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
@@ -261,8 +259,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{dracutlibdir}/modules.d/00dash/*.sh
 %dir %{dracutlibdir}/modules.d/00systemd-bootchart
 %attr(755,root,root) %{dracutlibdir}/modules.d/00systemd-bootchart/*.sh
-%dir %{dracutlibdir}/modules.d/01bash
-%attr(755,root,root) %{dracutlibdir}/modules.d/01bash/*.sh
 %dir %{dracutlibdir}/modules.d/03modsign
 %attr(755,root,root) %{dracutlibdir}/modules.d/03modsign/*.sh
 %dir %{dracutlibdir}/modules.d/03rescue
This page took 0.02797 seconds and 4 git commands to generate.