From 1c93c58f0812e2b9df0920de31110ead0e7f5e0e Mon Sep 17 00:00:00 2001 From: dongzhenshu Date: Mon, 19 Aug 2024 15:15:00 +0800 Subject: [PATCH] Replaced declaration of help subpackage with the 'package_help' macro. --- libreswan.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/libreswan.spec b/libreswan.spec index 922ad09..235e5b3 100644 --- a/libreswan.spec +++ b/libreswan.spec @@ -26,7 +26,7 @@ Name: libreswan Summary: IKE implementation for IPsec with IKEv1 and IKEv2 support Version: 4.15 -Release: 1 +Release: 2 License: GPL-2.0-only Url: https://libreswan.org/ Source0: https://download.libreswan.org/%{name}-%{version}.tar.gz @@ -85,11 +85,7 @@ Libreswan also supports IKEv2 (RFC7296) and Secure Labeling Libreswan is based on Openswan-2.6.38 which in turn is based on FreeS/WAN-2.04 -%package help -Summary: Help documents for libreswan - -%description help -Man pages and other related help documents for libreswan. +%package_help %prep %autosetup -n libreswan-%{version}%{?prever} -p1 @@ -191,6 +187,9 @@ certutil -N -d sql:$tmpdir --empty-password %attr(0644,root,root) %doc %{_mandir}/*/* %changelog +* Mon Aug 19 2024 dongzhenshu - 4.15-2 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Tue Apr 30 2024 wangkai <13474090681@163.com> - 4.15-1 - Update to 4.15 for fix CVE-2024-3652 -- Gitee