Changes of Revision 7
[-] | Changed | mylvmbackup.spec |
x 1
2 # 3 -# spec file for package mylvmbackup (Version 0.12) 4 +# spec file for package mylvmbackup (Version 0.13) 5 # 6 # This program is free software; you can redistribute it and/or modify it 7 # under the terms of the GNU General Public License as published by the Free 8
9 10 Name: mylvmbackup 11 Summary: Utility for creating MySQL backups via LVM snapshots 12 -Version: 0.12 13 +Version: 0.13 14 Release: 1 15 License: PL 16 Group: Productivity/Archiving/Backup 17
18 19 %setup 20 21 +%build 22 + 23 %install 24 [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT; 25 %__make DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} mandir=%{_mandir} install 26
27 %{_bindir}/%{name} 28 29 %changelog 30 +* Sun Sep 06 2009 Carsten Schoene <cs@linux-administrator.com> - 0.13-1 31 +- update to release 0.13 32 + - precleanup.pm hook sample was deleted as it has potential to cause harm and is too specialized on a particular use case 33 + - added support for rsync via SSH 34 + - InnoDB recovery was fixed in case a relative path to the MySQL data directory is defined 35 + - The documentation of relpath in the man page was improved 36 + 37 * Sun Jun 21 2009 Carsten Schoene <cs@linux-administrator.com> - 0.12-1 38 - initial build 39 |
||
Added | mylvmbackup-0.13.tar.bz2 ^ |