diff --git a/mylvmbackup-0.14.tar.gz b/mylvmbackup-0.14.tar.gz deleted file mode 100644 index de172f8..0000000 --- a/mylvmbackup-0.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a979082f525f5b0b44bd09169938f2b5d8394fc403fc8b6a6e8b809d7c1a5724 -size 57338 diff --git a/mylvmbackup-0.15.tar.gz b/mylvmbackup-0.15.tar.gz new file mode 100644 index 0000000..47026ef --- /dev/null +++ b/mylvmbackup-0.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02f2a518891898fd48734742d6b9175d546d71af0bbc1bba384e4794b1c27d76 +size 55461 diff --git a/mylvmbackup.changes b/mylvmbackup.changes index 058ce77..1906b5d 100644 --- a/mylvmbackup.changes +++ b/mylvmbackup.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Sep 9 19:57:46 UTC 2014 - lars@linux-schulserver.de + +- update to 0.15: + + BUG#1283094: The Option "--recoveryopts" did not actually work + when provided on the command line. +- add Perl modules as explicit requires + ------------------------------------------------------------------- Sat Feb 1 17:23:03 UTC 2014 - lars@linux-schulserver.de diff --git a/mylvmbackup.spec b/mylvmbackup.spec index afbf1f6..8dbc479 100644 --- a/mylvmbackup.spec +++ b/mylvmbackup.spec @@ -3,28 +3,39 @@ # # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # -# This program is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by the Free -# Software Foundation; either version 2 of the License, or (at your option) -# any later version. +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -# for more details. -# -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., 59 -# Temple Place, Suite 330, Boston, MA 02111-1307 USA + Name: mylvmbackup -Version: 0.14 +Version: 0.15 Release: 0 -License: GPL-2.0+ Summary: Utility for creating MySQL backups via LVM snapshots -Url: http://www.lenzg.net/mylvmbackup/ +License: GPL-2.0+ Group: Productivity/Archiving/Backup +Url: http://www.lenzg.net/mylvmbackup/ Source: %{name}-%{version}.tar.gz +Requires: perl(Config::IniFiles) +Requires: perl(DBD::mysql) +Requires: perl(DBI) +Requires: perl(Date::Format) +Requires: perl(Fcntl) +Requires: perl(File::Basename) +Requires: perl(File::Copy) +Requires: perl(File::Copy::Recursive) +Requires: perl(File::Path) +Requires: perl(File::Temp) +Requires: perl(Getopt::Long) +Requires: perl(Sys::Hostname) BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -55,3 +66,5 @@ make %{?_smp_mflags} DESTDIR=%{buildroot} prefix=%{_prefix} mandir=%{_mandir} in %doc %{_mandir}/man1/%{name}.1* %dir %{_datadir}/%{name} %{_bindir}/%{name} + +%changelog