]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rpm: do not use "-n" for immutable-object-cache
authorKefu Chai <kchai@redhat.com>
Sun, 24 Mar 2019 14:08:36 +0000 (22:08 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 25 Mar 2019 04:47:34 +0000 (12:47 +0800)
commit1cd1967013959831b3b3df501e385083f8a48bb1
treecbbebbb160054174baec16617f0064f65670fe10
parent37d4390a27d08f90f1019ef188232da26262434d
rpm: do not use "-n" for immutable-object-cache

as immutable-object-cache has the prefix of "ceph", no need to use "-n"
option. so this change is but a cleanup.

* use "%package immutable-object-cache" not "%package
  ceph-immutable-object-cache" for naming subpackage of
  "ceph-immutable-object-cache". this would result in package name of
  "ceph-immutable-object-cache". see
  http://ftp.rpm.org/max-rpm/s1-rpm-subpack-spec-file-changes.html
* the same applies to other directives with "-n" options, see
  http://ftp.rpm.org/max-rpm/s1-rpm-inside-package-directive.html

Signed-off-by: Kefu Chai <kchai@redhat.com>
ceph.spec.in