diff --git a/glusterfs.spec b/glusterfs.spec
index 78b4226..432fe08 100644
--- a/glusterfs.spec
+++ b/glusterfs.spec
@@ -14,7 +14,7 @@
Summary: Cluster File System
Name: glusterfs
Version: 1.3.12
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv3+
Group: System Environment/Base
URL: http://www.gluster.org/docs/index.php/GlusterFS
@@ -44,7 +44,7 @@ is in userspace and easily manageable.
%package libs
Summary: GlusterFS Library and Translators
Group: System Environment/Libraries
-Obsoletes: glusterfs-common >= 1.3.7-2
+Obsoletes: glusterfs-common <= 1.3.7-2
%description libs
GlusterFS is a clustered file-system capable of scaling to several
@@ -213,6 +213,10 @@ fi
%changelog
+* Sun Apr 12 2009 Matthias Saou 1.3.12-2
+- Fix the common sub-package's obsoletes of libs. A simple typo which might
+ cause major problems...
+
* Mon Feb 16 2009 Matthias Saou 1.3.12-1
- Update to 1.3.12.
- Remove no longer needed ocreat patch.