From 1a81b6c22207e0b96a83395ff73838dbeff1e38a Mon Sep 17 00:00:00 2001 From: shirely16 Date: Mon, 18 Apr 2022 11:02:22 +0800 Subject: [PATCH] delete duplicate package files (cherry picked from commit 34462e6e20ee7a51cffeb1b061ee6ac4791ea5ce) --- libXi.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libXi.spec b/libXi.spec index 53d4307..bd81e64 100644 --- a/libXi.spec +++ b/libXi.spec @@ -1,6 +1,6 @@ Name: libXi Version: 1.8 -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 Apr 18 2022 hanhui - 1.8-2 +- delete duplicate package files + * Wed Dec 1 2021 dongyuzhen - 1.8-1 - update to 1.8 -- Gitee