From 4e606ffbf78546a5bdb7dc3354269a71f7937d31 Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Sun, 12 Apr 2009 11:01:35 +0000 Subject: [PATCH] Fix the common sub-package's obsoletes of libs. A simple typo which might cause major problems... --- glusterfs.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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.