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
=== modified file 'utils/debian/control'
--- utils/debian/control 2014-06-13 06:35:53 +0000
+++ utils/debian/control 2014-08-22 21:49:05 +0000
@@ -20,7 +20,7 @@
2020
21Package: percona-xtrabackup-2121Package: percona-xtrabackup-21
22Architecture: any22Architecture: any
23Depends: libdbd-mysql-perl, ${misc:Depends}, ${shlibs:Depends}23Depends: libdbd-mysql-perl, rsync, ${misc:Depends}, ${shlibs:Depends}
24Provides: xtrabackup24Provides: xtrabackup
25Conflicts: percona-xtrabackup25Conflicts: percona-xtrabackup
26Breaks: xtrabackup (<< 2.0.0~)26Breaks: xtrabackup (<< 2.0.0~)
2727
=== modified file 'utils/xtrabackup.spec'
--- utils/xtrabackup.spec 2014-06-13 06:35:53 +0000
+++ utils/xtrabackup.spec 2014-08-22 21:49:05 +0000
@@ -23,7 +23,7 @@
23Provides: xtrabackup23Provides: xtrabackup
24Obsoletes: xtrabackup24Obsoletes: xtrabackup
25BuildRequires: libaio-devel, libgcrypt-devel25BuildRequires: libaio-devel, libgcrypt-devel
26Requires: perl(DBD::mysql)26Requires: perl(DBD::mysql), rsync
2727
28%description28%description
29Percona XtraBackup is OpenSource online (non-blockable) backup solution for InnoDB and XtraDB engines.29Percona XtraBackup is OpenSource online (non-blockable) backup solution for InnoDB and XtraDB engines.

Subscribers

People subscribed via source and target branches