ceph-14.2.6, missing includes
This commit is contained in:
parent
c5f02885fe
commit
ce8aeac3f1
13
0003-src-common-bitstr.h.patch
Normal file
13
0003-src-common-bitstr.h.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
--- ceph-14.2.6/src/common/bit_str.h.orig 2020-01-24 11:37:20.547679336 -0500
|
||||||
|
+++ ceph-14.2.6/src/common/bit_str.h 2020-01-24 11:37:55.351904895 -0500
|
||||||
|
@@ -14,7 +14,10 @@
|
||||||
|
#ifndef CEPH_COMMON_BIT_STR_H
|
||||||
|
#define CEPH_COMMON_BIT_STR_H
|
||||||
|
|
||||||
|
+#include <cstdint>
|
||||||
|
+#include <iosfwd>
|
||||||
|
#include <functional>
|
||||||
|
+#include <ostream>
|
||||||
|
|
||||||
|
namespace ceph {
|
||||||
|
class Formatter;
|
10
0004-src-librbd-api-PoolMetadata.h.patch
Normal file
10
0004-src-librbd-api-PoolMetadata.h.patch
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- ceph-14.2.6/src/librbd/api/PoolMetadata.h.orig 2020-01-24 12:39:23.738816885 -0500
|
||||||
|
+++ ceph-14.2.6/src/librbd/api/PoolMetadata.h 2020-01-24 12:39:36.522902386 -0500
|
||||||
|
@@ -8,6 +8,7 @@
|
||||||
|
#include "include/rados/librados_fwd.hpp"
|
||||||
|
|
||||||
|
#include <map>
|
||||||
|
+#include <string>
|
||||||
|
|
||||||
|
namespace librbd {
|
||||||
|
|
@ -26,7 +26,7 @@
|
|||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
|
|
||||||
%bcond_without ocf
|
%bcond_without ocf
|
||||||
%bcond_with make_check
|
%bcond_without make_check
|
||||||
%bcond_without ceph_test_package
|
%bcond_without ceph_test_package
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
%bcond_with tcmalloc
|
%bcond_with tcmalloc
|
||||||
@ -109,7 +109,7 @@
|
|||||||
#################################################################################
|
#################################################################################
|
||||||
Name: ceph
|
Name: ceph
|
||||||
Version: 14.2.6
|
Version: 14.2.6
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
%if 0%{?fedora} || 0%{?rhel}
|
%if 0%{?fedora} || 0%{?rhel}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
%endif
|
%endif
|
||||||
@ -126,6 +126,8 @@ Group: System/Filesystems
|
|||||||
URL: http://ceph.com/
|
URL: http://ceph.com/
|
||||||
Source0: %{?_remote_tarball_prefix}ceph-%{version}.tar.gz
|
Source0: %{?_remote_tarball_prefix}ceph-%{version}.tar.gz
|
||||||
Patch002: 0002-src-common-CMakeLists.txt.patch
|
Patch002: 0002-src-common-CMakeLists.txt.patch
|
||||||
|
Patch003: 0003-src-common-bitstr.h.patch
|
||||||
|
Patch004: 0004-src-librbd-api-PoolMetadata.h.patch
|
||||||
# ceph ≥ 14.0.1 does not support 32-bit architectures, bugs #1727788, #1727787
|
# ceph ≥ 14.0.1 does not support 32-bit architectures, bugs #1727788, #1727787
|
||||||
ExcludeArch: i686 armv7hl
|
ExcludeArch: i686 armv7hl
|
||||||
#################################################################################
|
#################################################################################
|
||||||
@ -2265,6 +2267,9 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 24 2020 Kaleb S. KEITHLEY <kkeithle[at]redhat.com>
|
||||||
|
- ceph 14.2.6, gcc-10, missing includes
|
||||||
|
|
||||||
* Thu Jan 9 2020 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:14.2.6-2
|
* Thu Jan 9 2020 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 2:14.2.6-2
|
||||||
- ceph 14.2.6
|
- ceph 14.2.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user