delete duplicate files from adcli-help

This commit is contained in:
yixiangzhike 2022-05-06 15:24:40 +08:00
parent 75f64011bf
commit ae3ad605e3

View File

@ -1,6 +1,6 @@
Name: adcli
Version: 0.9.1
Release: 2
Release: 3
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 <yixiangzhike007@163.com> - 0.9.1-3
- delete duplicate files from adcli-help
* Tue Aug 10 2021 yixiangzhike <zhangxingliang3@huawei.com> - 0.9.1-2
- fix the compilation failure with new version glibc