From: Nathan Cutler Date: Thu, 9 Jul 2015 11:39:03 +0000 (+0200) Subject: ceph.spec.in: drop lsb-release dependency from ceph-common X-Git-Tag: v9.1.0~219^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=929ca5b6adc4a37567d6ce9ebbb0803582fed4b1;p=ceph.git ceph.spec.in: drop lsb-release dependency from ceph-common It was there as an equivalent of redhat-lsb-core, but the redhat-lsb-core bits that ceph-common relies on are included in insserv-compat on SUSE, and insserv-compat is in base. Signed-off-by: Nathan Cutler --- diff --git a/ceph.spec.in b/ceph.spec.in index a8374dc4f35e..2e4fd54ffdea 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -180,9 +180,6 @@ Requires: python-requests %if 0%{?rhel} || 0%{?fedora} Requires: redhat-lsb-core %endif -%if 0%{defined suse_version} -Requires: lsb-release -%endif # python-argparse is only needed in distros with Python 2.6 or lower %if (0%{?rhel} && 0%{?rhel} <= 6) || (0%{?suse_version} && 0%{?suse_version} <= 1110) Requires: python-argparse