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:
parent
9a9af8aba3
commit
fde9f8b8eb
@ -2,10 +2,13 @@
|
|||||||
Tue Dec 2 14:48:09 UTC 2014 - lars@linux-schulserver.de
|
Tue Dec 2 14:48:09 UTC 2014 - lars@linux-schulserver.de
|
||||||
|
|
||||||
- update to 0.16:
|
- 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
|
+ BUG#1351000: fixed crash when specifying both --help and
|
||||||
$mail_report_on was set to 'always'
|
$mail_report_on was set to 'always'
|
||||||
- recommend MIME::Lite for mail report feature
|
- 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
|
Tue Sep 9 19:57:46 UTC 2014 - lars@linux-schulserver.de
|
||||||
|
@ -37,6 +37,7 @@ Requires: perl(File::Temp)
|
|||||||
Requires: perl(Getopt::Long)
|
Requires: perl(Getopt::Long)
|
||||||
Requires: perl(Sys::Hostname)
|
Requires: perl(Sys::Hostname)
|
||||||
Recommends: perl(MIME::Lite)
|
Recommends: perl(MIME::Lite)
|
||||||
|
Recommends: perl(Net::SNMP)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user