[holland/f19] RH#884890 add requires for /usr/bin/mysqldump and add mysqldump-lvm.conf

bharper bharper at fedoraproject.org
Wed Oct 29 16:13:20 UTC 2014


commit 95d3bd3c26552ab2124c4c212ce3f78a9a35e095
Author: Ben Harper <ben.harper at rackspace.com>
Date:   Wed Oct 29 11:19:32 2014 -0500

    RH#884890 add requires for /usr/bin/mysqldump and add mysqldump-lvm.conf

 holland.spec |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/holland.spec b/holland.spec
index e6ca1dd..c1e9e04 100644
--- a/holland.spec
+++ b/holland.spec
@@ -35,7 +35,7 @@
 
 Name:           holland
 Version:        %{holland_version}
-Release:        1%{?dist}
+Release:        3%{?dist}
 Summary:        Pluggable Backup Framework
 Group:          Applications/Archiving
 License:        BSD 
@@ -106,6 +106,7 @@ Summary: Logical mysqldump backup plugin for Holland
 License: GPLv2
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release} %{name}-common = %{version}-%{release}
+Requires: /usr/bin/mysqldump
 
 %description mysqldump
 This plugin allows holland to perform logical backups of a MySQL database
@@ -342,6 +343,7 @@ cd plugins/holland.backup.mysql_lvm
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
 cd -
 install -m 0640 config/providers/mysql-lvm.conf %{buildroot}%{_sysconfdir}/holland/providers/
+install -m 0640 config/providers/mysqldump-lvm.conf %{buildroot}%{_sysconfdir}/holland/providers/
 
 # plugin : holland.backup.pgdump
 %if %{with pgdump}
@@ -481,6 +483,7 @@ rm -rf %{buildroot}
 %{python_sitelib}/holland.lib.lvm-%{version}-*-nspkg.pth
 %{python_sitelib}/holland.lib.lvm-%{version}-*.egg-info
 %config(noreplace) %{_sysconfdir}/holland/providers/mysql-lvm.conf
+%config(noreplace) %{_sysconfdir}/holland/providers/mysqldump-lvm.conf
 
 %if %{with mysqlhotcopy}
 %files mysqlhotcopy
@@ -524,6 +527,13 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Wed Oct 22 2014 Ben Harper <ben.harper at rackspace.com> - 1.0.10-3
+- RH#884890 add requires for /usr/bin/mysqldump
+- add mysqldump-lvm.conf
+
+* Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.10-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
 * Tue Jul 30 2013 Jeffrey Ness <jeffrey.ness at rackspace.com> - 1.0.10-1
 - Latest 1.0 sources from upstream.
 - LP#706997 has been addressed upstream


More information about the scm-commits mailing list