From 75e8b46925ef94be2867ad427fa8c04a55673472 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Tue, 16 Feb 2010 22:40:17 -0800 Subject: [PATCH 1/1] xenserver: Exclude compile Python byte code from packaging --- xenserver/vswitch-xen.spec | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/xenserver/vswitch-xen.spec b/xenserver/vswitch-xen.spec index 2d8acd5d..92dcd15b 100644 --- a/xenserver/vswitch-xen.spec +++ b/xenserver/vswitch-xen.spec @@ -324,26 +324,13 @@ fi /usr/share/vswitch/scripts/refresh-xs-network-uuids /usr/share/vswitch/scripts/interface-reconfigure /usr/share/vswitch/scripts/InterfaceReconfigure.py -/usr/share/vswitch/scripts/InterfaceReconfigure.pyc -/usr/share/vswitch/scripts/InterfaceReconfigure.pyo /usr/share/vswitch/scripts/InterfaceReconfigureBridge.py -/usr/share/vswitch/scripts/InterfaceReconfigureBridge.pyc -/usr/share/vswitch/scripts/InterfaceReconfigureBridge.pyo /usr/share/vswitch/scripts/InterfaceReconfigureVswitch.py -/usr/share/vswitch/scripts/InterfaceReconfigureVswitch.pyc -/usr/share/vswitch/scripts/InterfaceReconfigureVswitch.pyo /usr/share/vswitch/scripts/vif /usr/share/vswitch/scripts/xen-bugtool /usr/share/vswitch/scripts/XSFeatureVSwitch.py /usr/share/vswitch/scripts/brctl /usr/share/vswitch/scripts/sysconfig.template -# Following two files are generated automatically by rpm. We don't -# really need them and they won't be used on the XenServer, but there -# isn't an obvious place to get rid of them since they are generated -# after the install script runs. Since they are small, we just -# include them. -/usr/share/vswitch/scripts/XSFeatureVSwitch.pyc -/usr/share/vswitch/scripts/XSFeatureVSwitch.pyo /usr/sbin/ovs-brcompatd /usr/sbin/ovs-vswitchd /usr/bin/ovs-appctl @@ -360,3 +347,5 @@ fi /usr/share/man/man8/ovs-vsctl.8.gz /usr/share/man/man8/ovs-vswitchd.8.gz /var/lib/openvswitch +%exclude /usr/share/vswitch/scripts/*.pyc +%exclude /usr/share/vswitch/scripts/*.pyo -- 2.30.2