Search
j0ke.net Open Build Service
>
Projects
>
server:backup
>
mylvmbackup
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 7
[-]
[+]
Changed
mylvmbackup.spec
@@ -1,5 +1,5 @@ # -# spec file for package mylvmbackup (Version 0.12) +# spec file for package mylvmbackup (Version 0.13) # # 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 @@ -17,7 +17,7 @@ Name: mylvmbackup Summary: Utility for creating MySQL backups via LVM snapshots -Version: 0.12 +Version: 0.13 Release: 1 License: PL Group: Productivity/Archiving/Backup @@ -70,6 +70,8 @@ %setup +%build + %install [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT; %__make DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} mandir=%{_mandir} install @@ -87,5 +89,12 @@ %{_bindir}/%{name} %changelog +* Sun Sep 06 2009 Carsten Schoene <cs@linux-administrator.com> - 0.13-1 +- update to release 0.13 + - precleanup.pm hook sample was deleted as it has potential to cause harm and is too specialized on a particular use case + - added support for rsync via SSH + - InnoDB recovery was fixed in case a relative path to the MySQL data directory is defined + - The documentation of relpath in the man page was improved + * Sun Jun 21 2009 Carsten Schoene <cs@linux-administrator.com> - 0.12-1 - initial build
Added
mylvmbackup-0.13.tar.bz2
^