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

Proposed by Tomislav Plavcic
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 758
Proposed branch: lp:~tplavcic/percona-xtrabackup/bld-192-2.1
Merge into: lp:percona-xtrabackup/2.1
Diff against target: 25 lines (+2/-2)
2 files modified
utils/debian/control (+1/-1)
utils/xtrabackup.spec (+1/-1)
To merge this branch: bzr merge lp:~tplavcic/percona-xtrabackup/bld-192-2.1
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+231970@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 'utils/debian/control'
2--- utils/debian/control 2014-06-13 06:35:53 +0000
3+++ utils/debian/control 2014-08-22 21:49:05 +0000
4@@ -20,7 +20,7 @@
5
6 Package: percona-xtrabackup-21
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 Conflicts: percona-xtrabackup
12 Breaks: xtrabackup (<< 2.0.0~)
13
14=== modified file 'utils/xtrabackup.spec'
15--- utils/xtrabackup.spec 2014-06-13 06:35:53 +0000
16+++ utils/xtrabackup.spec 2014-08-22 21:49:05 +0000
17@@ -23,7 +23,7 @@
18 Provides: xtrabackup
19 Obsoletes: xtrabackup
20 BuildRequires: libaio-devel, libgcrypt-devel
21-Requires: perl(DBD::mysql)
22+Requires: perl(DBD::mysql), rsync
23
24 %description
25 Percona XtraBackup is OpenSource online (non-blockable) backup solution for InnoDB and XtraDB engines.

Subscribers

People subscribed via source and target branches