Updated Branches: refs/heads/4.0 6b8d2f45c -> 3f1f366c9 refs/heads/gradle 6c6d3febd -> 4c2b8a328
Small fix to add these files to the rpm, this was breaking the waf rpm build Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/3f1f366c Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/3f1f366c Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/3f1f366c Branch: refs/heads/4.0 Commit: 3f1f366c91815e96fac370621dfc010e7e05c0d1 Parents: 6b8d2f4 Author: Hugo Trippaers <[email protected]> Authored: Mon Aug 20 14:01:41 2012 +0200 Committer: Hugo Trippaers <[email protected]> Committed: Mon Aug 20 14:01:41 2012 +0200 ---------------------------------------------------------------------- cloud.spec | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3f1f366c/cloud.spec ---------------------------------------------------------------------- diff --git a/cloud.spec b/cloud.spec index 4ed9d0f..0670ec6 100644 --- a/cloud.spec +++ b/cloud.spec @@ -419,6 +419,8 @@ fi %attr(0755,root,root) %{_bindir}/cloud-sccs %attr(0755,root,root) %{_bindir}/cloud-gitrevs %doc %{_docdir}/%{name}-%{version}/version-info +%doc %{_docdir}/%{name}-%{version}/sccs-info +%doc %{_docdir}/%{name}-%{version}/configure-info %doc README.html %doc debian/copyright
