From 568027424e41bfd290add2eb57b5690311ad158e Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Tue, 13 Sep 2022 15:50:52 +0800 Subject: [PATCH] Add Requires strongswan-tnc-imcvs and strongswan-libipsec (cherry picked from commit 046172c21b5967721d77edd23be608b7b57f5c2f) --- strongswan.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/strongswan.spec b/strongswan.spec index 01168cb..fc33354 100644 --- a/strongswan.spec +++ b/strongswan.spec @@ -1,6 +1,6 @@ Name: strongswan Version: 5.9.7 -Release: 2 +Release: 3 Summary: An OpenSource IPsec-based VPN and TNC solution License: GPLv2+ URL: http://www.strongswan.org/ @@ -17,6 +17,8 @@ Requires(preun): systemd Requires(postun): systemd Requires: tpm2-abrmd Requires: %{name}-sqlite = %{version}-%{release} +Requires: %{name}-tnc-imcvs = %{version}-%{release} +Requires: %{name}-libipsec = %{version}-%{release} %description The strongSwan IPsec implementation supports both the IKEv1 and IKEv2 key exchange @@ -190,6 +192,9 @@ echo "%{_libdir}/strongswan" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.co %{_libexecdir}/strongswan/charon-nm %changelog +* Tue Sep 13 2022 wangkai - 5.9.7-3 +- Add Requires strongswan-tnc-imcvs and strongswan-libipsec + * Mon Sep 05 2022 wangkai - 5.9.7-2 - Add Requires strongswan-sqlite -- Gitee