From 644650f59d900aa95e902da1fa6eaf0c88985fa3 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 16 Jun 2016 22:21:53 +0200 Subject: [PATCH] rpm: drop obsolete libs-compat metapackage Fixes: http://tracker.ceph.com/issues/16353 Signed-off-by: Nathan Cutler --- ceph.spec.in | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index 3666926e6f199..2b5755e358cce 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -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 -- 2.39.5