diff --git a/mylvmbackup-0.15.tar.gz b/mylvmbackup-0.15.tar.gz deleted file mode 100644 index 47026ef..0000000 --- a/mylvmbackup-0.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02f2a518891898fd48734742d6b9175d546d71af0bbc1bba384e4794b1c27d76 -size 55461 diff --git a/mylvmbackup-0.16.tar.gz b/mylvmbackup-0.16.tar.gz new file mode 100644 index 0000000..ceca085 --- /dev/null +++ b/mylvmbackup-0.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdbeccdc43c8af1233ea35309b6e357f3684cf6733a9d08e6eb16048e4a02515 +size 58490 diff --git a/mylvmbackup.changes b/mylvmbackup.changes index 1906b5d..c0aca06 100644 --- a/mylvmbackup.changes +++ b/mylvmbackup.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Dec 2 14:48:09 UTC 2014 - lars@linux-schulserver.de + +- update to 0.16: + + 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 diff --git a/mylvmbackup.spec b/mylvmbackup.spec index 8dbc479..0c0e611 100644 --- a/mylvmbackup.spec +++ b/mylvmbackup.spec @@ -17,7 +17,7 @@ Name: mylvmbackup -Version: 0.15 +Version: 0.16 Release: 0 Summary: Utility for creating MySQL backups via LVM snapshots License: GPL-2.0+ @@ -36,6 +36,8 @@ Requires: perl(File::Path) 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