From 88ad653874bc9d5bfd8ba5ec085e6a919c5ac281 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Mon, 16 Dec 2019 10:45:22 +0100 Subject: [PATCH] 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 --- ceph.spec.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index a68604b483f39..c2c3fb16168db 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 -- 2.39.5