Repository: ignite Updated Branches: refs/heads/ignite-2.4 36cc82293 -> d753298b4
IGNITE-7107 Apache Ignite RPM packages * added changelog to package specification This closes #3396 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d753298b Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/d753298b Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/d753298b Branch: refs/heads/ignite-2.4 Commit: d753298b4012894b56f5c9218325211cd84a21d5 Parents: 36cc822 Author: Peter Ivanov <[email protected]> Authored: Thu Jan 18 09:18:53 2018 +0300 Committer: Pavel Tupitsyn <[email protected]> Committed: Thu Jan 18 09:19:22 2018 +0300 ---------------------------------------------------------------------- packaging/rpm/SPECS/apache-ignite.spec | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/d753298b/packaging/rpm/SPECS/apache-ignite.spec ---------------------------------------------------------------------- diff --git a/packaging/rpm/SPECS/apache-ignite.spec b/packaging/rpm/SPECS/apache-ignite.spec index 45d72b7..b900073 100644 --- a/packaging/rpm/SPECS/apache-ignite.spec +++ b/packaging/rpm/SPECS/apache-ignite.spec @@ -204,3 +204,11 @@ ln -sf %{_var}/log/%{name} %{buildroot}%{_sharedstatedir}/%{name}/log %doc %{name}-*/NOTICE %doc %{name}-*/RELEASE_NOTES.txt %license %{name}-*/LICENSE + +#------------------------------------------------------------------------------- +# +# Changelog +# +%changelog +* Wed Jan 17 2018 GridGain Systems <[email protected]> - 2.4.0-1 +- Initial package release
