From 448b74177a7ecfa025254a1301abaf9ebf75f215 Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Fri, 6 May 2022 15:31:36 +0800 Subject: [PATCH] delete duplicate files from adcli-help --- adcli.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/adcli.spec b/adcli.spec index 0500246..52bc13a 100644 --- a/adcli.spec +++ b/adcli.spec @@ -1,6 +1,6 @@ Name: adcli Version: 0.9.1 -Release: 3 +Release: 4 Summary: A helper library and tools for Active Directory client operations Group: Development/Libraries License: LGPLv2+ @@ -66,9 +66,15 @@ rm -rf %{buildroot} %defattr(-,root,root) %doc NEWS README %doc %{_datadir}/* +%exclude %{_datadir}/licenses/%{name}/COPYING +%exclude %{_datadir}/licenses/%{name}/AUTHORS +%exclude %{_datadir}/doc/%{name}/ChangeLog %doc %{_mandir}/man8/* %changelog +* Fri May 6 2022 yixiangzhike - 0.9.1-4 +- delete duplicate files from adcli-help + * Thu Aug 12 2021 chenyanpanHW - 0.9.1-3 - DESC: delete -Sgit from %autosetup, and delete BuildRequires git