From 4aa02912b931e7b31d1c3f43e96ea9359159acd2 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Thu, 12 Aug 2021 10:48:18 -0400 Subject: [PATCH] rpm, debian: remove lsb-release Nothing requires this any more, so we can remove it from the RPM and Debian packaging. Signed-off-by: Ken Dreyer (cherry picked from commit cbc0127f3435a1c62344df377e19577c4931b376) Conflicts: debian/control - trivial ordering Signed-off-by: Ken Dreyer --- ceph.spec.in | 2 -- debian/control | 1 - 2 files changed, 3 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index 1496ef238211a..6f2cc629e5f53 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -296,7 +296,6 @@ BuildRequires: libbz2-devel BuildRequires: mozilla-nss-devel BuildRequires: keyutils-devel BuildRequires: libopenssl-devel -BuildRequires: lsb-release BuildRequires: openldap2-devel #BuildRequires: krb5 #BuildRequires: krb5-devel @@ -321,7 +320,6 @@ BuildRequires: openldap-devel #BuildRequires: krb5-devel BuildRequires: openssl-devel BuildRequires: CUnit-devel -BuildRequires: redhat-lsb-core BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python%{python3_pkgversion}-Cython diff --git a/debian/control b/debian/control index b3b48950ad781..99339987a70ac 100644 --- a/debian/control +++ b/debian/control @@ -75,7 +75,6 @@ Build-Depends: automake, # Make-Check libxmlsec1-openssl, # Make-Check libxmlsec1-dev, # Crimson libyaml-cpp-dev, - lsb-release, # Jaeger nlohmann-json-dev | nlohmann-json3-dev, parted, patch, -- 2.39.5