From: Nathan Cutler Date: Mon, 16 Dec 2019 09:45:22 +0000 (+0100) Subject: rpm/cephadm: start description and summary with capital letter X-Git-Tag: v15.1.0~480^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F32212%2Fhead;p=ceph.git rpm/cephadm: start description and summary with capital letter This commit fixes RPMLINT issue: cephadm.x86_64: E: summary-not-capitalized (Badness: 20) C cephadm utility to bootstrap Ceph clusters Summary doesn't begin with a capital letter. Signed-off-by: Nathan Cutler --- diff --git a/ceph.spec.in b/ceph.spec.in index a68604b483f3..c2c3fb16168d 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -405,11 +405,11 @@ Recommends: chrony Base is the package that includes all the files shared amongst ceph servers %package -n cephadm -Summary: cephadm utility to bootstrap Ceph clusters +Summary: Utility to bootstrap Ceph clusters Requires: podman %description -n cephadm -cephadm utility to bootstrap a Ceph cluster and manage ceph daemons -deployed with systemd and podman. +Utility to bootstrap a Ceph cluster and manage Ceph daemons deployed +with systemd and podman. %package -n ceph-common Summary: Ceph Common