[ovs-dev] [PATCH 2/2] xenserver: Don't install at same time as XS 5.5.900 "openvswitch" package.

Ben Pfaff blp at nicira.com
Fri Sep 4 20:30:17 UTC 2009


XenServer 5.5.900 installs an "openvswitch" package that this package
conflicts with, so add a "Conflicts: openvswitch" to the RPM packaging.
---
 xenserver/vswitch-xen.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/xenserver/vswitch-xen.spec b/xenserver/vswitch-xen.spec
index b65f076..372cdfb 100644
--- a/xenserver/vswitch-xen.spec
+++ b/xenserver/vswitch-xen.spec
@@ -28,6 +28,7 @@ Release: 1
 Source: openvswitch-%{vswitch_version}.tar.gz
 Buildroot: /tmp/vswitch-xen-rpm
 Requires: kernel-xen = %(echo '%{xen_version}' | sed 's/xen$//')
+Conflicts: openvswitch
 
 %description
 The vswitch provides standard network bridging functions augmented with
-- 
1.6.3.3





More information about the dev mailing list