diff options
author | Niels de Vos <ndevos@redhat.com> | 2014-02-16 16:58:46 +0100 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2014-02-26 11:33:53 -0800 |
commit | 7098d6adb08e74ead6bcce7bc9c5a1c0419a819e (patch) | |
tree | 43aa148fb05b2efb0492946c0e6e8fbf2eec4f42 /glusterfs.spec.in | |
parent | f69e85511645fcbd0526e38ca88dd3e5bf0ed917 (diff) |
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 <ndevos@redhat.com>
Reviewed-on: http://review.gluster.org/7022
Reviewed-by: Justin Clift <jclift@redhat.com>
Tested-by: Justin Clift <jclift@redhat.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 275d65b4d4e..43662b5a9ef 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 <ndevos@redhat.com> +- Drop glusterfs-devel dependency from glusterfs-api (#1065750) + * Thu Feb 06 2014 Aravinda VK <avishwan@redhat.com> - Include geo-replication upgrade scripts and hook scripts. |