From 1877ba6a840d45f7454281533bba8d10893cbbe9 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Fri, 28 Feb 2014 12:24:57 +0100 Subject: rpm: drop the glusterfs-devel dependency from glusterfs-api This dependency was introduced when the Fedora packaging change for Bug 1016938 was (incorrectly) merged back into the upstream community version. Cherry picked from commit 7098d6adb08e74ead6bcce7bc9c5a1c0419a819e: > Change-Id: I74a52c96533fa381e86b47f719480f00b12722ac > BUG: 1065750 > Signed-off-by: Niels de Vos > Reviewed-on: http://review.gluster.org/7022 > Reviewed-by: Justin Clift > Tested-by: Justin Clift Change-Id: I1fbc250267f17cc5d903d68fc00d095db45e7b6c BUG: 1071230 Signed-off-by: Niels de Vos Reviewed-on: http://review.gluster.org/7169 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- glusterfs.spec.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 16ff50a7bee..d7bc64809ad 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -328,7 +328,6 @@ This package provides the glusterfs server daemon. Summary: Clustered file-system api library Group: System Environment/Daemons Requires: %{name} = %{version}-%{release} -Requires: %{name}-devel = %{version}-%{release} # we provide the Python package/namespace 'gluster' Provides: python-gluster = %{version}-%{release} @@ -889,6 +888,9 @@ if [ $1 -ge 1 ]; then fi %changelog +* Wed Feb 26 2014 Niels de Vos +- Drop glusterfs-devel dependency from glusterfs-api (#1065750) + * Thu Feb 06 2014 Aravinda VK - Include geo-replication upgrade scripts and hook scripts. -- cgit