Update spec file

This commit is contained in:
Daniel Berteaud 2012-10-18 22:47:22 +02:00
parent 7306a25db2
commit a4a71d12e6
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
%define version 0.1.0
%define version 0.1.1
%define release 1
%define name smeserver-samba-db-logd
@ -23,6 +23,11 @@ Requires: perl(DBI)
Log samba events in a MySQL database
%changelog
* Thu Oct 18 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1.1-1
- Optimize mysql inserts
- add missing dbuser option
- log stderr to stdout in run script
* Mon Oct 15 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1.0-1
- Initial release