forked from pool/ocserv
Accepting request 723235 from network:vpn
OBS-URL: https://build.opensuse.org/request/show/723235 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocserv?expand=0&rev=11
This commit is contained in:
commit
52b9f276c1
@ -1,6 +0,0 @@
|
||||
## Name: ocserv
|
||||
## Description: opens ports for ocserv
|
||||
# space separated list of allowed TCP ports
|
||||
TCP="9000"
|
||||
# space separated list of allowed UDP ports
|
||||
UDP="9001"
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 13:28:00 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 23 09:08:03 UTC 2019 - Michael Du <duyizhaozj321@yahoo.com>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# 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/
|
||||
#
|
||||
|
||||
|
||||
@ -31,7 +31,6 @@ Source: %{name}-%{version}.tar.xz
|
||||
Source1: ca.tmpl
|
||||
Source2: server.tmpl
|
||||
Source3: user.tmpl
|
||||
Source4: ocserv.SuSEfirewall
|
||||
Source5: ocserv.sysctl
|
||||
Source6: ocserv.firewalld.xml
|
||||
Source99: README.SUSE
|
||||
@ -107,7 +106,6 @@ make V=1 %{?_smp_mflags}
|
||||
%install
|
||||
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
||||
|
||||
install -Dm 0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ocserv
|
||||
install -Dm 0644 %{SOURCE5} %{buildroot}%{_sysconfdir}/sysctl.d/60-ocserv.conf
|
||||
%if 0%{suse_version} >= 1500
|
||||
install -D -m 644 %{SOURCE6} %{buildroot}%{_libexecdir}/firewalld/services/ocserv.xml
|
||||
@ -147,7 +145,6 @@ install -m 0644 doc/systemd/socket-activated/ocserv.service %{buildroot}%{_unitd
|
||||
%doc AUTHORS NEWS README.md TODO
|
||||
%license COPYING LICENSE
|
||||
%config %{_sysconfdir}/ocserv
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ocserv
|
||||
%config(noreplace) %{_sysconfdir}/sysctl.d/60-ocserv.conf
|
||||
%if 0%{suse_version} >= 1500
|
||||
%dir %{_libexecdir}/firewalld
|
||||
|
Loading…
Reference in New Issue
Block a user