]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: capitalization and punctuation 3467/head
authorKen Dreyer <kdreyer@redhat.com>
Thu, 22 Jan 2015 23:40:53 +0000 (16:40 -0700)
committerKen Dreyer <kdreyer@redhat.com>
Thu, 22 Jan 2015 23:45:28 +0000 (16:45 -0700)
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 <kdreyer@redhat.com>
ceph.spec.in

index b309f5e1b12677f880868fce7bb67a091c909e38..8f5955423dad55dc4c535939b31dfcff17b14c22 100644 (file)
@@ -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}