diff --git a/v0.12.0.tar.gz b/bitcoin-0.12.0.tar.gz similarity index 100% rename from v0.12.0.tar.gz rename to bitcoin-0.12.0.tar.gz diff --git a/bitcoin.changes b/bitcoin.changes index d5fd551..c3f0d97 100644 --- a/bitcoin.changes +++ b/bitcoin.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 13 06:56:37 UTC 2016 - mpluskal@suse.com + +- Use pretty name for tarball +- Update describtion in .firewall + ------------------------------------------------------------------- Sun Feb 21 08:24:50 UTC 2016 - mpluskal@suse.com diff --git a/bitcoin.spec b/bitcoin.spec index c54d4b5..5ebfb2c 100644 --- a/bitcoin.spec +++ b/bitcoin.spec @@ -31,7 +31,7 @@ Summary: P2P Digital Currency License: MIT Group: Productivity/Networking/Other Url: http://%{name}.org/ -Source0: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz +Source0: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: %{base}d.service Source2: %{base}d.firewall Source3: %{base}d.conf diff --git a/bitcoind.firewall b/bitcoind.firewall index 2cedd4f..4bd91a4 100644 --- a/bitcoind.firewall +++ b/bitcoind.firewall @@ -1,5 +1,5 @@ ## Name: bitcoin daemon -## Description: Opens ports for vsftpd Server. +## Description: Opens ports for bitcoind daemon. # space separated list of allowed TCP ports TCP="bitcoind 8332:8333"