From ba5b5579415c06a4466c0a56a297393c84c82b2c Mon Sep 17 00:00:00 2001 From: peijiankang Date: Thu, 11 Sep 2025 16:12:16 +0800 Subject: [PATCH] fix Changelog repetitive packaging (cherry picked from commit cf244fff384c83f8cb600b6fa4822b4f4ed6ec47) --- exiv2.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/exiv2.spec b/exiv2.spec index c2af4e1..a656719 100644 --- a/exiv2.spec +++ b/exiv2.spec @@ -1,6 +1,6 @@ Name: exiv2 Version: 0.28.2 -Release: 4 +Release: 5 Summary: Exif, IPTC and XMP metadata and the ICC Profile License: GPLv2+ URL: http://www.exiv2.org/ @@ -60,7 +60,6 @@ test -x %{buildroot}%{_libdir}/libexiv2.so %files -f exiv2.lang %defattr(-,root,root) -%doc doc/ChangeLog %license COPYING %{_bindir}/exiv2 %{_libdir}/libexiv2.so.28* @@ -79,6 +78,9 @@ test -x %{buildroot}%{_libdir}/libexiv2.so %{_pkgdocdir}/ %changelog +* Thu Sep 11 2025 peijiankang - 0.28.2-5 +- fix Changelog repetitive packaging + * Mon Sep 01 2025 wangkai <13474090681@163.com> - 0.28.2-4 - Fix CVE-2025-54080, CVE-2025-55304 -- Gitee