]> git.proxmox.com Git - ceph.git/blob - patches/0006-Revert-debian-control-adjust-ceph-osdomap-kvstore-mo.patch
bump version to 12.2.5-pve1
[ceph.git] / patches / 0006-Revert-debian-control-adjust-ceph-osdomap-kvstore-mo.patch
1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= <f.gruenbichler@proxmox.com>
3 Date: Wed, 21 Feb 2018 13:20:11 +0100
4 Subject: [PATCH] Revert "debian/control: adjust
5 ceph-{osdomap,kvstore,monstore}-tool feature move"
6 MIME-Version: 1.0
7 Content-Type: text/plain; charset=UTF-8
8 Content-Transfer-Encoding: 8bit
9
10 This reverts commit f6fb266699f7a39005cb76a2c878bdff5b3a7ff0.
11
12 as it is not compatible with our PVE debian revision scheme.
13
14 Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
15 ---
16 debian/control | 12 ++++++------
17 1 file changed, 6 insertions(+), 6 deletions(-)
18
19 diff --git a/debian/control b/debian/control
20 index bc5d03b0ab..902d033098 100644
21 --- a/debian/control
22 +++ b/debian/control
23 @@ -105,10 +105,10 @@ Recommends: btrfs-tools,
24 ntp | time-daemon,
25 Replaces: ceph (<< 10),
26 ceph-common (<< 0.78-500),
27 - ceph-test (<< 12.2.2-14),
28 + ceph-test (<< 12.2.3),
29 python-ceph (<< 0.92-1223),
30 Breaks: ceph (<< 10),
31 - ceph-test (<< 12.2.2-14),
32 + ceph-test (<< 12.2.3),
33 python-ceph (<< 0.92-1223),
34 Description: common ceph daemon libraries and management tools
35 Ceph is a massively scalable, open-source, distributed
36 @@ -207,8 +207,8 @@ Depends: ceph-base (= ${binary:Version}),
37 ${misc:Depends},
38 ${shlibs:Depends},
39 Recommends: ceph-common,
40 -Replaces: ceph (<< 10), ceph-test (<< 12.2.2-14)
41 -Breaks: ceph (<< 10), ceph-test (<< 12.2.2-14)
42 +Replaces: ceph (<< 10), ceph-test (<< 12.2.3)
43 +Breaks: ceph (<< 10), ceph-test (<< 12.2.3)
44 Description: monitor server for the ceph storage system
45 Ceph is a massively scalable, open-source, distributed
46 storage system that runs on commodity hardware and delivers object,
47 @@ -241,8 +241,8 @@ Depends: ceph-base (= ${binary:Version}),
48 ${python:Depends},
49 ${shlibs:Depends},
50 Recommends: ceph-common (= ${binary:Version}),
51 -Replaces: ceph (<< 10), ceph-test (<< 12.2.2-14)
52 -Breaks: ceph (<< 10), ceph-test (<< 12.2.2-14)
53 +Replaces: ceph (<< 10), ceph-test (<< 12.2.3)
54 +Breaks: ceph (<< 10), ceph-test (<< 12.2.3)
55 Description: OSD server for the ceph storage system
56 Ceph is a massively scalable, open-source, distributed
57 storage system that runs on commodity hardware and delivers object,
58 --
59 2.14.2
60