forked from pool/ocfs2-tools
- add '-q' in %setup of ocfs2-tools.spec, to make build log shorter.
(patch written by aj@suse.de) OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/ocfs2-tools?expand=0&rev=23
This commit is contained in:
parent
0428fbbc58
commit
a67a179397
@ -1,13 +0,0 @@
|
||||
Index: ocfs2-tools/ocfs2_controld/pacemaker.c
|
||||
===================================================================
|
||||
--- ocfs2-tools.orig/ocfs2_controld/pacemaker.c
|
||||
+++ ocfs2-tools/ocfs2_controld/pacemaker.c
|
||||
@@ -154,7 +154,7 @@ static void process_pcmk(int ci)
|
||||
|
||||
int setup_stack(void)
|
||||
{
|
||||
- crm_log_init("ocfs2_controld", LOG_INFO, FALSE, TRUE, 0, NULL);
|
||||
+ crm_log_init("ocfs2_controld", LOG_INFO, FALSE, TRUE, 0, NULL, TRUE);
|
||||
|
||||
if(init_ais_connection(NULL, NULL, NULL, &local_node_uname, &our_nodeid) == FALSE) {
|
||||
log_error("Connection to our AIS plugin (CRM) failed");
|
@ -1,9 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 20 04:34:04 UTC 2010 - aj@suse.de
|
||||
Thu Dec 2 08:09:49 UTC 2010 - i@coly.li
|
||||
|
||||
- Fix crm_log_init invocation.
|
||||
- remove patches that should have been removed according to
|
||||
previous commits.
|
||||
- add '-q' in %setup of ocfs2-tools.spec, to make build log shorter.
|
||||
(patch written by aj@suse.de)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 20 17:33:02 UTC 2010 - i@coly.li
|
||||
|
@ -37,7 +37,6 @@ Patch106: ocfs2-devel.diff
|
||||
Patch107: reflink-no-syscall.patch
|
||||
Patch201: bug-543119-o2dlm.patch
|
||||
Patch202: fix-configure-check-libs.patch
|
||||
Patch203: fix-crm_log_init.patch
|
||||
Url: http://oss.oracle.com/projects/ocfs2-tools/
|
||||
Requires: net-tools, modutils, e2fsprogs, /sbin/chkconfig, glib2 >= 2.2.3
|
||||
PreReq: %insserv_prereq %fillup_prereq
|
||||
@ -124,7 +123,6 @@ Authors:
|
||||
%patch107 -p0
|
||||
%patch201 -p1
|
||||
%patch202 -p1
|
||||
%patch203 -p1
|
||||
|
||||
%build
|
||||
%{?suse_update_config:%{suse_update_config -f}}
|
||||
|
Loading…
Reference in New Issue
Block a user