[arch-commits] Commit in ceph/trunk (01-boost-158.patch PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Thu Aug 27 16:55:33 UTC 2015


    Date: Thursday, August 27, 2015 @ 18:55:33
  Author: seblu
Revision: 244914

upgpkg: ceph 0.94.3-1

Modified:
  ceph/trunk/PKGBUILD
Deleted:
  ceph/trunk/01-boost-158.patch

--------------------+
 01-boost-158.patch |   27 ---------------------------
 PKGBUILD           |   18 ++++++++----------
 2 files changed, 8 insertions(+), 37 deletions(-)

Deleted: 01-boost-158.patch
===================================================================
--- 01-boost-158.patch	2015-08-27 16:00:42 UTC (rev 244913)
+++ 01-boost-158.patch	2015-08-27 16:55:33 UTC (rev 244914)
@@ -1,27 +0,0 @@
-From e7b196a4a091c0ea258866559ba06e7ed0cc4247 Mon Sep 17 00:00:00 2001
-From: Kefu Chai <kchai at redhat.com>
-Date: Fri, 8 May 2015 15:21:20 +0800
-Subject: [PATCH] mon: remove unused variable
-
-* as a side effect, this change silences
-  http://tracker.ceph.com/issues/11576
-
-Fixes: #11576
-Signed-off-by: Kefu Chai <kchai at redhat.com>
----
- src/mon/OSDMonitor.cc | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc
-index 73dcd5f..7caaa45 100644
---- a/src/mon/OSDMonitor.cc
-+++ b/src/mon/OSDMonitor.cc
-@@ -3174,8 +3174,6 @@ bool OSDMonitor::preprocess_command(MMonCommand *m)
-   } else if (prefix == "osd crush get-tunable") {
-     string tunable;
-     cmd_getval(g_ceph_context, cmdmap, "tunable", tunable);
--    int value;
--    cmd_getval(g_ceph_context, cmdmap, "value", value);
-     ostringstream rss;
-     if (f)
-       f->open_object_section("tunable");

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-27 16:00:42 UTC (rev 244913)
+++ PKGBUILD	2015-08-27 16:55:33 UTC (rev 244914)
@@ -2,8 +2,8 @@
 # Maintainer: Sébastien "Seblu" Luttringer <seblu at archlinux.org>
 
 pkgname=ceph
-pkgver=0.94.2
-pkgrel=2
+pkgver=0.94.3
+pkgrel=1
 pkgdesc='Distributed, fault-tolerant storage platform delivering object, block, and file system'
 arch=('x86_64' 'i686')
 url='http://ceph.com/'
@@ -33,17 +33,15 @@
 source=("http://ceph.com/download/$pkgname-$pkgver.tar.bz2"
         'ceph-osd at .service'
         'ceph-mon at .service'
-        'ceph-mds at .service'
-        '01-boost-158.patch')
-md5sums=('249648d35e634adaaeec727408ca6092'
+        'ceph-mds at .service')
+md5sums=('ccbaba6cad56cf71719661a0cdcc6ad6'
          '9104b5b90349d2aa7802eb89158456e8'
          '63a584aa2a4e2b0efbee4e8fd32593f0'
-         'd2411c41208d95743baa6d899cc1e0b0'
-         '99ddd5aee25664de55055ed1bd78941d')
+         'd2411c41208d95743baa6d899cc1e0b0')
 
-prepare() {
-  patch -p1 -d $pkgname-$pkgver < 01-boost-158.patch
-}
+#prepare() {
+#  patch -p1 -d $pkgname-$pkgver < 01-boost-158.patch
+#}
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list