SHA256
1
0
forked from pool/mylvmbackup

+ Merged SNMP support from Alexandre Anriot - this adds support

for sending out SNMP traps in case of backup successes or 
    failures.
- recommend Net::SNMP for SNMP feature

OBS-URL: https://build.opensuse.org/package/show/server:database/mylvmbackup?expand=0&rev=11
This commit is contained in:
Lars Vogdt 2014-12-02 16:11:06 +00:00 committed by Git OBS Bridge
parent 9a9af8aba3
commit fde9f8b8eb
2 changed files with 5 additions and 1 deletions

View File

@ -2,10 +2,13 @@
Tue Dec 2 14:48:09 UTC 2014 - lars@linux-schulserver.de
- update to 0.16:
+ Merged SNMP support from Alexandre Anriot
+ Merged SNMP support from Alexandre Anriot - this adds support
for sending out SNMP traps in case of backup successes or
failures.
+ BUG#1351000: fixed crash when specifying both --help and
$mail_report_on was set to 'always'
- recommend MIME::Lite for mail report feature
- recommend Net::SNMP for SNMP feature
-------------------------------------------------------------------
Tue Sep 9 19:57:46 UTC 2014 - lars@linux-schulserver.de

View File

@ -37,6 +37,7 @@ Requires: perl(File::Temp)
Requires: perl(Getopt::Long)
Requires: perl(Sys::Hostname)
Recommends: perl(MIME::Lite)
Recommends: perl(Net::SNMP)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch