mirror of
https://github.com/ceph/ceph
synced 2025-01-18 09:02:08 +00:00
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 <kdreyer@redhat.com>
This commit is contained in:
parent
dd3ebf38d9
commit
fff3cf91de
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user