Updated Branches: refs/heads/master 86d49e7aa -> c657962ec
Small fix to add these files to the rpm, this was breaking the waf rpm build (ported from 4.0 branch) Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/c657962e Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/c657962e Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/c657962e Branch: refs/heads/master Commit: c657962ecea071d25dab49c92788d8763795dc50 Parents: 86d49e7 Author: Hugo Trippaers <[email protected]> Authored: Mon Aug 20 14:13:25 2012 +0200 Committer: Hugo Trippaers <[email protected]> Committed: Mon Aug 20 14:13:25 2012 +0200 ---------------------------------------------------------------------- cloud.spec | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/c657962e/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
