Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 0d728c194 -> 0628520a9 refs/heads/cassandra-3.11 e7b9c1f50 -> c181943a4 refs/heads/trunk d6cc59432 -> 735f1a417
Add ant-junit as SRPM build requirement patch by Troels Arvin; reviewed by Stefan Podkowinski for CASSANDRA-14180 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0628520a Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/0628520a Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/0628520a Branch: refs/heads/cassandra-3.0 Commit: 0628520a9be69bb42a0ba73859888a5a8af83b27 Parents: 0d728c1 Author: Stefan Podkowinski <[email protected]> Authored: Mon Jan 22 13:31:11 2018 +0100 Committer: Stefan Podkowinski <[email protected]> Committed: Mon Jan 22 13:33:44 2018 +0100 ---------------------------------------------------------------------- redhat/cassandra.spec | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/0628520a/redhat/cassandra.spec ---------------------------------------------------------------------- diff --git a/redhat/cassandra.spec b/redhat/cassandra.spec index de79bdb..a483411 100644 --- a/redhat/cassandra.spec +++ b/redhat/cassandra.spec @@ -22,6 +22,7 @@ Source0: %{relname}-src.tar.gz BuildRoot: %{_tmppath}/%{relname}root-%(%{__id_u} -n) BuildRequires: ant >= 1.9 +BuildRequires: ant-junit >= 1.9 Requires: jre >= 1.8.0 Requires: python(abi) >= 2.7 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
