From 38d46ab8fe201d18d6deb5103aad87d72b4d90bc Mon Sep 17 00:00:00 2001 From: ouyanglearnning Date: Tue, 2 Aug 2022 16:23:53 +0800 Subject: [PATCH] Solve the openjpeg2-help package with files of different architectures --- openjpeg2.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/openjpeg2.spec b/openjpeg2.spec index b863985..3015cc0 100644 --- a/openjpeg2.spec +++ b/openjpeg2.spec @@ -1,6 +1,6 @@ Name: openjpeg2 Version: 2.4.0 -Release: 6 +Release: 7 Summary: C-Library for JPEG 2000 License: BSD and MIT URL: https://github.com/uclouvain/openjpeg @@ -40,7 +40,13 @@ Command line tools for JPEG 2000 file manipulation, using OpenJPEG2: * opj2_decompress * opj2_dump -%package_help +%package help +Summary: Documents for %{name} +#Buildarch: noarch +Requires: man info + +%description help +Man pages and other related documents for %{name}. %prep %autosetup -n openjpeg-%{version} -p1 @@ -100,6 +106,9 @@ mv %{buildroot}%{_mandir}/man1/opj_dump.1 %{buildroot}%{_mandir}/man1/opj2_dump. %{_bindir}/opj2_dump %changelog +* Tue Aug 02 2022 ouyangminxiang - 2.4.0-7 +- delete help package arch distinction + * Mon May 16 2022 dongyuzhen - 2.4.0-6 - fix CVE-2022-1122 -- Gitee