diff options
author | Nathan Cutler <ncutler@suse.com> | 2016-02-29 17:32:50 +0100 |
---|---|---|
committer | Nathan Cutler <ncutler@suse.com> | 2016-02-29 17:36:57 +0100 |
commit | 4de86bf373e8c3041bbb4fbaf560e4427aed42ab (patch) | |
tree | d717c50ac20aba87d4b3df33c4f79e5297a59445 | |
parent | RPM: drop duplicate udev rules from ceph-base (diff) | |
download | ceph-4de86bf373e8c3041bbb4fbaf560e4427aed42ab.tar.xz ceph-4de86bf373e8c3041bbb4fbaf560e4427aed42ab.zip |
RPM: drop duplicate /var/lib/ceph/* directories
As of a recent commit, we had /var/lib/ceph/{mds,mon,osd} directories
packaged twice, once with %attr and once without. Drop the latter.
Signed-off-by: Nathan Cutler <ncutler@suse.com>
-rw-r--r-- | ceph.spec.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index a5c3c292e93..d3e9cc0bd84 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -1019,7 +1019,6 @@ fi %else %{_initrddir}/ceph %endif -%dir %{_localstatedir}/lib/ceph/mds %attr(750,ceph,ceph) %dir %{_localstatedir}/lib/ceph/mds %files mon @@ -1027,7 +1026,6 @@ fi %{_bindir}/ceph-rest-api %{_mandir}/man8/ceph-mon.8* %{_mandir}/man8/ceph-rest-api.8* -%dir %{_localstatedir}/lib/ceph/mon %{python_sitelib}/ceph_rest_api.py* %if 0%{?_with_systemd} %{_unitdir}/ceph-mon@.service @@ -1148,7 +1146,6 @@ fi %else %{_initrddir}/ceph %endif -%dir %{_localstatedir}/lib/ceph/osd %attr(750,ceph,ceph) %dir %{_localstatedir}/lib/ceph/osd ################################################################################# |