[DRBD-cvs] svn commit by phil - r2875 - branches/drbd-0.7 - *
Missing drbd.spec.in * Our shell code is intended to
drbd-cvs at lists.linbit.com
drbd-cvs at lists.linbit.com
Mon May 7 14:53:05 CEST 2007
Author: phil
Date: 2007-05-07 14:53:03 +0200 (Mon, 07 May 2007)
New Revision: 2875
Modified:
branches/drbd-0.7/Makefile
branches/drbd-0.7/drbd.spec.in
Log:
* Missing drbd.spec.in
* Our shell code is intended to be executed on bash, not dash.
Modified: branches/drbd-0.7/Makefile
===================================================================
--- branches/drbd-0.7/Makefile 2007-05-07 12:46:04 UTC (rev 2874)
+++ branches/drbd-0.7/Makefile 2007-05-07 12:53:03 UTC (rev 2875)
@@ -20,6 +20,10 @@
# TODO move some of the more cryptic bash scriptlets here into scripts/*
# and call those from here. -- lge
+# for some reason some of the commands below only work correctly in bash,
+# and not in e.g. dash. I'm too lazy to fix it to be compatible.
+SHELL=/bin/bash
+
#PREFIX = /usr/local
SUBDIRS = user scripts documentation drbd #testing #benchmark
Modified: branches/drbd-0.7/drbd.spec.in
===================================================================
--- branches/drbd-0.7/drbd.spec.in 2007-05-07 12:46:04 UTC (rev 2874)
+++ branches/drbd-0.7/drbd.spec.in 2007-05-07 12:53:03 UTC (rev 2875)
@@ -188,6 +188,12 @@
/sbin/depmod -a -F /boot/System.map-%{kernelversion} %{kernelversion} >/dev/null 2>&1 || true
%changelog
+* Mon May 7 2007 14:32:04 +0200 Philipp Reisner <phil at linbit.com>
+- drbd (0.7.24-1)
+ * Fixed leakage of bios in case we are diskless.
+ * A fix to the device name guessing code.
+ * Made it to compile on 2.6.21 and gcc-4.1 without warnings.
+
* Fri Jan 12 2007 13:21:28 +0200 Philipp Reisner <phil at linbit.com>
- drbd (0.7.23-1)
* Made it to compile on 2.6.19.
More information about the drbd-cvs
mailing list