Accepting request 1181997 from network:vpn
- Update description of ipsec package: no longer mention /etc/init.d, which is not there for a long time anymore. - Drop legacy rc* -> sbin/service symlink. This was compatibilty boilerplate to transparently move between SySV and systemd [jsc#PED-264]. (forwarded request 1181914 from dimstar) OBS-URL: https://build.opensuse.org/request/show/1181997 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strongswan?expand=0&rev=96
This commit is contained in:
commit
3e9069345b
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 20 12:10:36 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update description of ipsec package: no longer mention
|
||||||
|
/etc/init.d, which is not there for a long time anymore.
|
||||||
|
- Drop legacy rc* -> sbin/service symlink. This was compatibilty
|
||||||
|
boilerplate to transparently move between SySV and systemd
|
||||||
|
[jsc#PED-264].
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 19 13:58:13 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Tue Mar 19 13:58:13 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -169,7 +169,7 @@ Conflicts: openswan
|
|||||||
%description ipsec
|
%description ipsec
|
||||||
StrongSwan is an IPsec-based VPN solution for Linux.
|
StrongSwan is an IPsec-based VPN solution for Linux.
|
||||||
|
|
||||||
This package provides the /etc/init.d/ipsec service script and allows
|
This package provides the systemd service definition and allows
|
||||||
to maintain both IKEv1 and IKEv2 using the /etc/ipsec.conf and the
|
to maintain both IKEv1 and IKEv2 using the /etc/ipsec.conf and the
|
||||||
/etc/ipsec.secrets files.
|
/etc/ipsec.secrets files.
|
||||||
|
|
||||||
@ -327,9 +327,6 @@ autoreconf --force --install
|
|||||||
%install
|
%install
|
||||||
install -d -m755 %{buildroot}/%{_sbindir}/
|
install -d -m755 %{buildroot}/%{_sbindir}/
|
||||||
install -d -m755 %{buildroot}/%{_sysconfdir}/ipsec.d/
|
install -d -m755 %{buildroot}/%{_sysconfdir}/ipsec.d/
|
||||||
ln -sf %{_sbindir}/service %{buildroot}/%{_sbindir}/rcstrongswan
|
|
||||||
ln -sf %{_sbindir}/service %{buildroot}/%{_sbindir}/rcstrongswan-starter
|
|
||||||
ln -sf %{_sbindir}/service %{buildroot}/%{_sbindir}/rcipsec
|
|
||||||
#
|
#
|
||||||
# Ensure, plugin -> library dependencies can be resolved
|
# Ensure, plugin -> library dependencies can be resolved
|
||||||
# (e.g. libtls) to avoid plugin segment checksum errors.
|
# (e.g. libtls) to avoid plugin segment checksum errors.
|
||||||
@ -471,10 +468,7 @@ fi
|
|||||||
%dir %attr(700,root,root) %{_sysconfdir}/ipsec.d/private
|
%dir %attr(700,root,root) %{_sysconfdir}/ipsec.d/private
|
||||||
%{_unitdir}/strongswan-starter.service
|
%{_unitdir}/strongswan-starter.service
|
||||||
%{_unitdir}/strongswan.service
|
%{_unitdir}/strongswan.service
|
||||||
%{_sbindir}/rcstrongswan
|
|
||||||
%{_sbindir}/rcstrongswan-starter
|
|
||||||
%{_sbindir}/charon-systemd
|
%{_sbindir}/charon-systemd
|
||||||
%{_sbindir}/rcipsec
|
|
||||||
%{_bindir}/pki
|
%{_bindir}/pki
|
||||||
%{_bindir}/pt-tls-client
|
%{_bindir}/pt-tls-client
|
||||||
%{_bindir}/tpm_extendpcr
|
%{_bindir}/tpm_extendpcr
|
||||||
|
Loading…
Reference in New Issue
Block a user