Merge lp:~tplavcic/percona-xtrabackup/bld-192-2.2 into lp:percona-xtrabackup/2.2

Proposed by Tomislav Plavcic
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 4993
Proposed branch: lp:~tplavcic/percona-xtrabackup/bld-192-2.2
Merge into: lp:percona-xtrabackup/2.2
Diff against target: 25 lines (+2/-2)
2 files modified
storage/innobase/xtrabackup/utils/debian/control (+1/-1)
storage/innobase/xtrabackup/utils/percona-xtrabackup.spec (+1/-1)
To merge this branch: bzr merge lp:~tplavcic/percona-xtrabackup/bld-192-2.2
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+231971@code.launchpad.net

Description of the change

Added dependency of xtrabackup package on rsync package in debian control and rpm spec files.
Tested by building packages and tried installation to see if it works on centos and ubuntu.

Test packages are available here:
2.1
http://jenkins.percona.com/view/TEST/job/percona-xtrabackup-2.1-debs-test/1/
http://jenkins.percona.com/view/TEST/job/percona-xtrabackup-2.1-rpms-test/1/
2.2
http://jenkins.percona.com/view/TEST/job/percona-xtrabackup-2.2-debian-binary-test/1/
http://jenkins.percona.com/view/TEST/job/percona-xtrabackup-2.2-redhat-binary-test/1/

No param job has been executed since I think it probably isn't needed for this kind of change - but if it is I can run it.

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'storage/innobase/xtrabackup/utils/debian/control'
2--- storage/innobase/xtrabackup/utils/debian/control 2014-07-22 12:46:09 +0000
3+++ storage/innobase/xtrabackup/utils/debian/control 2014-08-22 21:53:42 +0000
4@@ -20,7 +20,7 @@
5
6 Package: percona-xtrabackup
7 Architecture: any
8-Depends: libdbd-mysql-perl, ${misc:Depends}, ${shlibs:Depends}
9+Depends: libdbd-mysql-perl, rsync, ${misc:Depends}, ${shlibs:Depends}
10 Provides: xtrabackup
11 Breaks: xtrabackup (<< 2.0.0~)
12 Replaces: xtrabackup (<< 2.0.0~)
13
14=== modified file 'storage/innobase/xtrabackup/utils/percona-xtrabackup.spec'
15--- storage/innobase/xtrabackup/utils/percona-xtrabackup.spec 2014-07-22 12:46:09 +0000
16+++ storage/innobase/xtrabackup/utils/percona-xtrabackup.spec 2014-08-22 21:53:42 +0000
17@@ -17,7 +17,7 @@
18 Source: percona-xtrabackup-%{version}%{xb_version_extra}.tar.gz
19
20 BuildRequires: cmake, libaio-devel, libgcrypt-devel, ncurses-devel, readline-devel
21-Requires: perl(DBD::mysql)
22+Requires: perl(DBD::mysql), rsync
23 BuildRoot: %{_tmppath}/%{name}-%{version}-root
24
25 %description

Subscribers

People subscribed via source and target branches