[holland] Remove Requires: xtrabackup from holland-xtrabackup. Fedora doesn't provide xtrabackup currently,

derks derks at fedoraproject.org
Thu Jan 13 23:08:25 UTC 2011


commit b635ccb3f61be7380e9981658b47ae4837299e7c
Author: BJ Dierkes <wdierkes at 5dollarwhitebox.org>
Date:   Thu Jan 13 17:08:11 2011 -0600

    Remove Requires: xtrabackup from holland-xtrabackup.  Fedora
      doesn't provide xtrabackup currently, however there are solutions
      out there that people may want to use holland-xtrabackup for.

 holland.spec |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/holland.spec b/holland.spec
index fc68e44..c9b7a41 100644
--- a/holland.spec
+++ b/holland.spec
@@ -35,7 +35,7 @@
 
 Name:           holland
 Version:        %{holland_version}
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Pluggable Backup Framework
 Group:          Applications/Archiving
 License:        BSD 
@@ -167,7 +167,13 @@ License: GPLv2
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: %{name}-common = %{version}-%{release}
-Requires: xtrabackup >= 1.2
+
+# we currently do not Require xtrabackup as there are potentially different
+# ways to implement holland-xtrabackup (i.e. MySQL-zrm which is commercial)
+#
+# basically, we want to provide the holland-xtrabackup capability, but 
+# fedora stock doesn't support it at this time.
+#Requires: xtrabackup >= 1.2
 
 %description xtrabackup
 This package provides a Holland plugin for the Percona Xtrabackup 
@@ -516,6 +522,11 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Thu Jan 13 2011 BJ Dierkes <wdierkes at rackspace.com> - 1.0.6-2
+- Remove Requires: xtrabackup from holland-xtrabackup.  Fedora
+  doesn't provide xtrabackup currently, however there are solutions
+  out there that people may want to use holland-xtrabackup for.
+
 * Wed Jan 12 2011 BJ Dierkes <wdierkes at rackspace.com> - 1.0.6-1
 - Latest sources from upstream.  Full change log available at:
   http://hollandbackup.org/releases/stable/1.0/CHANGES.txt


More information about the scm-commits mailing list