Message ID | C226B0AB34511445928D9882AA519F601C46FF47@SACMBXIP03.sdcorp.global.sandisk.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Mon, Aug 17, 2015 at 3:58 AM, Varada Kari <Varada.Kari@sandisk.com> wrote: > Seems in debian/control , ceph version is mentioned as 0.94.2-2 than > 0.94.2-1. Change log files contains the build till 0.94.2-1. Made the > following change, my installation went through. It sounds like you're patching Ceph and doing your own build? If that's the case, add a new debian/changelog entry for 0.94.2-2, describing your changes. You just need to bump the version to something >=2 . - Ken -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Thanks. There are no changes from my end, just tried building the packages to test internally with the latest code base. 0. 94-2.2 is intentional? Varada -----Original Message----- From: Ken Dreyer [mailto:kdreyer@redhat.com] Sent: Tuesday, August 18, 2015 3:42 AM To: Varada Kari <Varada.Kari@sandisk.com> Cc: ceph-devel <ceph-devel@vger.kernel.org> Subject: Re: Package issue in hammer branch on ubuntu On Mon, Aug 17, 2015 at 3:58 AM, Varada Kari <Varada.Kari@sandisk.com> wrote: > Seems in debian/control , ceph version is mentioned as 0.94.2-2 than > 0.94.2-1. Change log files contains the build till 0.94.2-1. Made the > following change, my installation went through. It sounds like you're patching Ceph and doing your own build? If that's the case, add a new debian/changelog entry for 0.94.2-2, describing your changes. You just need to bump the version to something >=2 . - Ken ________________________________ PLEASE NOTE: The information contained in this electronic mail message is intended only for the use of the designated recipient(s) named above. If the reader of this message is not the intended recipient, you are hereby notified that you have received this message in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify the sender by telephone or e-mail (as shown above) immediately and destroy any and all copies of this message in your possession (whether hard copies or electronically stored copies).
diff --git a/debian/control b/debian/control index 246bebc..0f6ad2a 100644 --- a/debian/control +++ b/debian/control @@ -60,7 +60,7 @@ Standards-Version: 3.9.3 Package: ceph Architecture: linux-any Depends: binutils, - ceph-common (>= 0.94.2-2), + ceph-common (>= 0.94.2-1), cryptsetup-bin | cryptsetup, gdisk, parted, @@ -92,8 +92,8 @@ Architecture: linux-any Section: debug Priority: extra Depends: ceph (= ${binary:Version}), ${misc:Depends} -Replaces: ceph-test-dbg (<< 0.94.2-2) -Breaks: ceph-test-dbg (<< 0.94.2-2) +Replaces: ceph-test-dbg (<< 0.94.2-1) +Breaks: ceph-test-dbg (<< 0.94.2-1) Description: debugging symbols for ceph Ceph is a distributed storage system designed to provide excellent performance, reliability, and scalability. @@ -191,10 +191,10 @@ Depends: librbd1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, python-requests Conflicts: ceph-client-tools Replaces: ceph-client-tools, - ceph (<< 0.94.2-2), + ceph (<< 0.94.2-1), python-ceph (<< 0.92-1223), librbd1 (<< 0.92-1238) -Breaks: ceph (<< 0.94.2-2), +Breaks: ceph (<< 0.94.2-1), python-ceph (<< 0.92-1223), librbd1 (<< 0.92-1238) Suggests: ceph, ceph-mds