|
|
|
@@ -5,35 +5,44 @@
|
|
|
|
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%global _hardened_build 1
|
|
|
|
|
|
|
|
|
|
#################################################################################
|
|
|
|
|
# common
|
|
|
|
|
#################################################################################
|
|
|
|
|
Name: ceph
|
|
|
|
|
Version: 0.80.5
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Version: 0.80.9
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Summary: User space components of the Ceph file system
|
|
|
|
|
License: GPL-2.0
|
|
|
|
|
License: GPLv2
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
|
URL: http://ceph.com/
|
|
|
|
|
Source0: http://ceph.com/download/%{name}-%{version}.tar.bz2
|
|
|
|
|
Patch0: ceph-google-gperftools.patch
|
|
|
|
|
Patch1: ceph-no-format-security.patch
|
|
|
|
|
Patch1: 0001-gperftools-deprecated-google-includes.patch
|
|
|
|
|
Patch2: 0002-Wno-format-causes-compiler-options-collision.patch
|
|
|
|
|
Patch3: 0003-Backport-pull-request-2937-to-firefly.patch
|
|
|
|
|
Requires: librbd1 = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: librados2 = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: libcephfs1 = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: ceph-common = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: python-rados = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: python-rbd = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: python-cephfs = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: python
|
|
|
|
|
Requires: python-argparse
|
|
|
|
|
Requires: python-ceph
|
|
|
|
|
Requires: python-requests
|
|
|
|
|
# For ceph-rest-api
|
|
|
|
|
Requires: python-flask
|
|
|
|
|
%if ! ( 0%{?rhel} && 0%{?rhel} <= 6 )
|
|
|
|
|
Requires: xfsprogs
|
|
|
|
|
%endif
|
|
|
|
|
Requires: cryptsetup
|
|
|
|
|
Requires: parted
|
|
|
|
|
Requires: util-linux
|
|
|
|
|
%ifnarch s390 s390x
|
|
|
|
|
Requires: hdparm
|
|
|
|
|
%endif
|
|
|
|
|
# For initscript
|
|
|
|
|
Requires: redhat-lsb-core
|
|
|
|
|
Requires(post): binutils
|
|
|
|
@@ -113,7 +122,9 @@ Summary: Ceph Common
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
|
Requires: librbd1 = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: librados2 = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: python-ceph = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: python-rados = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: python-rbd = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: python-cephfs = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: python-requests
|
|
|
|
|
Requires: redhat-lsb-core
|
|
|
|
|
%description -n ceph-common
|
|
|
|
@@ -137,19 +148,6 @@ BuildRequires: fuse-devel
|
|
|
|
|
%description -n rbd-fuse
|
|
|
|
|
FUSE based client to map Ceph rbd images to files
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Ceph headers
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: LGPL-2.0
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: librados2 = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: librbd1 = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: libcephfs1 = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: libcephfs_jni1 = %{epoch}:%{version}-%{release}
|
|
|
|
|
%description devel
|
|
|
|
|
This package contains libraries and headers needed to develop programs
|
|
|
|
|
that use Ceph.
|
|
|
|
|
|
|
|
|
|
%package radosgw
|
|
|
|
|
Summary: Rados REST gateway
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@@ -194,6 +192,26 @@ developed as part of the Ceph distributed storage system. This is a
|
|
|
|
|
shared library allowing applications to access the distributed object
|
|
|
|
|
store using a simple file-like interface.
|
|
|
|
|
|
|
|
|
|
%package -n librados2-devel
|
|
|
|
|
Summary: RADOS headers
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: LGPL-2.0
|
|
|
|
|
Requires: librados2 = %{epoch}:%{version}-%{release}
|
|
|
|
|
Obsoletes: ceph-devel
|
|
|
|
|
%description -n librados2-devel
|
|
|
|
|
This package contains libraries and headers needed to develop programs
|
|
|
|
|
that use RADOS object store.
|
|
|
|
|
|
|
|
|
|
%package -n python-rados
|
|
|
|
|
Summary: Python libraries for the RADOS object store
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: LGPL-2.0
|
|
|
|
|
Requires: librados2 = %{epoch}:%{version}-%{release}
|
|
|
|
|
Obsoletes: python-ceph
|
|
|
|
|
%description -n python-rados
|
|
|
|
|
This package contains Python libraries for interacting with Cephs RADOS
|
|
|
|
|
object store.
|
|
|
|
|
|
|
|
|
|
%package -n librbd1
|
|
|
|
|
Summary: RADOS block device client library
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@@ -208,6 +226,28 @@ RADOS, a reliable, autonomic distributed object storage cluster
|
|
|
|
|
developed as part of the Ceph distributed storage system. This is a
|
|
|
|
|
shared library allowing applications to manage these block devices.
|
|
|
|
|
|
|
|
|
|
%package -n librbd1-devel
|
|
|
|
|
Summary: RADOS block device headers
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: LGPL-2.0
|
|
|
|
|
Requires: librbd1 = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: librados2-devel = %{epoch}:%{version}-%{release}
|
|
|
|
|
Obsoletes: ceph-devel
|
|
|
|
|
%description -n librbd1-devel
|
|
|
|
|
This package contains libraries and headers needed to develop programs
|
|
|
|
|
that use RADOS block device.
|
|
|
|
|
|
|
|
|
|
%package -n python-rbd
|
|
|
|
|
Summary: Python libraries for the RADOS block device
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: LGPL-2.0
|
|
|
|
|
Requires: librbd1 = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: python-rados = %{epoch}:%{version}-%{release}
|
|
|
|
|
Obsoletes: python-ceph
|
|
|
|
|
%description -n python-rbd
|
|
|
|
|
This package contains Python libraries for interacting with Cephs RADOS
|
|
|
|
|
block device.
|
|
|
|
|
|
|
|
|
|
%package -n libcephfs1
|
|
|
|
|
Summary: Ceph distributed file system client library
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@@ -222,19 +262,27 @@ performance, reliability, and scalability. This is a shared library
|
|
|
|
|
allowing applications to access a Ceph distributed file system via a
|
|
|
|
|
POSIX-like interface.
|
|
|
|
|
|
|
|
|
|
%package -n python-ceph
|
|
|
|
|
Summary: Python libraries for the Ceph distributed filesystem
|
|
|
|
|
%package -n libcephfs1-devel
|
|
|
|
|
Summary: Ceph distributed file system headers
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: LGPL-2.0
|
|
|
|
|
Requires: libcephfs1 = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: librados2-devel = %{epoch}:%{version}-%{release}
|
|
|
|
|
Obsoletes: ceph-devel
|
|
|
|
|
%description -n libcephfs1-devel
|
|
|
|
|
This package contains libraries and headers needed to develop programs
|
|
|
|
|
that use Cephs distributed file system.
|
|
|
|
|
|
|
|
|
|
%package -n python-cephfs
|
|
|
|
|
Summary: Python libraries for Ceph distributed file system
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: LGPL-2.0
|
|
|
|
|
Requires: librados2 = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: librbd1 = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: python-flask
|
|
|
|
|
%if 0%{defined suse_version}
|
|
|
|
|
%py_requires
|
|
|
|
|
%endif
|
|
|
|
|
%description -n python-ceph
|
|
|
|
|
This package contains Python libraries for interacting with Cephs RADOS
|
|
|
|
|
object storage.
|
|
|
|
|
Requires: libcephfs1 = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: python-rados = %{epoch}:%{version}-%{release}
|
|
|
|
|
Obsoletes: python-ceph
|
|
|
|
|
%description -n python-cephfs
|
|
|
|
|
This package contains Python libraries for interacting with Cephs distributed
|
|
|
|
|
file system.
|
|
|
|
|
|
|
|
|
|
%package -n rest-bench
|
|
|
|
|
Summary: RESTful benchmark
|
|
|
|
@@ -265,6 +313,16 @@ BuildRequires: java-devel
|
|
|
|
|
This package contains the Java Native Interface library for CephFS Java
|
|
|
|
|
bindings.
|
|
|
|
|
|
|
|
|
|
%package -n libcephfs_jni1-devel
|
|
|
|
|
Summary: Development files for CephFS Java Native Interface library.
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: LGPL-2.0
|
|
|
|
|
Requires: java
|
|
|
|
|
Requires: libcephfs_jni1 = %{epoch}:%{version}-%{release}
|
|
|
|
|
%description -n libcephfs_jni1-devel
|
|
|
|
|
This package contains the development files for CephFS Java Native Interface
|
|
|
|
|
library.
|
|
|
|
|
|
|
|
|
|
%package -n cephfs-java
|
|
|
|
|
Summary: Java libraries for the Ceph File System.
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@@ -279,12 +337,11 @@ This package contains the Java libraries for the Ceph File System.
|
|
|
|
|
Summary: Meta package to include ceph libraries.
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: LGPL-2.0
|
|
|
|
|
Obsoletes: ceph-libs < 1:0.80.5
|
|
|
|
|
Obsoletes: ceph-libs
|
|
|
|
|
Requires: librados2 = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: librbd1 = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: libcephfs1 = %{epoch}:%{version}-%{release}
|
|
|
|
|
Provides: ceph-libs
|
|
|
|
|
|
|
|
|
|
%description libs-compat
|
|
|
|
|
This is a meta package, that pulls in librados2, librbd1 and libcephfs1. It
|
|
|
|
|
is included for backwards compatibility with distributions that depend on the
|
|
|
|
@@ -292,6 +349,38 @@ former ceph-libs package, which is now split up into these three subpackages.
|
|
|
|
|
Packages still depending on ceph-libs should be fixed to depend on librados2,
|
|
|
|
|
librbd1 or libcephfs1 instead.
|
|
|
|
|
|
|
|
|
|
%package devel-compat
|
|
|
|
|
Summary: Compatibility package for Ceph headers
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: LGPL-2.0
|
|
|
|
|
Obsoletes: ceph-devel
|
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: librados2-devel = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: librbd1-devel = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: libcephfs1-devel = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: libcephfs_jni1-devel = %{epoch}:%{version}-%{release}
|
|
|
|
|
Provides: ceph-devel
|
|
|
|
|
%description devel-compat
|
|
|
|
|
This is a compatibility package to accommodate ceph-devel split into
|
|
|
|
|
librados2-devel, librbd1-devel and libcephfs1-devel. Packages still depending
|
|
|
|
|
on ceph-devel should be fixed to depend on librados2-devel, librbd1-devel
|
|
|
|
|
or libcephfs1-devel instead.
|
|
|
|
|
|
|
|
|
|
%package -n python-ceph-compat
|
|
|
|
|
Summary: Compatibility package for Cephs python libraries
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: LGPL-2.0
|
|
|
|
|
Obsoletes: python-ceph
|
|
|
|
|
Requires: python-rados = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: python-rbd = %{epoch}:%{version}-%{release}
|
|
|
|
|
Requires: python-cephfs = %{epoch}:%{version}-%{release}
|
|
|
|
|
Provides: python-ceph
|
|
|
|
|
%description -n python-ceph-compat
|
|
|
|
|
This is a compatibility package to accommodate python-ceph split into
|
|
|
|
|
python-rados, python-rbd and python-cephfs. Packages still depending on
|
|
|
|
|
python-ceph should be fixed to depend on python-rados, python-rbd or
|
|
|
|
|
python-cephfs instead.
|
|
|
|
|
|
|
|
|
|
%if 0%{?opensuse} || 0%{?suse_version}
|
|
|
|
|
%debug_package
|
|
|
|
|
%endif
|
|
|
|
@@ -301,8 +390,9 @@ librbd1 or libcephfs1 instead.
|
|
|
|
|
#################################################################################
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%patch0 -p1
|
|
|
|
|
%patch1 -p1
|
|
|
|
|
%patch2 -p1
|
|
|
|
|
%patch3 -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
# Find jni.h
|
|
|
|
@@ -455,6 +545,7 @@ fi
|
|
|
|
|
%{_bindir}/cephfs
|
|
|
|
|
%{_bindir}/ceph-clsinfo
|
|
|
|
|
%{_bindir}/ceph-rest-api
|
|
|
|
|
%{python_sitelib}/ceph_rest_api.py*
|
|
|
|
|
%{_bindir}/crushtool
|
|
|
|
|
%{_bindir}/monmaptool
|
|
|
|
|
%{_bindir}/osdmaptool
|
|
|
|
@@ -569,12 +660,12 @@ fi
|
|
|
|
|
%config %{_sysconfdir}/bash_completion.d/rbd
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/ceph/rbdmap
|
|
|
|
|
%{_initrddir}/rbdmap
|
|
|
|
|
%{python_sitelib}/ceph_argparse.py*
|
|
|
|
|
|
|
|
|
|
%postun -n ceph-common
|
|
|
|
|
# Package removal cleanup
|
|
|
|
|
if [ "$1" -eq "0" ] ; then
|
|
|
|
|
rm -rf /var/log/ceph
|
|
|
|
|
rm -rf /etc/ceph
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
#################################################################################
|
|
|
|
@@ -594,29 +685,6 @@ fi
|
|
|
|
|
%{_bindir}/rbd-fuse
|
|
|
|
|
%{_mandir}/man8/rbd-fuse.8*
|
|
|
|
|
|
|
|
|
|
#################################################################################
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%dir %{_includedir}/cephfs
|
|
|
|
|
%{_includedir}/cephfs/libcephfs.h
|
|
|
|
|
%dir %{_includedir}/rados
|
|
|
|
|
%{_includedir}/rados/librados.h
|
|
|
|
|
%{_includedir}/rados/librados.hpp
|
|
|
|
|
%{_includedir}/rados/buffer.h
|
|
|
|
|
%{_includedir}/rados/page.h
|
|
|
|
|
%{_includedir}/rados/crc32c.h
|
|
|
|
|
%{_includedir}/rados/rados_types.h
|
|
|
|
|
%{_includedir}/rados/rados_types.hpp
|
|
|
|
|
%{_includedir}/rados/memory.h
|
|
|
|
|
%dir %{_includedir}/rbd
|
|
|
|
|
%{_includedir}/rbd/librbd.h
|
|
|
|
|
%{_includedir}/rbd/librbd.hpp
|
|
|
|
|
%{_includedir}/rbd/features.h
|
|
|
|
|
%{_libdir}/libcephfs.so
|
|
|
|
|
%{_libdir}/librbd.so
|
|
|
|
|
%{_libdir}/librados.so
|
|
|
|
|
%{_libdir}/libcephfs_jni.so
|
|
|
|
|
|
|
|
|
|
#################################################################################
|
|
|
|
|
%files radosgw
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
@@ -673,6 +741,25 @@ fi
|
|
|
|
|
%postun -n librados2
|
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
#################################################################################
|
|
|
|
|
%files -n librados2-devel
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%dir %{_includedir}/rados
|
|
|
|
|
%{_includedir}/rados/librados.h
|
|
|
|
|
%{_includedir}/rados/librados.hpp
|
|
|
|
|
%{_includedir}/rados/buffer.h
|
|
|
|
|
%{_includedir}/rados/page.h
|
|
|
|
|
%{_includedir}/rados/crc32c.h
|
|
|
|
|
%{_includedir}/rados/rados_types.h
|
|
|
|
|
%{_includedir}/rados/rados_types.hpp
|
|
|
|
|
%{_includedir}/rados/memory.h
|
|
|
|
|
%{_libdir}/librados.so
|
|
|
|
|
|
|
|
|
|
#################################################################################
|
|
|
|
|
%files -n python-rados
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%{python_sitelib}/rados.py*
|
|
|
|
|
|
|
|
|
|
#################################################################################
|
|
|
|
|
%files -n librbd1
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
@@ -685,12 +772,31 @@ fi
|
|
|
|
|
|
|
|
|
|
%post -n librbd1
|
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
# If x86_64 and rhel6+, link the library to /usr/lib64/qemu -- rhel hack
|
|
|
|
|
%ifarch x86_64
|
|
|
|
|
%if 0%{?rhel} >= 6
|
|
|
|
|
mkdir -p /usr/lib64/qemu/
|
|
|
|
|
ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1
|
|
|
|
|
%endif
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%postun -n librbd1
|
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
#################################################################################
|
|
|
|
|
%files -n librbd1-devel
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%dir %{_includedir}/rbd
|
|
|
|
|
%{_includedir}/rbd/librbd.h
|
|
|
|
|
%{_includedir}/rbd/librbd.hpp
|
|
|
|
|
%{_includedir}/rbd/features.h
|
|
|
|
|
%{_libdir}/librbd.so
|
|
|
|
|
|
|
|
|
|
#################################################################################
|
|
|
|
|
%files -n python-rbd
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%{python_sitelib}/rbd.py*
|
|
|
|
|
|
|
|
|
|
#################################################################################
|
|
|
|
|
%files -n libcephfs1
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
@@ -703,13 +809,16 @@ ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1
|
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
#################################################################################
|
|
|
|
|
%files -n python-ceph
|
|
|
|
|
%files -n libcephfs1-devel
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%dir %{_includedir}/cephfs
|
|
|
|
|
%{_includedir}/cephfs/libcephfs.h
|
|
|
|
|
%{_libdir}/libcephfs.so
|
|
|
|
|
|
|
|
|
|
#################################################################################
|
|
|
|
|
%files -n python-cephfs
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%{python_sitelib}/rados.py*
|
|
|
|
|
%{python_sitelib}/rbd.py*
|
|
|
|
|
%{python_sitelib}/cephfs.py*
|
|
|
|
|
%{python_sitelib}/ceph_argparse.py*
|
|
|
|
|
%{python_sitelib}/ceph_rest_api.py*
|
|
|
|
|
|
|
|
|
|
#################################################################################
|
|
|
|
|
%files -n rest-bench
|
|
|
|
@@ -750,13 +859,61 @@ ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%{_libdir}/libcephfs_jni.so.*
|
|
|
|
|
|
|
|
|
|
%files -n libcephfs_jni1-devel
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%{_libdir}/libcephfs_jni.so
|
|
|
|
|
|
|
|
|
|
%files -n cephfs-java
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%{_javadir}/libcephfs.jar
|
|
|
|
|
|
|
|
|
|
# We need to create these three for compatibility reasons
|
|
|
|
|
%files libs-compat
|
|
|
|
|
|
|
|
|
|
%files devel-compat
|
|
|
|
|
|
|
|
|
|
%files -n python-ceph-compat
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Mar 11 2015 Boris Ranto <branto@redhat.com> - 1:0.80.9-1
|
|
|
|
|
- Rebase to 0.80.9, .8 contained a regression
|
|
|
|
|
|
|
|
|
|
* Wed Mar 4 2015 Boris Ranto <branto@redhat.com> - 1:0.80.8-2
|
|
|
|
|
- Perform a hardened build
|
|
|
|
|
- Use git-formatted patches
|
|
|
|
|
- Do not remove conf files on uninstall
|
|
|
|
|
- Remove the cleanup post-script function
|
|
|
|
|
|
|
|
|
|
* Mon Feb 23 2015 Boris Ranto <branto@redhat.com> - 1:0.80.8-1
|
|
|
|
|
- Rebase to latest upstream firefly version
|
|
|
|
|
- Require yasm, the SELinux yasm issue was fixed in .8 release
|
|
|
|
|
|
|
|
|
|
* Thu Oct 16 2014 Boris Ranto <branto@redhat.com - 1:0.80.7-1
|
|
|
|
|
- Rebase to latest upstream version
|
|
|
|
|
|
|
|
|
|
* Sat Oct 11 2014 Boris Ranto <branto@redhat.com> - 1:0.80.6-3
|
|
|
|
|
- Fix a typo in librados-devel vs librados2-devel dependency
|
|
|
|
|
|
|
|
|
|
* Fri Oct 10 2014 Boris Ranto <branto@redhat.com> - 1:0.80.6-2
|
|
|
|
|
- Provide empty file list for python-ceph-compat and ceph-devel-compat
|
|
|
|
|
|
|
|
|
|
* Fri Oct 10 2014 Boris Ranto <branto@redhat.com> - 1:0.80.6-1
|
|
|
|
|
- Rebase to 0.80.6
|
|
|
|
|
- Split ceph-devel and python-ceph packages
|
|
|
|
|
|
|
|
|
|
* Tue Sep 9 2014 Dan Horák <dan[at]danny.cz> - 1:0.80.5-10
|
|
|
|
|
- update Requires for s390(x)
|
|
|
|
|
|
|
|
|
|
* Wed Sep 3 2014 Boris Ranto <branto@redhat.com> - 1:0.80.5-9
|
|
|
|
|
- Symlink librd.so.1 to /usr/lib64/qemu only on rhel6+ x86_64 (1136811)
|
|
|
|
|
|
|
|
|
|
* Thu Aug 21 2014 Boris Ranto <branto@redhat.com> - 1:0.80.5-8
|
|
|
|
|
- Revert the previous change
|
|
|
|
|
- Fix bz 1118504, second attempt (yasm appears to be the package that caused this
|
|
|
|
|
|
|
|
|
|
* Wed Aug 20 2014 Boris Ranto <branto@redhat.com> - 1:0.80.5-7
|
|
|
|
|
- Several more merges from file to try to fix the selinux issue (1118504)
|
|
|
|
|
|
|
|
|
|
* Sun Aug 17 2014 Kalev Lember <kalevlember@gmail.com> - 1:0.80.5-6
|
|
|
|
|
- Obsolete ceph-libcephfs
|
|
|
|
|
|
|
|
|
|