From a0174c57f15172c55363249182a1bdc6ce617991 Mon Sep 17 00:00:00 2001 From: zhangpan Date: Mon, 14 Oct 2024 07:39:53 +0000 Subject: [PATCH] fix duplicate packaged files for help subpackages (cherry picked from commit f3de84b364c26f088c480b7a0f1cfb1bd675a470) --- gdk-pixbuf2.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gdk-pixbuf2.spec b/gdk-pixbuf2.spec index 19b557a..0abc755 100644 --- a/gdk-pixbuf2.spec +++ b/gdk-pixbuf2.spec @@ -2,7 +2,7 @@ Name: gdk-pixbuf2 Version: 2.42.10 -Release: 3 +Release: 4 Summary: gdk is a multi-platform toolkit for creating graphical user interfaces. License: LGPLv2+ URL: https://gitlab.gnome.org/GNOME/gdk-pixbuf @@ -128,9 +128,13 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache %defattr(-,root,root) %{_mandir}/man1/gdk-pixbuf-query-loaders.1* %{_mandir}/man1/gdk-pixbuf-csource.1* -%{_datadir}/doc +%{_datadir}/doc/gdk-pixbuf/ +%{_datadir}/doc/gdk-pixdata/ %changelog +* Mon Oct 14 2024 zhangpan - 2.42.10-4 +- fix duplicate packaged files for help subpackages + * Wed Jun 26 2024 liningjie - 2.42.10-3 - Fix CVE-2022-48622 -- Gitee