From 7098d6adb08e74ead6bcce7bc9c5a1c0419a819e Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Sun, 16 Feb 2014 16:58:46 +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. 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 --- glusterfs.spec.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 275d65b4d..43662b5a9 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} @@ -890,6 +889,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