SHA256
1
0
forked from pool/mylvmbackup

Accepting request 249849 from server:database

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/249849
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mylvmbackup?expand=0&rev=3
This commit is contained in:
Stephan Kulow 2014-09-17 15:26:49 +00:00 committed by Git OBS Bridge
commit 6ddb1db5cd
4 changed files with 39 additions and 18 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a979082f525f5b0b44bd09169938f2b5d8394fc403fc8b6a6e8b809d7c1a5724
size 57338

3
mylvmbackup-0.15.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:02f2a518891898fd48734742d6b9175d546d71af0bbc1bba384e4794b1c27d76
size 55461

View File

@ -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 Sat Feb 1 17:23:03 UTC 2014 - lars@linux-schulserver.de

View File

@ -3,28 +3,39 @@
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# This program is free software; you can redistribute it and/or modify it # All modifications and additions to the file contributed by third parties
# under the terms of the GNU General Public License as published by the Free # remain the property of their copyright owners, unless otherwise agreed
# Software Foundation; either version 2 of the License, or (at your option) # upon. The license for this file, and modifications and additions to the
# any later version. # 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 Name: mylvmbackup
Version: 0.14 Version: 0.15
Release: 0 Release: 0
License: GPL-2.0+
Summary: Utility for creating MySQL backups via LVM snapshots Summary: Utility for creating MySQL backups via LVM snapshots
Url: http://www.lenzg.net/mylvmbackup/ License: GPL-2.0+
Group: Productivity/Archiving/Backup Group: Productivity/Archiving/Backup
Url: http://www.lenzg.net/mylvmbackup/
Source: %{name}-%{version}.tar.gz 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 BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
@ -55,3 +66,5 @@ make %{?_smp_mflags} DESTDIR=%{buildroot} prefix=%{_prefix} mandir=%{_mandir} in
%doc %{_mandir}/man1/%{name}.1* %doc %{_mandir}/man1/%{name}.1*
%dir %{_datadir}/%{name} %dir %{_datadir}/%{name}
%{_bindir}/%{name} %{_bindir}/%{name}
%changelog