]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: fix file section for ceph-resource-agents
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 30 Jan 2013 18:00:45 +0000 (19:00 +0100)
committerGary Lowell <glowell@inktank.com>
Thu, 31 Jan 2013 22:16:03 +0000 (14:16 -0800)
Create needed dirs (/usr/lib/ocf/resource.d/ceph) for the ceph-resource-agents
subpackage.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
ceph.spec.in

index 2c5f8198fb80c4616249388b3c29dd263aaaedeb..5d4d1ac1abe4776b6b8ba4e7d56398718c74d65e 100644 (file)
@@ -445,6 +445,9 @@ fi
 %if %{with ocf}
 %files resource-agents
 %defattr(0755,root,root,-)
+%dir /usr/lib/ocf
+%dir /usr/lib/ocf/resource.d
+%dir /usr/lib/ocf/resource.d/ceph
 /usr/lib/ocf/resource.d/%{name}/*
 %endif