diff options
author | Amar Tumballi <amar@gluster.com> | 2010-10-05 03:49:39 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-10-05 03:43:02 -0700 |
commit | b5c5a7fa141e77a5d688647c753b2d59d6330f83 (patch) | |
tree | c69ae17f47714ae4eba87949ceee187c3522f993 /glusterfs.spec.in | |
parent | fe2777ccaff5d2660af65472962bbef8d10b1814 (diff) |
rpm spec file: add proper Obselete keys
Thanks to Bernard Li <bernard@vanhpc.org>
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
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
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index a81fd165e..46aad2dd0 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 |