Repository: cassandra Updated Branches: refs/heads/trunk 83894adf1 -> 57c0eee70
Remove thrift jar install from RPM Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/57c0eee7 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/57c0eee7 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/57c0eee7 Branch: refs/heads/trunk Commit: 57c0eee7057dbb926c57817b7b3dbed7eea9f043 Parents: 83894ad Author: Michael Shuler <[email protected]> Authored: Fri Dec 16 20:05:11 2016 -0600 Committer: Michael Shuler <[email protected]> Committed: Fri Dec 16 20:05:11 2016 -0600 ---------------------------------------------------------------------- redhat/cassandra.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/57c0eee7/redhat/cassandra.spec ---------------------------------------------------------------------- diff --git a/redhat/cassandra.spec b/redhat/cassandra.spec index 5d9c168..d2786c2 100644 --- a/redhat/cassandra.spec +++ b/redhat/cassandra.spec @@ -99,9 +99,8 @@ mv bin/cassandra %{buildroot}/usr/sbin/ cp -p bin/* %{buildroot}/usr/bin/ cp -p tools/bin/* %{buildroot}/usr/bin/ -# copy cassandra, thrift jars +# copy cassandra jar cp build/apache-cassandra-%{version}.jar %{buildroot}/usr/share/%{username}/ -cp build/apache-cassandra-thrift-%{version}.jar %{buildroot}/usr/share/%{username}/ %clean %{__rm} -rf %{buildroot}
