ceph-0.81.0

This commit is contained in:
Kaleb S. KEITHLEY 2014-06-05 02:17:45 -04:00
parent 9c82455d7f
commit 6c2f2c4e79
2 changed files with 9 additions and 7 deletions

View File

@ -2,14 +2,14 @@
%global _hardened_build 1
Name: ceph
Version: 0.80.1
Release: 5%{?dist}
Version: 0.81.0
Release: 1%{?dist}
Summary: User space components of the Ceph file system
License: LGPLv2
Group: System Environment/Base
URL: https://ceph.com/
Source: https://ceph.com/download/%{name}-%{version}.tar.bz2
Source: https://ceph.com/download/%{name}-0.81.tar.bz2
Patch0: ceph-init-fix.patch
# https://github.com/ceph/ceph/pull/1051
Patch1: ceph-fix-sbin-target.patch
@ -24,6 +24,7 @@ BuildRequires: cryptopp-devel, libatomic_ops-static, gcc-c++
BuildRequires: pkgconfig, libcurl-devel, keyutils-libs-devel
BuildRequires: gtkmm24-devel, gtk2-devel, libuuid, libuuid-devel
BuildRequires: leveldb-devel, snappy-devel, libblkid-devel
BuildRequires: libudev-devel
%if ( ! (0%{?rhel} && 0%{?rhel} <= 6 ) )
BuildRequires: xfsprogs-devel
%endif
@ -79,7 +80,7 @@ implemented as a FastCGI module using libfcgi, and can be used in
conjunction with any FastCGI capable web server.
%prep
%setup -q
%setup -q -n ceph-0.81
%patch0 -p1 -b .init
%patch1 -p1
@ -174,7 +175,6 @@ fi
%{_bindir}/ceph-post-file
%{_bindir}/ceph-rest-api
%{_initrddir}/ceph
%{_sbindir}/mkcephfs
%{_sbindir}/mount.ceph
%{_sbindir}/ceph-disk-activate
%{_sbindir}/ceph-disk-prepare
@ -190,7 +190,6 @@ fi
%{_mandir}/man8/ceph-mon.8*
%{_mandir}/man8/ceph-mds.8*
%{_mandir}/man8/ceph-osd.8*
%{_mandir}/man8/mkcephfs.8*
%{_mandir}/man8/ceph-run.8*
%{_mandir}/man8/ceph-syn.8*
%{_mandir}/man8/crushtool.8*
@ -296,6 +295,9 @@ fi
%{_sysconfdir}/bash_completion.d/radosgw-admin
%changelog
* Thu Jun 5 2014 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 0.81.0-1
- ceph-0.81.0
* Wed Jun 4 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.80.1-5
- gperftools now available on aarch64/ppc64

View File

@ -1 +1 @@
8a37b0affc0aa5c23112eaa89250f836 ceph-0.80.1.tar.bz2
5020b63746ccbaa454aab09450ee7a43 ceph-0.81.tar.bz2