Accepting request 718864 from home:mgerstner:branches:devel:tools:scm:svn
- 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/718864 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=307
This commit is contained in:
parent
6b197ec54b
commit
63c9219a01
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 26 10:03:14 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 25 07:52:01 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Thu Jul 25 07:52:01 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,6 @@
|
|||||||
|
|
||||||
%define svngroup svn
|
%define svngroup svn
|
||||||
%define svnuser svn
|
%define svnuser svn
|
||||||
%define _fwdefdir %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services
|
|
||||||
%define sqlite_minimum_version 3.8.2
|
%define sqlite_minimum_version 3.8.2
|
||||||
# SLE does not ship KDE
|
# SLE does not ship KDE
|
||||||
%if 0%{?is_opensuse} != 1
|
%if 0%{?is_opensuse} != 1
|
||||||
@ -46,7 +45,6 @@ Source1: subversion.conf
|
|||||||
Source2: subversion.README.SUSE
|
Source2: subversion.README.SUSE
|
||||||
Source4: contrib-1804739.tar.bz2
|
Source4: contrib-1804739.tar.bz2
|
||||||
Source10: subversion.sysconfig.svnserve
|
Source10: subversion.sysconfig.svnserve
|
||||||
Source12: subversion.sysconfig.svnserve.remoteaccess
|
|
||||||
Source14: svnserve.service
|
Source14: svnserve.service
|
||||||
Source15: svnserve.tmpfiles
|
Source15: svnserve.tmpfiles
|
||||||
Source42: subversion.svngrep.sh
|
Source42: subversion.svngrep.sh
|
||||||
@ -370,7 +368,6 @@ ln -sf svnbench %{buildroot}%{_bindir}/svn-bench
|
|||||||
mkdir -p %{buildroot}%{_sbindir}
|
mkdir -p %{buildroot}%{_sbindir}
|
||||||
mkdir -p %{buildroot}%{_fillupdir}
|
mkdir -p %{buildroot}%{_fillupdir}
|
||||||
install -m 644 -D %{SOURCE10} %{buildroot}%{_fillupdir}/sysconfig.svnserve
|
install -m 644 -D %{SOURCE10} %{buildroot}%{_fillupdir}/sysconfig.svnserve
|
||||||
install -m 644 -D %{SOURCE12} %{buildroot}/%{_fwdefdir}/svnserve
|
|
||||||
install -d -m 0755 %{buildroot}/srv/svn
|
install -d -m 0755 %{buildroot}/srv/svn
|
||||||
|
|
||||||
install -m 644 -D %{SOURCE14} %{buildroot}/%{_unitdir}/svnserve.service
|
install -m 644 -D %{SOURCE14} %{buildroot}/%{_unitdir}/svnserve.service
|
||||||
@ -470,7 +467,6 @@ systemd-tmpfiles --create %{_tmpfilesdir}/svnserve.conf
|
|||||||
%{_sbindir}/rcsvnserve
|
%{_sbindir}/rcsvnserve
|
||||||
%{_fillupdir}/sysconfig.svnserve
|
%{_fillupdir}/sysconfig.svnserve
|
||||||
%dir %attr(755,%{svnuser},%{svngroup}) /srv/svn
|
%dir %attr(755,%{svnuser},%{svngroup}) /srv/svn
|
||||||
%config %{_fwdefdir}/*
|
|
||||||
%{_unitdir}/svnserve.service
|
%{_unitdir}/svnserve.service
|
||||||
%{_tmpfilesdir}/svnserve.conf
|
%{_tmpfilesdir}/svnserve.conf
|
||||||
%attr(755,root,root) %{_bindir}/svn
|
%attr(755,root,root) %{_bindir}/svn
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
## Name: svnserve
|
|
||||||
## Description: Open ports for svnserve
|
|
||||||
|
|
||||||
TCP="svn"
|
|
Loading…
x
Reference in New Issue
Block a user