From fff3cf91deef1badb390abd133a1e58789b488de Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Thu, 22 Jan 2015 16:40:53 -0700 Subject: [PATCH] ceph.spec.in: capitalization and punctuation Ensure that each sub-package's %description starts with a capital letter and ends with a dot. rpmlint has a rule that checks the Summary field, but not %description (yet). Signed-off-by: Ken Dreyer --- ceph.spec.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index b309f5e1b12..8f5955423da 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -113,7 +113,7 @@ Requires: python-ceph = %{epoch}:%{version}-%{release} Requires: python-requests Requires: redhat-lsb-core %description -n ceph-common -common utilities to mount and interact with a ceph storage cluster +Common utilities to mount and interact with a ceph storage cluster. %package fuse Summary: Ceph fuse-based client @@ -161,8 +161,8 @@ BuildRequires: expat-devel BuildRequires: fcgi-devel %endif %description radosgw -radosgw is an S3 HTTP REST gateway for the RADOS object store. It is -implemented as a FastCGI module using libfcgi, and can be used in +This package is an S3 HTTP REST gateway for the RADOS object store. It +is implemented as a FastCGI module using libfcgi, and can be used in conjunction with any FastCGI capable web server. %if %{with ocf} -- 2.47.3