Accepting request 714405 from home:mgerstner:branches:network:cryptocurrencies
- removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by firewalld, see [1]. [1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html OBS-URL: https://build.opensuse.org/request/show/714405 OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/bitcoin?expand=0&rev=20
This commit is contained in:
parent
f2eeb3845a
commit
7f323b724a
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 10 09:51:31 UTC 2019 - matthias.gerstner@suse.com
|
||||||
|
|
||||||
|
- removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by
|
||||||
|
firewalld, see [1].
|
||||||
|
|
||||||
|
[1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 13 15:46:13 UTC 2019 - Andrei Dziahel <develop7@develop7.info>
|
Wed Feb 13 15:46:13 UTC 2019 - Andrei Dziahel <develop7@develop7.info>
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -32,7 +32,6 @@ Group: Productivity/Networking/Other
|
|||||||
URL: https://%{name}.org
|
URL: https://%{name}.org
|
||||||
Source0: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Source1: %{base}d.service
|
Source1: %{base}d.service
|
||||||
Source2: %{base}d.firewall
|
|
||||||
Source3: %{base}d.conf
|
Source3: %{base}d.conf
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -211,7 +210,6 @@ sed -i "s/%{base_pretty}/%{name_pretty}/g" %{SOURCE3}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
mkdir -p %{buildroot}/%{_localstatedir}/lib/%{name}
|
mkdir -p %{buildroot}/%{_localstatedir}/lib/%{name}
|
||||||
install -Dpm 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}d
|
|
||||||
|
|
||||||
mkdir %{buildroot}%{_sbindir}
|
mkdir %{buildroot}%{_sbindir}
|
||||||
ln -sv %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}d
|
ln -sv %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}d
|
||||||
@ -290,7 +288,6 @@ systemd-tmpfiles --create %{_tmpfilesdir}/%{name}d.conf >/dev/null 2>&1 || :
|
|||||||
%{_bindir}/%{name}d
|
%{_bindir}/%{name}d
|
||||||
%dir %attr(700,%{name},%{name}) %{_var}/lib/%{name}
|
%dir %attr(700,%{name},%{name}) %{_var}/lib/%{name}
|
||||||
%dir %{_sysconfdir}/%{name}
|
%dir %{_sysconfdir}/%{name}
|
||||||
%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}d
|
|
||||||
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
|
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
|
||||||
%{_unitdir}/%{name}d.service
|
%{_unitdir}/%{name}d.service
|
||||||
%{_sbindir}/rc%{name}d
|
%{_sbindir}/rc%{name}d
|
||||||
|
@ -1,17 +0,0 @@
|
|||||||
## Name: bitcoin daemon
|
|
||||||
## Description: Opens ports for bitcoind daemon.
|
|
||||||
|
|
||||||
# space separated list of allowed TCP ports
|
|
||||||
TCP="bitcoind 8332:8333"
|
|
||||||
|
|
||||||
# space separated list of allowed UDP ports
|
|
||||||
UDP=""
|
|
||||||
|
|
||||||
# space separated list of allowed RPC services
|
|
||||||
RPC=""
|
|
||||||
|
|
||||||
# space separated list of allowed IP protocols
|
|
||||||
IP=""
|
|
||||||
|
|
||||||
# space separated list of allowed UDP broadcast ports
|
|
||||||
BROADCAST=""
|
|
Loading…
Reference in New Issue
Block a user