From 630a61a5dfc9008ab11268abea44168815cd526e Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:01:09 +0800 Subject: [PATCH] update code --- adcli.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/adcli.spec b/adcli.spec index 3afd40d..2773d3f 100644 --- a/adcli.spec +++ b/adcli.spec @@ -1,6 +1,6 @@ Name: adcli Version: 0.8.2 -Release: 5 +Release: 6 Summary: A helper library and tools for Active Directory client operations Group: Development/Libraries License: LGPLv2+ @@ -77,12 +77,12 @@ make check %postun -p /sbin/ldconfig %clean -rm -rf ${buildroot} +rm -rf %{buildroot} %files %defattr(-,root,root) -%license COPYING -%doc AUTHORS ChangeLog +%license COPYING AUTHORS +%doc ChangeLog %{_sbindir}/adcli %files help @@ -92,6 +92,12 @@ rm -rf ${buildroot} %doc %{_mandir}/man8/* %changelog +* Wed Oct 9 2019 openEuler Buildteam - 0.8.2-6 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC: change the directory of AUTHORS + * Fri Sep 27 2019 openEuler Buildteam - 0.8.2-5 - Type:enhancement - ID:NA