update code

This commit is contained in:
zhuchunyi 2019-11-06 19:01:16 +08:00
parent 0ab47545b7
commit fb52e7182f

View File

@ -1,6 +1,6 @@
Name: aide Name: aide
Version: 0.16 Version: 0.16
Release: 13 Release: 14
Summary: Advanced Intrusion Detection Environment Summary: Advanced Intrusion Detection Environment
License: GPLv2+ License: GPLv2+
URL: http://sourceforge.net/projects/aide URL: http://sourceforge.net/projects/aide
@ -54,8 +54,8 @@ mkdir -p -m0700 %{buildroot}%{_localstatedir}/lib/aide
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%license COPYING %license COPYING AUTHORS
%doc AUTHORS ChangeLog contrib/ %doc ChangeLog contrib/
%{_sbindir}/* %{_sbindir}/*
%config(noreplace) %attr(0600,root,root) %{_sysconfdir}/aide.conf %config(noreplace) %attr(0600,root,root) %{_sysconfdir}/aide.conf
%config(noreplace) %{_sysconfdir}/logrotate.d/aide %config(noreplace) %{_sysconfdir}/logrotate.d/aide
@ -68,6 +68,12 @@ mkdir -p -m0700 %{buildroot}%{_localstatedir}/lib/aide
%{_mandir}/*/* %{_mandir}/*/*
%changelog %changelog
* Wed Oct 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.16-14
- Type:enhancement
- ID:NA
- SUG:NA
- DESC: change the directory of AUTHORS
* Sat Sep 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.16-13 * Sat Sep 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.16-13
- Type:enhancement - Type:enhancement
- ID:NA - ID:NA