packages: dracut/dracut.spec, dracut/reboot-opts.patch (NEW)=?UTF-8?Q?=20?=- rel 3 - ther...
baggins
baggins at pld-linux.org
Mon Apr 16 20:30:18 CEST 2012
Author: baggins Date: Mon Apr 16 18:30:18 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- rel 3
- there is no --no-wall option in SysVinit halt command, remove its use
---- Files affected:
packages/dracut:
dracut.spec (1.17 -> 1.18) , reboot-opts.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/dracut/dracut.spec
diff -u packages/dracut/dracut.spec:1.17 packages/dracut/dracut.spec:1.18
--- packages/dracut/dracut.spec:1.17 Sat Apr 14 17:46:47 2012
+++ packages/dracut/dracut.spec Mon Apr 16 20:30:13 2012
@@ -2,15 +2,16 @@
Summary: Initramfs generator using udev
Name: dracut
Version: 018
-Release: 2
+Release: 3
License: GPL v2+
Group: Base
Source0: ftp://www.kernel.org/pub/linux/utils/boot/dracut/%{name}-%{version}.tar.xz
# Source0-md5: e65f2a54b6d64619334f501a346f7823
Source1: pld.conf
Patch0: no-rh.patch
-Patch2: bash-sh.patch
-Patch3: plymouth-libexec.patch
+Patch1: bash-sh.patch
+Patch2: plymouth-libexec.patch
+Patch3: reboot-opts.patch
URL: https://dracut.wiki.kernel.org/
BuildRequires: dash
BuildRequires: docbook-dtd45-xml
@@ -129,6 +130,7 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%patch2 -p1
%patch3 -p1
@@ -343,6 +345,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.18 2012/04/16 18:30:13 baggins
+- rel 3
+- there is no --no-wall option in SysVinit halt command, remove its use
+
Revision 1.17 2012/04/14 15:46:47 baggins
- rel 2
- BR dash
================================================================
Index: packages/dracut/reboot-opts.patch
diff -u /dev/null packages/dracut/reboot-opts.patch:1.1
--- /dev/null Mon Apr 16 20:30:18 2012
+++ packages/dracut/reboot-opts.patch Mon Apr 16 20:30:13 2012
@@ -0,0 +1,13 @@
+--- dracut-018/modules.d/99shutdown/shutdown.sh~ 2012-04-05 13:54:38.000000000 +0200
++++ dracut-018/modules.d/99shutdown/shutdown.sh 2012-04-16 14:04:49.481733793 +0200
+@@ -98,7 +98,7 @@
+ _check_shutdown final
+
+ getarg 'rd.break=shutdown' && emergency_shell -n cmdline "Break before shutdown"
+-[ "$1" = "reboot" ] && reboot -f -d -n --no-wall
+-[ "$1" = "poweroff" ] && poweroff -f -d -n --no-wall
+-[ "$1" = "halt" ] && halt -f -d -n --no-wall
++[ "$1" = "reboot" ] && reboot -f -d -n
++[ "$1" = "poweroff" ] && poweroff -f -d -n
++[ "$1" = "halt" ] && halt -f -d -n
+ [ "$1" = "kexec" ] && kexec -e
================================================================
---- CVS-web:
http://cvs.pld-linux.org/packages/dracut/dracut.spec?r1=1.17&r2=1.18
More information about the pld-cvs-commit
mailing list