]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rpm: drop obsolete libs-compat metapackage
authorNathan Cutler <ncutler@suse.com>
Thu, 16 Jun 2016 20:21:53 +0000 (22:21 +0200)
committerNathan Cutler <ncutler@suse.com>
Tue, 23 Aug 2016 06:43:44 +0000 (08:43 +0200)
Fixes: http://tracker.ceph.com/issues/16353
Signed-off-by: Nathan Cutler <ncutler@suse.com>
ceph.spec.in

index 3666926e6f19935f5d334e43442ddc8712815e1e..2b5755e358cce5b62c60d36ec8f8ae11184612a1 100644 (file)
@@ -24,7 +24,6 @@
 # no gperftools/tcmalloc on s390(x)
 %bcond_with tcmalloc
 %endif
-%bcond_without libs_compat
 %bcond_with lowmem_builder
 %if 0%{?fedora} || 0%{?rhel}
 %bcond_without selinux
@@ -624,27 +623,6 @@ populated file-systems.
 
 %endif
 
-%if 0%{with libs_compat}
-
-%package libs-compat
-Summary:       Meta package to include ceph libraries
-Group:         System Environment/Libraries
-License:       LGPL-2.0
-Obsoletes:     ceph-libs
-Requires:      librados2 = %{epoch}:%{version}-%{release}
-Requires:      librbd1 = %{epoch}:%{version}-%{release}
-Requires:      libcephfs1 = %{epoch}:%{version}-%{release}
-Provides:      ceph-libs
-
-%description libs-compat
-This is a meta package, that pulls in librados2, librbd1 and libcephfs1. It
-is included for backwards compatibility with distributions that depend on the
-former ceph-libs package, which is now split up into these three subpackages.
-Packages still depending on ceph-libs should be fixed to depend on librados2,
-librbd1 or libcephfs1 instead.
-
-%endif
-
 %package -n python-ceph-compat
 Summary:       Compatibility package for Cephs python libraries
 Group:         System Environment/Libraries
@@ -1594,13 +1572,6 @@ exit 0
 
 %endif # with selinux
 
-#################################################################################
-%if 0%{with libs_compat}
-%files libs-compat
-# We need an empty %%files list for ceph-libs-compat, to tell rpmbuild to actually
-# build this meta package.
-%endif
-
 #################################################################################
 %files -n python-ceph-compat
 # We need an empty %%files list for python-ceph-compat, to tell rpmbuild to