[ceph] ceph-0.81.0

Kaleb S. KEITHLEY kkeithle at fedoraproject.org
Thu Jun 5 06:18:08 UTC 2014


commit 6c2f2c4e79cdaa5eaeea10892121e6ea1486830f
Author: Kaleb S. KEITHLEY <kkeithle at redhat.com>
Date:   Thu Jun 5 02:17:45 2014 -0400

    ceph-0.81.0

 ceph.spec |   14 ++++++++------
 sources   |    2 +-
 2 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/ceph.spec b/ceph.spec
index 122db32..354ae6e 100644
--- a/ceph.spec
+++ b/ceph.spec
@@ -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 at fedoraproject.org> 0.80.1-5
 - gperftools now available on aarch64/ppc64
 
diff --git a/sources b/sources
index d296d4a..f7ce38d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8a37b0affc0aa5c23112eaa89250f836  ceph-0.80.1.tar.bz2
+5020b63746ccbaa454aab09450ee7a43  ceph-0.81.tar.bz2


More information about the scm-commits mailing list