Skip to content

Commit

Permalink
rpm: drop obsolete devel-compat meta package
Browse files Browse the repository at this point in the history
Everyone should upgrade through Firefly -> Hammer -> etc to pick up the newer
package names.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
Signed-off-by: Nathan Cutler <ncutler@suse.com>
  • Loading branch information
smithfarm committed Jun 16, 2016
1 parent 7732221 commit c509ac2
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -582,25 +582,6 @@ librbd1 or libcephfs1 instead.

%endif

%package devel-compat
Summary: Compatibility package for Ceph headers
Group: Development/Libraries
License: LGPL-2.0
Obsoletes: ceph-devel
Requires: librados-devel = %{epoch}:%{version}-%{release}
Requires: libradosstriper-devel = %{epoch}:%{version}-%{release}
Requires: librbd-devel = %{epoch}:%{version}-%{release}
Requires: libcephfs-devel = %{epoch}:%{version}-%{release}
%if 0%{with cephfs_java}
Requires: libcephfs_jni-devel = %{epoch}:%{version}-%{release}
%endif
Provides: ceph-devel
%description devel-compat
This is a compatibility package to accommodate ceph-devel split into
librados-devel, librbd-devel and libcephfs-devel. Packages still depending
on ceph-devel should be fixed to depend on librados-devel, librbd-devel,
libcephfs-devel or libradosstriper-devel instead.

%package -n python-ceph-compat
Summary: Compatibility package for Cephs python libraries
Group: System Environment/Libraries
Expand Down Expand Up @@ -1509,11 +1490,6 @@ exit 0
# build this meta package.
%endif

#################################################################################
%files devel-compat
# We need an empty %%files list for ceph-devel-compat, to tell rpmbuild to
# actually build this meta package.

#################################################################################
%files -n python-ceph-compat
# We need an empty %%files list for python-ceph-compat, to tell rpmbuild to
Expand Down

0 comments on commit c509ac2

Please sign in to comment.