CLOUDSTACK-1631 - removing duplicate %doc declarations in -management
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/7a0f1bdf Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/7a0f1bdf Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/7a0f1bdf Branch: refs/heads/ui-multiple-nics Commit: 7a0f1bdf813ddb3a61a57d27b98f1ff7753d1be4 Parents: 797eb00 Author: David Nalley <[email protected]> Authored: Mon Mar 11 20:18:43 2013 -0400 Committer: David Nalley <[email protected]> Committed: Mon Mar 11 20:18:43 2013 -0400 ---------------------------------------------------------------------- packaging/centos63/cloud.spec | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/7a0f1bdf/packaging/centos63/cloud.spec ---------------------------------------------------------------------- diff --git a/packaging/centos63/cloud.spec b/packaging/centos63/cloud.spec index 3af01b2..a79ef17 100644 --- a/packaging/centos63/cloud.spec +++ b/packaging/centos63/cloud.spec @@ -338,8 +338,6 @@ fi #No default permission as the permission setup is complex %files management %defattr(-,root,root,-) -%doc LICENSE -%doc NOTICE %dir %attr(0770,root,cloud) %{_sysconfdir}/%{name}/management/Catalina %dir %attr(0770,root,cloud) %{_sysconfdir}/%{name}/management/Catalina/localhost %dir %attr(0770,root,cloud) %{_sysconfdir}/%{name}/management/Catalina/localhost/client
