Merge lp:~abychko/percona-xtrabackup/bug1095972-2.0 into lp:percona-xtrabackup/2.0

Proposed by Alexey Bychko
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 520
Proposed branch: lp:~abychko/percona-xtrabackup/bug1095972-2.0
Merge into: lp:percona-xtrabackup/2.0
Diff against target: 12 lines (+1/-1)
1 file modified
utils/xtrabackup.spec (+1/-1)
To merge this branch: bzr merge lp:~abychko/percona-xtrabackup/bug1095972-2.0
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+152817@code.launchpad.net

Description of the change

fix for bug 1095972
[*] changed dependency from abstract mysql to real /usr/bin/mysql file because rpm packages from Oracle no longer satisfy "mysql" which is required by the xtrabackup rpms

To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) wrote :

This looks good but should wait on the 2.1 MP. Setting to WiP to reflect it's not waiting on reviews. Feel free to change the status to Approved once the 2.1 MP is approved.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'utils/xtrabackup.spec'
2--- utils/xtrabackup.spec 2013-03-04 05:58:23 +0000
3+++ utils/xtrabackup.spec 2013-03-12 04:20:32 +0000
4@@ -19,7 +19,7 @@
5 URL: http://www.percona.com/software/percona-xtrabackup/
6 Source: percona-xtrabackup-%{xtrabackup_version}.tar.gz
7 BuildRoot: %{_tmppath}/%{name}-%{version}-root
8-Requires: mysql
9+Requires: /usr/bin/mysql
10 Provides: xtrabackup
11 Obsoletes: xtrabackup
12 BuildRequires: libaio-devel

Subscribers

People subscribed via source and target branches