From b5c5a7fa141e77a5d688647c753b2d59d6330f83 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Tue, 5 Oct 2010 03:49:39 +0000 Subject: rpm spec file: add proper Obselete keys Thanks to Bernard Li Signed-off-by: Amar Tumballi Signed-off-by: Vijay Bellur BUG: 1808 (Allow RPM upgrade from glusterfs 3.0.x to 3.1) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1808 --- glusterfs.spec.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/glusterfs.spec.in b/glusterfs.spec.in index a81fd165..46aad2dd 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -45,7 +45,7 @@ is in userspace and easily manageable. %package core Summary: GlusterFS common files for both the client and the server Group: System Environment/Libraries -Obsoletes: glusterfs-libs <= 2.0.0 +Obsoletes: glusterfs-libs <= 2.0.0 glusterfs-common < 3.1.0 glusterfs-server < 3.1.0 Provides: glusterfs-libs = %{version}-%{release} %description core @@ -82,6 +82,7 @@ This package provides support to ib-verbs library. %package fuse Summary: GlusterFS Fuse Group: Applications/File +Obsoletes: glusterfs-client < 3.1.0 %description fuse GlusterFS is a clustered file-system capable of scaling to several -- cgit