diff --git a/strongswan.spec b/strongswan.spec index a8df23815358ed1891fff2706fc51c359b2fe173..01168cbb90811e27fc005447722501007c834c70 100644 --- a/strongswan.spec +++ b/strongswan.spec @@ -1,6 +1,6 @@ Name: strongswan Version: 5.9.7 -Release: 1 +Release: 2 Summary: An OpenSource IPsec-based VPN and TNC solution License: GPLv2+ URL: http://www.strongswan.org/ @@ -16,6 +16,7 @@ Requires(post): systemd Requires(preun): systemd Requires(postun): systemd Requires: tpm2-abrmd +Requires: %{name}-sqlite = %{version}-%{release} %description The strongSwan IPsec implementation supports both the IKEv1 and IKEv2 key exchange @@ -189,6 +190,9 @@ echo "%{_libdir}/strongswan" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.co %{_libexecdir}/strongswan/charon-nm %changelog +* Mon Sep 05 2022 wangkai - 5.9.7-2 +- Add Requires strongswan-sqlite + * Sat Aug 13 2022 openhosec - 5.9.7-1 - Upgrade to 5.9.7 version