Compare commits
26 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| af48e05750 | |||
| 21ee093831 | |||
| ef6cebb5fd | |||
| 61198a290b | |||
| c2f40f6bf6 | |||
| cba5e9554c | |||
| c01db1f5b0 | |||
| 8e6771dba7 | |||
| 615188d81c | |||
| 651026bc41 | |||
| 26ff0145e7 | |||
| fa0655c5ea | |||
| 85761f4d79 | |||
| a497e4464b | |||
| de771f742d | |||
| 95fe85df9e | |||
| c90c05b686 | |||
| 711bd40c4e | |||
| a5375edeaf | |||
| 9db102749d | |||
| 7ba3ecfe8f | |||
| bb93fe97da | |||
| b833068178 | |||
| d5a5e9b77d | |||
| 1b9a141a37 | |||
| 47fe109fff |
@@ -11,7 +11,7 @@
|
||||
# common
|
||||
#################################################################################
|
||||
Name: ceph
|
||||
Version: 0.80.9
|
||||
Version: 0.80.10
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Summary: User space components of the Ceph file system
|
||||
@@ -21,7 +21,6 @@ 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}
|
||||
@@ -392,7 +391,6 @@ python-cephfs instead.
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
|
||||
%build
|
||||
# Find jni.h
|
||||
@@ -605,6 +603,7 @@ 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*
|
||||
@@ -845,8 +844,7 @@ ln -sf %{_libdir}/librbd.so.1 /usr/lib64/qemu/librbd.so.1
|
||||
%{_bindir}/ceph_smalliobenchdumb
|
||||
%{_bindir}/ceph_smalliobenchfs
|
||||
%{_bindir}/ceph_smalliobenchrbd
|
||||
%{_bindir}/ceph_filestore_dump
|
||||
%{_bindir}/ceph_filestore_tool
|
||||
%{_bindir}/ceph-objectstore-tool
|
||||
%{_bindir}/ceph_streamtest
|
||||
%{_bindir}/ceph_test_*
|
||||
%{_bindir}/ceph_tpbench
|
||||
@@ -875,6 +873,10 @@ 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
|
||||
|
||||
@@ -885,10 +887,17 @@ 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 latest upstream firefly version
|
||||
- Require yasm, the SELinux yasm issue was fixed in .8 release
|
||||
- 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
|
||||
|
||||
* Thu Oct 16 2014 Boris Ranto <branto@redhat.com - 1:0.80.7-1
|
||||
* 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
|
||||
- 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