]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
RPM: drop duplicate /var/lib/ceph/* directories 7826/head
authorNathan Cutler <ncutler@suse.com>
Mon, 29 Feb 2016 16:32:50 +0000 (17:32 +0100)
committerNathan Cutler <ncutler@suse.com>
Mon, 29 Feb 2016 16:36:57 +0000 (17:36 +0100)
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>
ceph.spec.in

index a5c3c292e9357dff527244cb498a4f6080c491a5..d3e9cc0bd84af59e4153216e724d868d9b789442 100644 (file)
@@ -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
 
 #################################################################################