Accepting request 500033 from network
- Update to version 0.14.1: * For a complete list of changes see provided release-notes - Update unit file OBS-URL: https://build.opensuse.org/request/show/500033 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitcoin?expand=0&rev=22
This commit is contained in:
parent
9b62cb918b
commit
ec21ebab64
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3a1fb34cdb16087e33630b20d48205430fb43e61207566f3ed1e45203ad8ec0c
|
|
||||||
size 7161678
|
|
3
bitcoin-0.14.1.tar.gz
Normal file
3
bitcoin-0.14.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4391dbf8fa9683f17c3b03feac429c1f3d71dcc6c0dab7d01733519880ea9834
|
||||||
|
size 7157456
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 31 08:13:30 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.14.1:
|
||||||
|
* For a complete list of changes see provided release-notes
|
||||||
|
- Update unit file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 14 13:46:10 UTC 2017 - mpluskal@suse.com
|
Tue Mar 14 13:46:10 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%define consensus 1
|
%define consensus 1
|
||||||
%define is_base 1
|
%define is_base 1
|
||||||
Name: bitcoin
|
Name: bitcoin
|
||||||
Version: 0.14.0
|
Version: 0.14.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: P2P Digital Currency
|
Summary: P2P Digital Currency
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -5,10 +5,10 @@ After=network.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
User=bitcoin
|
User=bitcoin
|
||||||
Type=forking
|
|
||||||
PIDFile=/run/bitcoin/bitcoind.pid
|
PIDFile=/run/bitcoin/bitcoind.pid
|
||||||
ExecStart=/usr/bin/bitcoind -daemon -conf=/etc/bitcoin/bitcoin.conf -pid=/run/bitcoin/bitcoind.pid -datadir=/var/lib/bitcoin
|
ExecStart=/usr/bin/bitcoind -daemon -conf=/etc/bitcoin/bitcoin.conf -pid=/run/bitcoin/bitcoind.pid -datadir=/var/lib/bitcoin
|
||||||
ExecReload=/bin/kill -HUP $MAINPID
|
ExecReload=/bin/kill -HUP $MAINPID
|
||||||
|
Restart=on-failure
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user