forked from pool/rsync
Accepting request 714569 from home:1Antoine1:branches:network
- Remove SuSEfirewall2 service since SuSEfirewall2 has been replaced by firewalld (which already provides a rsyncd service). See also https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html. OBS-URL: https://build.opensuse.org/request/show/714569 OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=76
This commit is contained in:
parent
60a3c17fd8
commit
835e6d1cbd
@ -1,27 +0,0 @@
|
||||
# Do not edit this file as it's just a template and will be
|
||||
# overwritten on package updates! Copy to a new file instead.
|
||||
#
|
||||
# Only the variables TCP, UDP, RPC, IP and BROADCAST are allowed.
|
||||
# More may be supported in the future.
|
||||
#
|
||||
# For a more detailed description of the individual variables see
|
||||
# the comments for FW_SERVICES_*_EXT in /etc/sysconfig/SuSEfirewall2
|
||||
#
|
||||
|
||||
## Name: Rsync server
|
||||
## Description: Opens port for rsync server in order to allow remote synchronization
|
||||
|
||||
# space separated list of allowed TCP ports
|
||||
TCP="rsync"
|
||||
|
||||
# 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=""
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 11 06:04:07 UTC 2019 - Antoine Belvire <antoine.belvire@opensuse.org>
|
||||
|
||||
- Remove SuSEfirewall2 service since SuSEfirewall2 has been
|
||||
replaced by firewalld (which already provides a rsyncd service).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 15 16:49:02 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
||||
|
||||
|
@ -30,7 +30,6 @@ Source3: rsyncd.socket
|
||||
Source4: rsyncd.rc
|
||||
Source5: rsyncd.conf
|
||||
Source6: rsyncd.secrets
|
||||
Source7: rsync-server.firewall
|
||||
Source8: rsyncd.service
|
||||
Source9: rsyncd@.service
|
||||
Source10: http://rsync.samba.org/ftp/rsync/src/rsync-%{version}.tar.gz.asc
|
||||
@ -110,8 +109,6 @@ install -m 755 support/rsyncstats %{buildroot}%{_prefix}/bin
|
||||
install -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/rsync
|
||||
install -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/rsyncd.conf
|
||||
install -m 600 %{SOURCE6} %{buildroot}%{_sysconfdir}/rsyncd.secrets
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
|
||||
install -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/rsync-server
|
||||
install -D -m 0644 %{SOURCE9} %{buildroot}%{_unitdir}/rsyncd@.service
|
||||
install -D -m 0644 %{SOURCE8} %{buildroot}%{_unitdir}/rsyncd.service
|
||||
install -D -m 0644 %{SOURCE3} %{buildroot}%{_unitdir}/rsyncd.socket
|
||||
@ -140,7 +137,6 @@ ln -sf service %{buildroot}%{_sbindir}/rcrsyncd
|
||||
%{_sbindir}/rsyncd
|
||||
%{_bindir}/rsyncstats
|
||||
%{_bindir}/rsync
|
||||
%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/*
|
||||
%{_mandir}/man1/rsync.1%{ext_man}
|
||||
%{_mandir}/man5/rsyncd.conf.5%{ext_man}
|
||||
%license COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user