From 86f7c1e9b8b9df86bd616ed448d08dc1a271a190 Mon Sep 17 00:00:00 2001 From: xuguangmin Date: Mon, 4 Nov 2024 10:48:38 +0800 Subject: [PATCH] Remove duplicate listed file site-packages/capng.py --- libcap-ng.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libcap-ng.spec b/libcap-ng.spec index 241d28c..a81fdee 100644 --- a/libcap-ng.spec +++ b/libcap-ng.spec @@ -3,7 +3,7 @@ Summary: Libcap-ng is a library used for posix capabilities programming Name: libcap-ng Version: 0.8.5 -Release: 1 +Release: 2 License: LGPLv2+ and GPLv2+ URL: http://people.redhat.com/sgrubb/libcap-ng Source0: https://people.redhat.com/sgrubb/libcap-ng/%{name}-%{version}.tar.gz @@ -90,7 +90,6 @@ make check %files python3 %attr(755,root,root) %{python3_sitearch}/* -%{python3_sitearch}/capng.py* %files help %attr(0644,root,root) %{_mandir}/man3/* @@ -98,6 +97,12 @@ make check %attr(0644,root,root) %{_mandir}/man8/* %changelog +* Mon Nov 04 2024 xuguangmin - 0.8.5-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: Remove duplicate listed file site-packages/capng.py + * Sat Oct 12 2024 yixiangzhike - 0.8.5-1 - Type:enhancement - ID:NA -- Gitee