Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bfa0c90c28 | |||
| 512f758b63 | |||
| 40c0183c51 | |||
| edc2f5729d | |||
| b8c05a8d14 | |||
| fee6eea17b | |||
| fec89844e3 | |||
| b24854c0a7 | |||
| 25b47f32a9 | |||
| e44806fede | |||
| 830e99f484 | |||
| a236dbbbe2 | |||
| c81d313d7c | |||
| 5311ad2942 | |||
| 08b7207d61 |
@@ -11,7 +11,7 @@
|
||||
# common
|
||||
#################################################################################
|
||||
Name: ceph
|
||||
Version: 0.80.10
|
||||
Version: 0.80.9
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Summary: User space components of the Ceph file system
|
||||
@@ -21,6 +21,7 @@ URL: http://ceph.com/
|
||||
Source0: http://ceph.com/download/%{name}-%{version}.tar.bz2
|
||||
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}
|
||||
@@ -391,6 +392,7 @@ python-cephfs instead.
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
|
||||
%build
|
||||
# Find jni.h
|
||||
@@ -603,7 +605,6 @@ fi
|
||||
%config %{_sysconfdir}/bash_completion.d/ceph
|
||||
%config(noreplace) %{_sysconfdir}/logrotate.d/ceph
|
||||
%config(noreplace) %{_sysconfdir}/logrotate.d/radosgw
|
||||
%{_mandir}/man8/ceph-disk.8*
|
||||
%{_mandir}/man8/ceph-mon.8*
|
||||
%{_mandir}/man8/ceph-mds.8*
|
||||
%{_mandir}/man8/ceph-osd.8*
|
||||
@@ -844,7 +845,8 @@ ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1
|
||||
%{_bindir}/ceph_smalliobenchdumb
|
||||
%{_bindir}/ceph_smalliobenchfs
|
||||
%{_bindir}/ceph_smalliobenchrbd
|
||||
%{_bindir}/ceph-objectstore-tool
|
||||
%{_bindir}/ceph_filestore_dump
|
||||
%{_bindir}/ceph_filestore_tool
|
||||
%{_bindir}/ceph_streamtest
|
||||
%{_bindir}/ceph_test_*
|
||||
%{_bindir}/ceph_tpbench
|
||||
@@ -873,10 +875,6 @@ ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1
|
||||
%files -n python-ceph-compat
|
||||
|
||||
%changelog
|
||||
* Wed Jul 22 2015 Boris Ranto <branto@redhat.com> - 1:0.80.10-1
|
||||
- Rebase to 0.80.10
|
||||
- Remove hacky 3rd patch, it was back-ported properly to .10
|
||||
|
||||
* Wed Mar 11 2015 Boris Ranto <branto@redhat.com> - 1:0.80.9-1
|
||||
- Rebase to 0.80.9, .8 contained a regression
|
||||
|
||||
@@ -887,17 +885,10 @@ ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1
|
||||
- Remove the cleanup post-script function
|
||||
|
||||
* Mon Feb 23 2015 Boris Ranto <branto@redhat.com> - 1:0.80.8-1
|
||||
- Rebase to 0.80.8 release
|
||||
- Require yasm, the yasm-related selinux issue was fixed in .8 release
|
||||
- Patch 3 and 4 are now part of the release
|
||||
- Rebase to latest upstream firefly version
|
||||
- Require yasm, the SELinux yasm issue was fixed in .8 release
|
||||
|
||||
* Wed Jan 14 2015 Boris Ranto <branto@redhat.com> - 1:0.80.7-3
|
||||
- Fix rhbz#1155335 -- /usr/bin/ceph hangs indefinitely
|
||||
|
||||
* Mon Dec 8 2014 Boris Ranto <branto@redhat.com> - 1:0.80.7-2
|
||||
- Fix rhbz#1144794
|
||||
|
||||
* Thu Oct 16 2014 Boris Ranto <branto@redhat.com> - 1:0.80.7-1
|
||||
* 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
|
||||
|
||||
Reference in New Issue
Block a user