[packages/ceph] - updated to 0.94.3 - removed obsolete boost patch

qboosh qboosh at pld-linux.org
Wed Sep 16 19:01:37 CEST 2015


commit 63709ae0a9c2fbf9810939947bdc8872f17dcd97
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Sep 16 19:03:24 2015 +0200

    - updated to 0.94.3
    - removed obsolete boost patch

 ceph-boost.patch | 27 ---------------------------
 ceph.spec        |  9 ++++-----
 2 files changed, 4 insertions(+), 32 deletions(-)
---
diff --git a/ceph.spec b/ceph.spec
index 94cc015..cb1ccdb 100644
--- a/ceph.spec
+++ b/ceph.spec
@@ -21,12 +21,12 @@
 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*
diff --git a/ceph-boost.patch b/ceph-boost.patch
deleted file mode 100644
index 11a1d55..0000000
--- a/ceph-boost.patch
+++ /dev/null
@@ -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");
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ceph.git/commitdiff/63709ae0a9c2fbf9810939947bdc8872f17dcd97



More information about the pld-cvs-commit mailing list