forked from pool/mylvmbackup
Accepting request 264567 from server:database
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/264567 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mylvmbackup?expand=0&rev=4
This commit is contained in:
commit
b217f4b4ef
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02f2a518891898fd48734742d6b9175d546d71af0bbc1bba384e4794b1c27d76
|
||||
size 55461
|
3
mylvmbackup-0.16.tar.gz
Normal file
3
mylvmbackup-0.16.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bdbeccdc43c8af1233ea35309b6e357f3684cf6733a9d08e6eb16048e4a02515
|
||||
size 58490
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user