From c7bef7cde04f6cda2236d0a1349db737290e4478 Mon Sep 17 00:00:00 2001 From: dongzhenshu Date: Mon, 19 Aug 2024 15:15:00 +0800 Subject: [PATCH] =?UTF-8?q?Replaced=20declaration=20of=20help=20subpackage?= =?UTF-8?q?=20with=20the=20'package=5Fhelp'=20macro.=20=EF=BC=88cherry=20p?= =?UTF-8?q?icked=20commit=20from=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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