From: Ken Dreyer Date: Thu, 11 Feb 2021 18:01:19 +0000 (-0700) Subject: ceph.spec.in: remove trailing whitespace X-Git-Tag: v17.1.0~2872^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1a6c3cffaad50f581de1aeece152d1a9b82a0277;p=ceph.git ceph.spec.in: remove trailing whitespace RPM's parseSpec() Python method internally strips this whitespace character. Tools that process this spec file with parseSpec() and evaluate RPMTAG_DESCRIPTION cannot match this exact %description string as written here. Strip the trailing whitespace so that the RPMTAG_DESCRIPTION header matches what we've written in the spec. Signed-off-by: Ken Dreyer --- diff --git a/ceph.spec.in b/ceph.spec.in index 6c359cfd5267..405b5b1da75b 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -425,7 +425,7 @@ Requires: python%{python3_pkgversion} Recommends: podman >= 2.0.2 %endif %description -n cephadm -Utility to bootstrap a Ceph cluster and manage Ceph daemons deployed +Utility to bootstrap a Ceph cluster and manage Ceph daemons deployed with systemd and podman. %package -n ceph-common