]> git.pld-linux.org Git - packages/ceph.git/commitdiff
- updated to 0.94.3 auto/th/ceph-0.94.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 16 Sep 2015 17:03:24 +0000 (19:03 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 16 Sep 2015 17:03:24 +0000 (19:03 +0200)
- removed obsolete boost patch

ceph-boost.patch [deleted file]
ceph.spec

diff --git a/ceph-boost.patch b/ceph-boost.patch
deleted file mode 100644 (file)
index 11a1d55..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-From e7b196a4a091c0ea258866559ba06e7ed0cc4247 Mon Sep 17 00:00:00 2001
-From: Kefu Chai <kchai@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@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");
index 94cc01564355e4e95e7c06154b23f5e0e28f8c71..cb1ccdbcce99c743927d50f80a6547d622d94e0e 100644 (file)
--- a/ceph.spec
+++ b/ceph.spec
 Summary:       User space components of the Ceph file system
 Summary(pl.UTF-8):     Działające w przestrzeni użytkownika elementy systemu plików Ceph
 Name:          ceph
-Version:       0.94.2
-Release:       2
+Version:       0.94.3
+Release:       1
 License:       LGPL v2.1 (libraries), GPL v2 (some programs)
 Group:         Base
 Source0:       http://ceph.com/download/%{name}-%{version}.tar.bz2
-# Source0-md5: 249648d35e634adaaeec727408ca6092
+# Source0-md5: ccbaba6cad56cf71719661a0cdcc6ad6
 Source1:       ceph.sysconfig
 # based on files from https://github.com/ceph/ceph/tree/master/systemd
 Source10:      cephctl
@@ -39,7 +39,6 @@ Patch0:               %{name}-init-fix.patch
 Patch1:                %{name}.logrotate.patch
 Patch2:                %{name}-link.patch
 Patch3:                %{name}-ac.patch
-Patch4:                %{name}-boost.patch
 URL:           http://ceph.com/
 %{?with_accelio:BuildRequires: accelio-devel}
 BuildRequires: autoconf >= 2.59
@@ -217,7 +216,6 @@ Agenci OCF do monitorowania procesów Cepha.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
 
 %build
 %{__libtoolize}
@@ -411,6 +409,7 @@ fi
 %{_mandir}/man8/ceph-authtool.8*
 %{_mandir}/man8/ceph-clsinfo.8*
 %{_mandir}/man8/ceph-conf.8*
+%{_mandir}/man8/ceph-create-keys.8*
 %{_mandir}/man8/ceph-debugpack.8*
 %{_mandir}/man8/ceph-dencoder.8*
 %{_mandir}/man8/ceph-deploy.8*
This page took 0.247416 seconds and 4 git commands to generate.