[kernel] r9986 - in dists/trunk/redhat-cluster/redhat-cluster/debian: . patches
Frederik Schüler
fs at alioth.debian.org
Wed Dec 19 19:54:19 UTC 2007
Author: fs
Date: Wed Dec 19 19:54:19 2007
New Revision: 9986
Log:
fix lintian error: shlib-with-executable-bit
fix lintian warning: executable-not-elf-or-script
Added:
dists/trunk/redhat-cluster/redhat-cluster/debian/patches/04_fix-lcrso-file-permissions.dpatch
dists/trunk/redhat-cluster/redhat-cluster/debian/patches/05_fix-ocf-shellfuncs.dpatch
Modified:
dists/trunk/redhat-cluster/redhat-cluster/debian/TODO
dists/trunk/redhat-cluster/redhat-cluster/debian/patches/00list
Modified: dists/trunk/redhat-cluster/redhat-cluster/debian/TODO
==============================================================================
--- dists/trunk/redhat-cluster/redhat-cluster/debian/TODO (original)
+++ dists/trunk/redhat-cluster/redhat-cluster/debian/TODO Wed Dec 19 19:54:19 2007
@@ -1,13 +1,9 @@
Open packaging issues
--------------------
-- make initscripts lsb-compliant
-- lintian issues
+- update initscripts to use lsb functions
-E: cman: shlib-with-executable-bit usr/lib/openais/lcrso/service_cman.lcrso 0755
-W: rgmanager: executable-not-elf-or-script ./usr/share/cluster/ocf-shellfuncs
-
-- write missing manpages (check with upstream)
+- prod upstream to write missing manpages
W: rgmanager: binary-without-manpage usr/sbin/clunfslock
W: rgmanager: binary-without-manpage usr/sbin/rg_test
@@ -33,3 +29,4 @@
W: cman: binary-without-manpage usr/sbin/fence_vmware
W: cman: binary-without-manpage usr/sbin/fence_xcat
W: cman: binary-without-manpage usr/sbin/fence_zvm
+
Modified: dists/trunk/redhat-cluster/redhat-cluster/debian/patches/00list
==============================================================================
--- dists/trunk/redhat-cluster/redhat-cluster/debian/patches/00list (original)
+++ dists/trunk/redhat-cluster/redhat-cluster/debian/patches/00list Wed Dec 19 19:54:19 2007
@@ -2,3 +2,5 @@
01_fix_gfs-kernel-makefile.dpatch
02_fix_gnbd-kernel-makefile.dpatch
03_manpages-whatis.dpatch
+04_fix-lcrso-file-permissions.dpatch
+05_fix-ocf-shellfuncs.dpatch
Added: dists/trunk/redhat-cluster/redhat-cluster/debian/patches/04_fix-lcrso-file-permissions.dpatch
==============================================================================
--- (empty file)
+++ dists/trunk/redhat-cluster/redhat-cluster/debian/patches/04_fix-lcrso-file-permissions.dpatch Wed Dec 19 19:54:19 2007
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 04_fix-lcrso-file-permissions.dpatch by Frederik Schüler <fs at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: install usr/lib/openais/lcrso/service_cman.lcrso with mode 644
+
+ at DPATCH@
+--- redhat-cluster-2.20071022/cman/daemon/Makefile.old 2007-12-19 20:26:44.000000000 +0100
++++ redhat-cluster-2.20071022/cman/daemon/Makefile 2007-12-19 20:27:11.000000000 +0100
+@@ -42,7 +42,7 @@
+
+ install: all
+ install -d ${libexecdir}/lcrso
+- install -s ${TARGET} ${libexecdir}/lcrso
++ install -s -m 644 ${TARGET} ${libexecdir}/lcrso
+
+ uninstall:
+ rm -f ${libexecdir}/lcrso/${TARGET}
Added: dists/trunk/redhat-cluster/redhat-cluster/debian/patches/05_fix-ocf-shellfuncs.dpatch
==============================================================================
--- (empty file)
+++ dists/trunk/redhat-cluster/redhat-cluster/debian/patches/05_fix-ocf-shellfuncs.dpatch Wed Dec 19 19:54:19 2007
@@ -0,0 +1,14 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 05_fix-ocf-shellfuncs.dpatch by Frederik Schüler <fs at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: add shebang to ocf-shellfuncs
+
+ at DPATCH@
+--- redhat-cluster-2.20071022/rgmanager/src/resources/ocf-shellfuncs.old 2007-12-19 20:37:52.000000000 +0100
++++ redhat-cluster-2.20071022/rgmanager/src/resources/ocf-shellfuncs 2007-12-19 20:38:22.000000000 +0100
+@@ -1,3 +1,4 @@
++#! /bin/sh
+ #
+ # $Id: ocf-shellfuncs,v 1.4 2007/01/15 19:52:05 lhh Exp $
+ #
More information about the Kernel-svn-changes
mailing list