From 7b699770e859499e60d0ce7cad874c95b29ab700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B5=A9=E5=B3=B0?= Date: Tue, 20 Aug 2024 11:27:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E2=80=9Cpackage=5Fhelp=E2=80=9D?= =?UTF-8?q?=E5=AE=8F=E6=9B=BF=E6=8D=A2help=E5=AD=90=E5=8C=85=E5=A3=B0?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exempi.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/exempi.spec b/exempi.spec index 0465b37..2dc001d 100644 --- a/exempi.spec +++ b/exempi.spec @@ -1,6 +1,6 @@ Name: exempi Version: 2.4.5 -Release: 5 +Release: 6 Summary: Exempi is an implementation of XMP (Adobe's Extensible Metadata Platform) License: BSD URL: https://wiki.freedesktop.org/libopenraw/Exempi/ @@ -34,11 +34,7 @@ Requires: pkgconfig %description devel this package provides development files, including headers and libraries. -%package help -Summary: Help information for user - -%description help -Help information for user +%package_help %prep %autosetup -n exempi-2.4.5 -p1 @@ -74,6 +70,9 @@ make check %{_mandir}/man1/exempi.1* %changelog +* Tue Aug 20 2024 Haofeng Liu 2.4.5-6 +- Replaced declaration of help subpackage with the 'package_help' macro + * Wed Sep 20 2023 dillon chen - 2.4.5-5 - CVE-2020-18651,CVE-2020-18652 - CVE-2021-36048,CVE-2021-39847,CVE-2021-42530,CVE-2021-36046,CVE-2021-36055 -- Gitee