From 9eb49855e0fcf2219bd40e654816d0f2822c0a08 Mon Sep 17 00:00:00 2001 From: kerongw Date: Mon, 19 Sep 2022 06:17:03 +0000 Subject: [PATCH] delete duplicate package files Signed-off-by: kerongw --- libXi.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libXi.spec b/libXi.spec index 1fc10cb..20d52a6 100644 --- a/libXi.spec +++ b/libXi.spec @@ -1,6 +1,6 @@ Name: libXi Version: 1.7.10 -Release: 1 +Release: 2 Summary: X.Org X11 libXi runtime library License: MIT URL: https://xorg.freedesktop.org/ @@ -41,7 +41,6 @@ developing applications that use %{name}. %defattr(-,root,root) %license COPYING %{_libdir}/libXi.so.* -%{_libdir}/libXi.so %files devel %defattr(-,root,root) @@ -56,6 +55,9 @@ developing applications that use %{name}. %{_mandir}/man3/* %changelog +* Mon Sep 19 2022 wangkerong - 1.7.10-2 +- delete duplicate package files + * Mon Aug 17 2020 jinzhimin - 1.7.10-1 - update to 1.7.10 -- Gitee