Blame SPECS/ceph-common.spec

1677c6
%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
1677c6
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
1677c6
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
1677c6
%endif
1677c6
1677c6
#################################################################################
1677c6
# common
1677c6
#################################################################################
1677c6
Name:		ceph-common
1677c6
Version:	10.2.5
1677c6
Release:	4%{?dist}
1677c6
Epoch:		1
1677c6
Summary:	Ceph Common
1677c6
License:	GPLv2
1677c6
Group:		System Environment/Base
1677c6
URL:		http://ceph.com/
1677c6
Source0:	http://ceph.com/download/ceph-%{version}.tar.gz
1677c6
Patch1: 0001-Makefile-Fix-dencoder-build.patch
1677c6
Patch2: 0002-Add-fake-fcgiapp.h-for-rgw.patch
1677c6
Patch3: 0003-common-Build-more-files-of-libcommon-in-client.patch
1677c6
Patch4: 0004-libradosstripper-Build-libradostripper-for-rados-as-.patch
1677c6
Patch5: 0005-A-compile-patch-for-s390.patch
1677c6
Requires:	librbd1 = %{epoch}:%{version}-%{release}
1677c6
Requires:	librados2 = %{epoch}:%{version}-%{release}
1677c6
Requires:	python-rbd = %{epoch}:%{version}-%{release}
1677c6
Requires:	python-rados = %{epoch}:%{version}-%{release}
1677c6
Requires:	python
1677c6
Requires:	python-argparse
1677c6
Requires:	python-requests
1677c6
%if ! ( 0%{?rhel} && 0%{?rhel} <= 6 )
1677c6
Requires:	xfsprogs
1677c6
%endif
1677c6
Requires:	cryptsetup
1677c6
Requires:	parted
1677c6
Requires:	util-linux
1677c6
%ifnarch s390 s390x
1677c6
Requires:	hdparm
1677c6
%endif
1677c6
# For initscript
1677c6
Requires:	redhat-lsb-core
1677c6
Requires(post):	binutils
1677c6
BuildRequires:	make
1677c6
BuildRequires:	gcc-c++
1677c6
BuildRequires:	libtool
1677c6
BuildRequires:	boost-devel
1677c6
BuildRequires:	bzip2-devel
1677c6
BuildRequires:	libedit-devel
1677c6
BuildRequires:	perl
1677c6
BuildRequires:	gdbm
1677c6
BuildRequires:	pkgconfig
1677c6
BuildRequires:	python
1677c6
BuildRequires:	python-nose
1677c6
BuildRequires:	python-argparse
1677c6
BuildRequires:	libaio-devel
1677c6
BuildRequires:	libcurl-devel
1677c6
BuildRequires:	libxml2-devel
1677c6
BuildRequires:	libuuid-devel
1677c6
BuildRequires:	libblkid-devel >= 2.17
1677c6
BuildRequires:	libudev-devel
1677c6
BuildRequires:	expat-devel
1677c6
BuildRequires:	Cython
1677c6
BuildRequires:	python-devel
1677c6
BuildRequires:	python-virtualenv
1677c6
BuildRequires:	python-sphinx
1677c6
BuildRequires:	openldap-devel
1677c6
BuildRequires:	snappy-devel
1677c6
BuildRequires:	redhat-lsb-core
1677c6
%if ! ( 0%{?rhel} && 0%{?rhel} <= 6 )
1677c6
BuildRequires:	xfsprogs-devel
1677c6
%endif
1677c6
# No yasm dependency for now, it causes selinux issues
1677c6
#BuildRequires:	yasm
1677c6
1677c6
#################################################################################
1677c6
# specific
1677c6
#################################################################################
1677c6
%if ! 0%{?rhel}
1677c6
BuildRequires:	sharutils
1677c6
%endif
1677c6
1677c6
Requires:	gdisk
1677c6
BuildRequires:	nss-devel
1677c6
BuildRequires:	keyutils-libs-devel
1677c6
Requires:	gdisk
1677c6
Requires(post):	chkconfig
1677c6
Requires(preun):chkconfig
1677c6
Requires(preun):initscripts
1677c6
1677c6
#################################################################################
1677c6
# obsoletes
1677c6
#################################################################################
1677c6
# We need to obsolete and provide python-ceph with this package
1677c6
# We moved ceph_argparse.py from python-ceph to ceph-common when
1677c6
# we split python-ceph, ceph-common needs to obsolete python-ceph
1677c6
# as well, it also provides python-ceph via dependencies
1677c6
Obsoletes:	python-ceph
1677c6
Provides:	python-ceph
1677c6
1677c6
%description
1677c6
Common utilities to mount and interact with a ceph storage cluster.
1677c6
1677c6
1677c6
#################################################################################
1677c6
# packages
1677c6
#################################################################################
1677c6
%package -n librados2
1677c6
Summary:	RADOS distributed object store client library
1677c6
Group:		System Environment/Libraries
1677c6
License:	LGPL-2.0
1677c6
Obsoletes:	ceph-libs
1677c6
%description -n librados2
1677c6
RADOS is a reliable, autonomic distributed object storage cluster
1677c6
developed as part of the Ceph distributed storage system. This is a
1677c6
shared library allowing applications to access the distributed object
1677c6
store using a simple file-like interface.
1677c6
1677c6
%package -n librados2-devel
1677c6
Summary:	RADOS headers
1677c6
Group:		Development/Libraries
1677c6
License:	LGPL-2.0
1677c6
Requires:	librados2 = %{epoch}:%{version}-%{release}
1677c6
Obsoletes:	ceph-devel
1677c6
%description -n librados2-devel
1677c6
This package contains libraries and headers needed to develop programs
1677c6
that use RADOS object store.
1677c6
1677c6
%package -n python-rados
1677c6
Summary:	Python libraries for the RADOS object store
1677c6
Group:		System Environment/Libraries
1677c6
License:	LGPL-2.0
1677c6
Requires:	librados2 = %{epoch}:%{version}-%{release}
1677c6
Obsoletes:	python-ceph
1677c6
%description -n python-rados
1677c6
This package contains Python libraries for interacting with Cephs RADOS
1677c6
object store.
1677c6
1677c6
%package -n librbd1
1677c6
Summary:	RADOS block device client library
1677c6
Group:		System Environment/Libraries
1677c6
License:	LGPL-2.0
1677c6
Requires:	librados2 = %{epoch}:%{version}-%{release}
1677c6
Obsoletes:	ceph-libs
1677c6
%description -n librbd1
1677c6
RBD is a block device striped across multiple distributed objects in
1677c6
RADOS, a reliable, autonomic distributed object storage cluster
1677c6
developed as part of the Ceph distributed storage system. This is a
1677c6
shared library allowing applications to manage these block devices.
1677c6
1677c6
%package -n librbd1-devel
1677c6
Summary:	RADOS block device headers
1677c6
Group:		Development/Libraries
1677c6
License:	LGPL-2.0
1677c6
Requires:	librbd1 = %{epoch}:%{version}-%{release}
1677c6
Requires:	librados2-devel = %{epoch}:%{version}-%{release}
1677c6
Obsoletes:	ceph-devel
1677c6
%description -n librbd1-devel
1677c6
This package contains libraries and headers needed to develop programs
1677c6
that use RADOS block device.
1677c6
1677c6
%package -n python-rbd
1677c6
Summary:	Python libraries for the RADOS block device
1677c6
Group:		System Environment/Libraries
1677c6
License:	LGPL-2.0
1677c6
Requires:	librbd1 = %{epoch}:%{version}-%{release}
1677c6
Requires:	python-rados = %{epoch}:%{version}-%{release}
1677c6
Obsoletes:	python-ceph
1677c6
%description -n python-rbd
1677c6
This package contains Python libraries for interacting with Cephs RADOS
1677c6
block device.
1677c6
1677c6
#################################################################################
1677c6
# common
1677c6
#################################################################################
1677c6
%prep
1677c6
%setup -q -n ceph-%{version}
1677c6
%patch1 -p1
1677c6
%patch2 -p1
1677c6
%patch3 -p1
1677c6
%patch4 -p1
1677c6
%patch5 -p1
1677c6
1677c6
%build
1677c6
./autogen.sh
1677c6
1677c6
%if ( 0%{?rhel} && 0%{?rhel} <= 6)
1677c6
MY_CONF_OPT="--without-libxfs"
1677c6
%else
1677c6
MY_CONF_OPT=""
1677c6
%endif
1677c6
1677c6
# Do not build server part of the project
1677c6
# Do not use gperftools (tcmalloc) on rhel
1677c6
# No need to build fuse, rest-bench radosgw and ocf pkgs so far
1677c6
# Use nss instead of cryptopp library
1677c6
MY_CONF_OPT="$MY_CONF_OPT --disable-server --without-libatomic-ops --without-tcmalloc --without-radosgw --without-rest-bench --without-fuse --without-ocf --without-cryptopp --with-nss --without-radosstriper --without-cephfs"
1677c6
1677c6
export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed -e 's/i386/i486/'`
1677c6
1677c6
%{configure}	--prefix=/usr \
1677c6
		--libexecdir=%{_libexecdir} \
1677c6
		--localstatedir=%{_localstatedir} \
1677c6
		--sysconfdir=%{_sysconfdir} \
1677c6
		--docdir=%{_docdir}/ceph \
1677c6
		--with-man-pages \
1677c6
		--mandir="%_mandir" \
1677c6
		$MY_CONF_OPT \
1677c6
		CFLAGS="$RPM_OPT_FLAGS $EXTRA_CFLAGS" \
1677c6
		CXXFLAGS="$RPM_OPT_FLAGS $EXTRA_CFLAGS" \
1677c6
		LDFLAGS="$EXTRA_LDFLAGS"
1677c6
1677c6
make %{_smp_mflags}
1677c6
1677c6
%install
1677c6
make DESTDIR=$RPM_BUILD_ROOT install
1677c6
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
1677c6
find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
1677c6
install -D src/rbdmap $RPM_BUILD_ROOT%{_sysconfdir}/ceph/rbdmap
1677c6
rm -f $RPM_BUILD_ROOT%{_docdir}/ceph/sample.ceph.conf
1677c6
rm -f $RPM_BUILD_ROOT%{_docdir}/ceph/sample.fetch_config
1677c6
rm -f $RPM_BUILD_ROOT%{_libdir}/ceph/erasure-code/libec_*.so*
1677c6
rm -f $RPM_BUILD_ROOT%{_libexecdir}/ceph/ceph-osd-prestart.sh
1677c6
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/radosgw-admin
1677c6
rm -f $RPM_BUILD_ROOT%{_bindir}/crushtool
1677c6
rm -f $RPM_BUILD_ROOT%{_bindir}/monmaptool
1677c6
rm -f $RPM_BUILD_ROOT%{_bindir}/osdmaptool
1677c6
rm -f $RPM_BUILD_ROOT%{_bindir}/ceph-detect-init
1677c6
rm -f $RPM_BUILD_ROOT%{_bindir}/rbd-mirror
1677c6
rm -f $RPM_BUILD_ROOT%{_bindir}/rbd-nbd
1677c6
rm -f $RPM_BUILD_ROOT%{_sbindir}/ceph-disk
1677c6
rm -f $RPM_BUILD_ROOT%{_libdir}/ceph/ceph_common.sh
1677c6
rm -f $RPM_BUILD_ROOT%{_libexecdir}/ceph/ceph-osd-prestart.sh
1677c6
rm -f $RPM_BUILD_ROOT%{_mandir}/man8/rbd-mirror.8*
1677c6
rm -f $RPM_BUILD_ROOT%{_mandir}/man8/rbd-nbd.8*
1677c6
rm -f $RPM_BUILD_ROOT%{_unitdir}/ceph*
1677c6
rm -f $RPM_BUILD_ROOT%{_libexecdir}/ceph/ceph_common.sh
1677c6
rm -rf $RPM_BUILD_ROOT%{python_sitelib}/ceph_detect_init*
1677c6
rm -rf $RPM_BUILD_ROOT%{python_sitelib}/ceph_disk*
1677c6
rm -rf $RPM_BUILD_ROOT%{_libdir}/ceph/compressor
1677c6
1677c6
# udev rules
1677c6
%if 0%{?rhel} >= 7 || 0%{?fedora}
1677c6
install -m 0644 -D udev/50-rbd.rules $RPM_BUILD_ROOT/usr/lib/udev/rules.d/50-rbd.rules
1677c6
%else
1677c6
install -m 0644 -D udev/50-rbd.rules $RPM_BUILD_ROOT/lib/udev/rules.d/50-rbd.rules
1677c6
%endif
1677c6
1677c6
%clean
1677c6
rm -rf $RPM_BUILD_ROOT
1677c6
1677c6
1677c6
#################################################################################
1677c6
# files
1677c6
#################################################################################
1677c6
%files
1677c6
%defattr(-,root,root,-)
1677c6
%{_bindir}/ceph
1677c6
%{_bindir}/ceph-authtool
1677c6
%{_bindir}/ceph-conf
1677c6
%{_bindir}/ceph-dencoder
1677c6
%{_bindir}/ceph-rbdnamer
1677c6
%{_bindir}/ceph-syn
1677c6
%{_bindir}/rados
1677c6
%{_bindir}/rbd
1677c6
%{_bindir}/rbd-replay
1677c6
%{_bindir}/rbd-replay-many
1677c6
%{_bindir}/rbdmap
1677c6
%{_bindir}/ceph-post-file
1677c6
%{_bindir}/ceph-brag
1677c6
%{_mandir}/man8/ceph-authtool.8*
1677c6
%{_mandir}/man8/ceph-conf.8*
1677c6
%{_mandir}/man8/ceph-dencoder.8*
1677c6
%{_mandir}/man8/ceph-rbdnamer.8*
1677c6
%{_mandir}/man8/ceph-syn.8*
1677c6
%{_mandir}/man8/ceph-post-file.8*
1677c6
%{_mandir}/man8/ceph.8*
1677c6
%{_mandir}/man8/rados.8*
1677c6
%{_mandir}/man8/rbd.8*
1677c6
%{_mandir}/man8/rbdmap.8*
1677c6
%{_mandir}/man8/rbd-replay.8*
1677c6
%{_mandir}/man8/rbd-replay-many.8*
1677c6
%{_mandir}/man8/rbd-replay-prep.8*
1677c6
%dir %{_datadir}/ceph/
1677c6
%{_datadir}/ceph/known_hosts_drop.ceph.com
1677c6
%{_datadir}/ceph/id_rsa_drop.ceph.com
1677c6
%{_datadir}/ceph/id_rsa_drop.ceph.com.pub
1677c6
%dir %{_sysconfdir}/ceph/
1677c6
%config %{_sysconfdir}/bash_completion.d/ceph
1677c6
%config %{_sysconfdir}/bash_completion.d/rados
1677c6
%config %{_sysconfdir}/bash_completion.d/rbd
1677c6
%config(noreplace) %{_sysconfdir}/ceph/rbdmap
1677c6
%{_unitdir}/rbdmap.service
1677c6
%{python_sitelib}/ceph_argparse.py*
1677c6
%{python_sitelib}/ceph_daemon.py*
1677c6
%{_udevrulesdir}/50-rbd.rules
1677c6
%dir %{_localstatedir}/log/ceph/
1677c6
1677c6
%postun
1677c6
# Package removal cleanup
1677c6
if [ "$1" -eq "0" ] ; then
1677c6
    rm -rf /var/log/ceph
1677c6
    rm -rf /etc/ceph
1677c6
fi
1677c6
1677c6
#################################################################################
1677c6
%files -n librados2
1677c6
%defattr(-,root,root,-)
1677c6
%{_libdir}/librados.so.*
1677c6
1677c6
%post -n librados2
1677c6
/sbin/ldconfig
1677c6
1677c6
%postun -n librados2
1677c6
/sbin/ldconfig
1677c6
1677c6
#################################################################################
1677c6
%files -n librados2-devel
1677c6
%defattr(-,root,root,-)
1677c6
%dir %{_includedir}/rados
1677c6
%{_includedir}/rados/librados.h
1677c6
%{_includedir}/rados/librados.hpp
1677c6
%{_includedir}/rados/buffer.h
1677c6
%{_includedir}/rados/buffer_fwd.h
1677c6
%{_includedir}/rados/page.h
1677c6
%{_includedir}/rados/crc32c.h
1677c6
%{_includedir}/rados/rados_types.h
1677c6
%{_includedir}/rados/rados_types.hpp
1677c6
%{_includedir}/rados/memory.h
1677c6
%{_libdir}/librados.so
1677c6
%{_bindir}/librados-config
1677c6
%{_mandir}/man8/librados-config.8*
1677c6
1677c6
#################################################################################
1677c6
%files -n librbd1
1677c6
%defattr(-,root,root,-)
1677c6
%{_libdir}/librbd.so.*
1677c6
%if 0%{?rhel} >= 7 || 0%{?fedora}
1677c6
/usr/lib/udev/rules.d/50-rbd.rules
1677c6
%else
1677c6
/lib/udev/rules.d/50-rbd.rules
1677c6
%endif
1677c6
1677c6
%post -n librbd1
1677c6
/sbin/ldconfig
1677c6
1677c6
%postun -n librbd1
1677c6
/sbin/ldconfig
1677c6
1677c6
#################################################################################
1677c6
%files -n librbd1-devel
1677c6
%defattr(-,root,root,-)
1677c6
%dir %{_includedir}/rbd
1677c6
%{_includedir}/rbd/librbd.h
1677c6
%{_includedir}/rbd/librbd.hpp
1677c6
%{_includedir}/rbd/features.h
1677c6
%{_libdir}/librbd.so
1677c6
1677c6
#################################################################################
1677c6
%files -n python-rados
1677c6
%defattr(-,root,root,-)
1677c6
%{python_sitearch}/rados.so
1677c6
%{python_sitearch}/rados-*.egg-info
1677c6
1677c6
#################################################################################
1677c6
%files -n python-rbd
1677c6
%defattr(-,root,root,-)
1677c6
%{python_sitearch}/rbd.so
1677c6
%{python_sitearch}/rbd-*.egg-info
1677c6
1677c6
%changelog
1677c6
* Fri Jun 08 2018 Boris Ranto <branto@redhat.com> - 1:10.2.5-4
1677c6
- rebase the package to 10.2.5
1677c6
1677c6
* Tue Jun 20 2017 Boris Ranto <branto@redhat.com> - 1:0.94.5-2
1677c6
- drop the rebase
1677c6
1677c6
* Thu Jun 01 2017 Boris Ranto <branto@redhat.com> - 1:10.2.5-3
1677c6
- Strip away ceph user (errata complains after rebase)
1677c6
1677c6
* Mon Apr 24 2017 Boris Ranto <branto@redhat.com> - 1:10.2.5-2
1677c6
- New release (1:10.2.5-2)
1677c6
- A compile patch for s390
1677c6
- Build on all the platforms
1677c6
1677c6
* Wed Feb 22 2017 Boris Ranto <branto@redhat.com> - 1:10.2.5-1
1677c6
- New version (1:10.2.5-1)
1677c6
- Makefile: Fix dencoder build
1677c6
- Add fake fcgiapp.h for rgw
1677c6
- common: Build more files of libcommon in client
1677c6
- libradosstripper: Build libradostripper for rados as noinst
1677c6
1677c6
* Wed Jun 22 2016 Boris Ranto <branto@redhat.com> - 1:0.94.5-1
1677c6
- New version (1:0.94.5-1)
1677c6
1677c6
* Wed Jun 17 2015 Boris Ranto <branto@redhat.com> - 1:0.80.7-3
1677c6
- Fix librbd: aio calls may block (1225188)
1677c6
1677c6
* Fri Nov 21 2014 Boris Ranto <branto@redhat.com> - 1:0.80.7-2
1677c6
- We need to obsolete and provide python-ceph by ceph-common
1677c6
1677c6
* Thu Oct 16 2014 Boris Ranto <branto@redhat.com> - 1:0.80.7-1
1677c6
- Rebase to latest upstream version
1677c6
1677c6
* Mon Oct 13 2014 Boris Ranto <branto@redhat.com> - 1:0.80.6-4
1677c6
- fix the typo in librados-devel vs librados2-devel dependency
1677c6
1677c6
* Thu Oct 9 2014 Boris Ranto <branto@redhat.com> - 1:0.80.6-3
1677c6
- split the python-ceph and ceph-devel packages to properly fix the
1677c6
  'disable cephfs' issue
1677c6
1677c6
* Wed Oct 8 2014 Boris Ranto <branto@redhat.com> - 1:0.80.6-2
1677c6
- Do not package cephfs files
1677c6
1677c6
* Tue Oct 7 2014 Boris Ranto <branto@redhat.com> - 1:0.80.6-1
1677c6
- Rebase to latest stable upstream version
1677c6
- Remove libatomic_ops dependency
1677c6
1677c6
* Wed Oct 1 2014 Boris Ranto <branto@redhat.com> - 1:0.80.5-13
1677c6
- Remove python-flask dependency
1677c6
1677c6
* Wed Sep 24 2014 Boris Ranto <branto@redhat.com> - 1:0.80.5-12
1677c6
- Fix the license field
1677c6
1677c6
* Wed Sep 24 2014 Boris Ranto <branto@redhat.com> - 1:0.80.5-11
1677c6
- First attempt to build rhel 7 ceph packages
1677c6
1677c6
* Tue Sep 9 2014 Dan Horák <dan[at]danny.cz> - 1:0.80.5-10
1677c6
- update Requires for s390(x)
1677c6
1677c6
* Wed Sep 3 2014 Boris Ranto <branto@redhat.com> - 1:0.80.5-9
1677c6
- Symlink librd.so.1 to /usr/lib64/qemu only on rhel6+ x86_64 (1136811)
1677c6
1677c6
* Thu Aug 21 2014 Boris Ranto <branto@redhat.com> - 1:0.80.5-8
1677c6
- Revert the previous change
1677c6
- Fix bz 1118504, second attempt (yasm appears to be the package that caused this
1677c6
1677c6
* Wed Aug 20 2014 Boris Ranto <branto@redhat.com> - 1:0.80.5-7
1677c6
- Several more merges from file to try to fix the selinux issue (1118504)
1677c6
1677c6
* Sun Aug 17 2014 Kalev Lember <kalevlember@gmail.com> - 1:0.80.5-6
1677c6
- Obsolete ceph-libcephfs
1677c6
1677c6
* Sat Aug 16 2014 Boris Ranto <branto@redhat.com> - 1:0.80.5-5
1677c6
- Do not require xfsprogs/xfsprogs-devel for el6
1677c6
- Require gperftools-devel for non-ppc*/s390* architectures only
1677c6
- Do not require junit -- no need to build libcephfs-test.jar
1677c6
- Build without libxfs for el6
1677c6
- Build without tcmalloc for ppc*/s390* architectures
1677c6
- Location of mkcephfs must depend on a rhel release
1677c6
- Use epoch in the Requires fields [1130700]
1677c6
1677c6
* Sat Aug 16 2014 Boris Ranto <branto@redhat.com> - 1:0.80.5-4
1677c6
- Use the proper version name in Obsoletes
1677c6
1677c6
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.80.5-3
1677c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
1677c6
1677c6
* Fri Aug 15 2014 Boris Ranto <branto@redhat.com> - 1:0.80.5-2
1677c6
- Add the arm pthread hack
1677c6
1677c6
* Fri Aug 15 2014 Boris Ranto <branto@redhat.com> - 1:0.80.5-1
1677c6
- Bump the Epoch, we need to keep the latest stable, not development,
1677c6
  ceph version in fedora
1677c6
- Use the upstream spec file with the ceph-libs split
1677c6
- Add libs-compat subpackage [1116546]
1677c6
- use fedora in rhel 7 checks
1677c6
- obsolete libcephfs [1116614]
1677c6
- depend on redhat-lsb-core for the initscript [1108696]
1677c6
1677c6
* Wed Aug 13 2014 Kalev Lember <kalevlember@gmail.com> - 0.81.0-6
1677c6
- Add obsoletes to keep the upgrade path working (#1118510)
1677c6
1677c6
* Mon Jul 7 2014 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 0.81.0-5
1677c6
- revert to old spec until after f21 branch
1677c6
1677c6
* Fri Jul 4 2014 Kaleb S. KEITHLEY <kkeithle[at]redhat.com>
1677c6
- temporary exclude f21/armv7hl. N.B. it builds fine on f20/armv7hl.
1677c6
1677c6
* Fri Jul 4 2014 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 0.81.0-4
1677c6
- upstream ceph.spec file
1677c6
1677c6
* Tue Jul 1 2014 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 0.81.0-3
1677c6
- upstream ceph.spec file
1677c6
1677c6
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.81.0-2
1677c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
1677c6
1677c6
* Thu Jun 5 2014 Kaleb S. KEITHLEY <kkeithle[at]redhat.com>
1677c6
- el6 ppc64 likewise for tcmalloc, merge from origin/el6
1677c6
1677c6
* Thu Jun 5 2014 Kaleb S. KEITHLEY <kkeithle[at]redhat.com>
1677c6
- el6 ppc64 does not have gperftools, merge from origin/el6
1677c6
1677c6
* Thu Jun 5 2014 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 0.81.0-1
1677c6
- ceph-0.81.0
1677c6
1677c6
* Wed Jun  4 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.80.1-5
1677c6
- gperftools now available on aarch64/ppc64
1677c6
1677c6
* Fri May 23 2014 Petr Machata <pmachata@redhat.com> - 0.80.1-4
1677c6
- Rebuild for boost 1.55.0
1677c6
1677c6
* Fri May 23 2014 David Tardon <dtardon@redhat.com> - 0.80.1-3
1677c6
- rebuild for boost 1.55.0
1677c6
1677c6
* Wed May 14 2014 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 0.80.1-2
1677c6
- build epel-6
1677c6
- exclude %%{_libdir}/ceph/erasure-code in base package
1677c6
1677c6
* Tue May 13 2014 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 0.80.1-1
1677c6
- Update to latest stable upstream release, BZ 1095201
1677c6
- PIE, _hardened_build, BZ 955174
1677c6
1677c6
* Thu Feb 06 2014 Ken Dreyer <ken.dreyer@inktank.com> - 0.72.2-2
1677c6
- Move plugins from -devel into -libs package (#891993). Thanks Michael
1677c6
  Schwendt.
1677c6
1677c6
* Mon Jan 06 2014 Ken Dreyer <ken.dreyer@inktank.com> 0.72.2-1
1677c6
- Update to latest stable upstream release
1677c6
- Use HTTPS for URLs
1677c6
- Submit Automake 1.12 patch upstream
1677c6
- Move unversioned shared libs from ceph-libs into ceph-devel
1677c6
1677c6
* Wed Dec 18 2013 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> 0.67.3-4
1677c6
- build without tcmalloc on aarch64 (no gperftools)
1677c6
1677c6
* Sat Nov 30 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.67.3-3
1677c6
- gperftools not currently available on aarch64
1677c6
1677c6
* Mon Oct 07 2013 Dan Horák <dan[at]danny.cz> - 0.67.3-2
1677c6
- fix build on non-x86_64 64-bit arches
1677c6
1677c6
* Wed Sep 11 2013 Josef Bacik <josef@toxicpanda.com> - 0.67.3-1
1677c6
- update to 0.67.3
1677c6
1677c6
* Wed Sep 11 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 0.61.7-3
1677c6
- let base package include all its documentation files via %%doc magic,
1677c6
  so for Fedora 20 Unversioned Docdirs no files are included accidentally
1677c6
- include the sample config files again (instead of just an empty docdir
1677c6
  that has been added for #846735)
1677c6
- don't include librbd.so.1 also in -devel package (#1003202)
1677c6
- move one misplaced rados plugin from -devel into -libs package (#891993)
1677c6
- include missing directories in -devel and -libs packages
1677c6
- move librados-config into the -devel pkg where its manual page is, too
1677c6
- add %%_isa to subpackage dependencies
1677c6
- don't use %%defattr anymore
1677c6
- add V=1 to make invocation for verbose build output
1677c6
1677c6
* Wed Jul 31 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.61.7-2
1677c6
- re-enable tmalloc on arm now gperftools is fixed
1677c6
1677c6
* Mon Jul 29 2013 Josef Bacik <josef@toxicpanda.com> - 0.61.7-1
1677c6
- Update to 0.61.7
1677c6
1677c6
* Sat Jul 27 2013 pmachata@redhat.com - 0.56.4-2
1677c6
- Rebuild for boost 1.54.0
1677c6
1677c6
* Fri Mar 29 2013 Josef Bacik <josef@toxicpanda.com> - 0.56.4-1
1677c6
- Update to 0.56.4
1677c6
- Add upstream d02340d90c9d30d44c962bea7171db3fe3bfba8e to fix logrotate
1677c6
1677c6
* Wed Feb 20 2013 Josef Bacik <josef@toxicpanda.com> - 0.56.3-1
1677c6
- Update to 0.56.3
1677c6
1677c6
* Mon Feb 11 2013 Richard W.M. Jones <rjones@redhat.com> - 0.53-2
1677c6
- Rebuilt to try to fix boost dependency problem in Rawhide.
1677c6
1677c6
* Thu Nov  1 2012 Josef Bacik <josef@toxicpanda.com> - 0.53-1
1677c6
- Update to 0.53
1677c6
1677c6
* Mon Sep 24 2012 Jonathan Dieter <jdieter@lesbg.com> - 0.51-3
1677c6
- Fix automake 1.12 error
1677c6
- Rebuild after buildroot was messed up
1677c6
1677c6
* Tue Sep 18 2012 Jonathan Dieter <jdieter@lesbg.com> - 0.51-2
1677c6
- Use system leveldb
1677c6
1677c6
* Fri Sep 07 2012 David Nalley <david@gnsa.us> - 0.51-1
1677c6
- Updating to 0.51
1677c6
- Updated url and source url. 
1677c6
1677c6
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.46-2
1677c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
1677c6
1677c6
* Wed May  9 2012 Josef Bacik <josef@toxicpanda.com> - 0.46-1
1677c6
- updated to upstream 0.46
1677c6
- broke out libcephfs (rhbz# 812975)
1677c6
1677c6
* Mon Apr 23 2012 Dan Horák <dan[at]danny.cz> - 0.45-2
1677c6
- fix detection of C++11 atomic header
1677c6
1677c6
* Thu Apr 12 2012 Josef Bacik <josef@toxicpanda.com> - 0.45-1
1677c6
- updating to upstream 0.45
1677c6
1677c6
* Wed Apr  4 2012 Niels de Vos <devos@fedoraproject.org> - 0.44-5
1677c6
- Add LDFLAGS=-lpthread on any ARM architecture
1677c6
- Add CFLAGS=-DAO_USE_PTHREAD_DEFS on ARMv5tel
1677c6
1677c6
* Mon Mar 26 2012 Dan Horák <dan[at]danny.cz> 0.44-4
1677c6
- gperftools not available also on ppc
1677c6
1677c6
* Mon Mar 26 2012 Jonathan Dieter <jdieter@lesbg.com> - 0.44-3
1677c6
- Remove unneeded patch
1677c6
1677c6
* Sun Mar 25 2012 Jonathan Dieter <jdieter@lesbg.com> - 0.44-2
1677c6
- Update to 0.44
1677c6
- Fix build problems
1677c6
1677c6
* Mon Mar  5 2012 Jonathan Dieter <jdieter@lesbg.com> - 0.43-1
1677c6
- Update to 0.43
1677c6
- Remove upstreamed compile fixes patch
1677c6
- Remove obsoleted dump_pop patch
1677c6
1677c6
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.41-2
1677c6
- Rebuilt for c++ ABI breakage
1677c6
1677c6
* Thu Feb 16 2012 Tom Callaway <spot@fedoraproject.org> 0.41-1
1677c6
- update to 0.41
1677c6
- fix issues preventing build
1677c6
- rebuild against gperftools
1677c6
1677c6
* Sat Dec 03 2011 David Nalley <david@gnsa.us> 0.38-1
1677c6
- updating to upstream 0.39
1677c6
1677c6
* Sat Nov 05 2011 David Nalley <david@gnsa.us> 0.37-1
1677c6
- create /etc/ceph - bug 745462
1677c6
- upgrading to 0.37, fixing 745460, 691033
1677c6
- fixing various logrotate bugs 748930, 747101
1677c6
1677c6
* Fri Aug 19 2011 Dan Horák <dan[at]danny.cz> 0.31-4
1677c6
- google-perftools not available also on s390(x)
1677c6
1677c6
* Mon Jul 25 2011 Karsten Hopp <karsten@redhat.com> 0.31-3
1677c6
- build without tcmalloc on ppc64, BR google-perftools is not available there
1677c6
1677c6
* Tue Jul 12 2011 Josef Bacik <josef@toxicpanda.com> 0.31-2
1677c6
- Remove curl/types.h include since we don't use it anymore
1677c6
1677c6
* Tue Jul 12 2011 Josef Bacik <josef@toxicpanda.com> 0.31-1
1677c6
- Update to 0.31
1677c6
1677c6
* Tue Apr  5 2011 Josef Bacik <josef@toxicpanda.com> 0.26-2
1677c6
- Add the compile fix patch
1677c6
1677c6
* Tue Apr  5 2011 Josef Bacik <josef@toxicpanda.com> 0.26
1677c6
- Update to 0.26
1677c6
1677c6
* Tue Mar 22 2011 Josef Bacik <josef@toxicpanda.com> 0.25.1-1
1677c6
- Update to 0.25.1
1677c6
1677c6
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21.3-2
1677c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
1677c6
1677c6
* Wed Sep 29 2010 Steven Pritchard <steve@kspei.com> 0.21.3-1
1677c6
- Update to 0.21.3.
1677c6
1677c6
* Mon Aug 30 2010 Steven Pritchard <steve@kspei.com> 0.21.2-1
1677c6
- Update to 0.21.2.
1677c6
1677c6
* Thu Aug 26 2010 Steven Pritchard <steve@kspei.com> 0.21.1-1
1677c6
- Update to 0.21.1.
1677c6
- Sample configs moved to /usr/share/doc/ceph/.
1677c6
- Added cclass, rbd, and cclsinfo.
1677c6
- Dropped mkmonfs and rbdtool.
1677c6
- mkcephfs moved to /sbin.
1677c6
- Add libcls_rbd.so.
1677c6
1677c6
* Tue Jul  6 2010 Josef Bacik <josef@toxicpanda.com> 0.20.2-1
1677c6
- update to 0.20.2
1677c6
1677c6
* Wed May  5 2010 Josef Bacik <josef@toxicpanda.com> 0.20-1
1677c6
- update to 0.20
1677c6
- disable hadoop building
1677c6
- remove all the test binaries properly
1677c6
1677c6
* Fri Apr 30 2010 Sage Weil <sage@newdream.net> 0.19.1-5
1677c6
- Remove java deps (no need to build hadoop by default)
1677c6
- Include all required librados helpers
1677c6
- Include fetch_config sample
1677c6
- Include rbdtool
1677c6
- Remove misc debugging, test binaries
1677c6
1677c6
* Fri Apr 30 2010 Josef Bacik <josef@toxicpanda.com> 0.19.1-4
1677c6
- Add java-devel and java tricks to get hadoop to build
1677c6
1677c6
* Mon Apr 26 2010 Josef Bacik <josef@toxicpanda.com> 0.19.1-3
1677c6
- Move the rados and cauthtool man pages into the base package
1677c6
1677c6
* Sun Apr 25 2010 Jonathan Dieter <jdieter@lesbg.com> 0.19.1-2
1677c6
- Add missing libhadoopcephfs.so* to file list
1677c6
- Add COPYING to all subpackages
1677c6
- Fix ownership of /usr/lib[64]/ceph
1677c6
- Enhance description of fuse client
1677c6
1677c6
* Tue Apr 20 2010 Josef Bacik <josef@toxicpanda.com> 0.19.1-1
1677c6
- Update to 0.19.1
1677c6
1677c6
* Mon Feb  8 2010 Josef Bacik <josef@toxicpanda.com> 0.18-1
1677c6
- Initial spec file creation, based on the template provided in the ceph src