From 2e9067c99c864626b6815bd5e6bd6f58c19b3a7b Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Wed, 28 Sep 2011 18:03:06 -0700 Subject: [PATCH] xenserver: Correct location of xen-bugtool plugins. xen-bugtool plugins were stored in "/etc/xensource/bugtool/bugtool-plugins/*", but xen-bugtool will not traverse deeper than "/etc/xensource/bugtool/*". This commit corrects the location and makes our plugins run. signed-off-by: Justin Pettit acked-by: Ben Pfaff --- xenserver/openvswitch-xen.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xenserver/openvswitch-xen.spec b/xenserver/openvswitch-xen.spec index 633f861f3..f5c123165 100644 --- a/xenserver/openvswitch-xen.spec +++ b/xenserver/openvswitch-xen.spec @@ -108,7 +108,7 @@ install python/compat/uuid.py $RPM_BUILD_ROOT/usr/share/openvswitch/python install python/compat/argparse.py $RPM_BUILD_ROOT/usr/share/openvswitch/python install -d -m 755 $RPM_BUILD_ROOT/etc/xensource/bugtool -mv $RPM_BUILD_ROOT/etc/openvswitch/bugtool-plugins $RPM_BUILD_ROOT/etc/xensource/bugtool +mv $RPM_BUILD_ROOT/etc/openvswitch/bugtool-plugins/* $RPM_BUILD_ROOT/etc/xensource/bugtool # Get rid of stuff we don't want to make RPM happy. rm \ -- 2.43.0