update spec file

This commit is contained in:
Daniel Berteaud 2013-04-19 11:30:48 +02:00
parent fc6d32923d
commit 7d7f7e27de
1 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Summary: Scripts for Zabbix monitoring
Name: zabbix-agent-addons
Version: 0.1.2
Version: 0.1.4
Release: 1
Source0: %{name}-%{version}.tar.gz
BuildArch: noarch
@ -15,6 +15,7 @@ Requires: perl(Getopt::Std)
Requires: perl(JSON)
Requires: perl(Linux::LVM)
Requires: perl(POSIX)
Requires: perl(MIME::Base64)
AutoReqProv: no
@ -64,6 +65,14 @@ LVM, RAID status, S.M.A.R.T. drives, BackupPC etc...
%attr(0600,root,root) %{_sysconfdir}/sudoers.d/*
%changelog
* Thu Apr 18 2013 Daniel B. <daniel@firewall-services.com> - 0.1.4-1
- Possibility to pass a (base64 encoded) regex for backuppc hosts discovery
- Add nut ups scripts
- Fix lvm discovery on some systems
* Thu Apr 18 2013 Daniel B. <daniel@firewall-services.com> - 0.1.3-1
- Comment the manual net.if.discovery key
* Thu Apr 18 2013 Daniel B. <daniel@firewall-services.com> - 0.1.2-1
- Add network interface discovery scripts
- do not prepend /dev to block devices (not supported on older Zabbix agent)