From bc398a58591c0e921a1770c1f8d8bb794297d19f Mon Sep 17 00:00:00 2001 From: Greg Szabo Date: Thu, 27 Jul 2017 20:48:57 +0000 Subject: [PATCH] Removed useradd dependency so package works for Amazon Linux --- build/spectemplates/basecoin.spec | 2 +- build/spectemplates/ethermint.spec | 2 +- build/spectemplates/gaia.spec | 2 +- build/spectemplates/trackomatron.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/spectemplates/basecoin.spec b/build/spectemplates/basecoin.spec index 6fd70d83..9553962b 100644 --- a/build/spectemplates/basecoin.spec +++ b/build/spectemplates/basecoin.spec @@ -12,7 +12,7 @@ URL: https://tendermint.com/ Packager: Greg Szabo Requires: tendermint >= 0.10.0 Provides: basecli -Requires(pre): useradd +#Requires(pre): useradd %description Basecoin is an ABCI application designed to be used with the Tendermint consensus engine to form a Proof-of-Stake cryptocurrency. It also provides a general purpose framework for extending the feature-set of the cryptocurrency by implementing plugins. diff --git a/build/spectemplates/ethermint.spec b/build/spectemplates/ethermint.spec index 50fc62b2..72fbe2b4 100644 --- a/build/spectemplates/ethermint.spec +++ b/build/spectemplates/ethermint.spec @@ -11,7 +11,7 @@ License: Apache 2.0 URL: https://tendermint.com/ Packager: Greg Szabo Requires: tendermint >= 0.10.0 -Requires(pre): useradd +#Requires(pre): useradd %description Ethermint enables ethereum to run as an ABCI application on tendermint and the COSMOS hub. This application allows you to get all the benefits of ethereum without having to run your own miners. diff --git a/build/spectemplates/gaia.spec b/build/spectemplates/gaia.spec index 98fb5285..a09e05cb 100644 --- a/build/spectemplates/gaia.spec +++ b/build/spectemplates/gaia.spec @@ -11,7 +11,7 @@ License: Apache 2.0 URL: https://cosmos.network/ Packager: Greg Szabo Requires: tendermint >= 0.10.0 -Requires(pre): useradd +#Requires(pre): useradd %description Gaia description comes later. diff --git a/build/spectemplates/trackomatron.spec b/build/spectemplates/trackomatron.spec index 82f20b5a..5034658e 100644 --- a/build/spectemplates/trackomatron.spec +++ b/build/spectemplates/trackomatron.spec @@ -11,7 +11,7 @@ License: Apache 2.0 URL: https://tendermint.com/ Packager: Greg Szabo Requires: tendermint >= 0.10.0 -Requires(pre): useradd +#Requires(pre): useradd %description This software is intended to create a space to easily send invoices between and within institutions. Firstly, the commands of trackmatron are separated into two broad categories: submitting information to the blockchain (transactions), and retrieving information from the blockchain (query).