[ceph] - update to upstream 0.45

Josef Bacik josef at fedoraproject.org
Thu Apr 12 20:02:58 UTC 2012


commit 50e073a68ac4d18a31e09dc73bf44fa5d1a58e05
Author: Josef Bacik <josef at redhat.com>
Date:   Thu Apr 12 16:02:46 2012 -0400

    - update to upstream 0.45

 .gitignore |    1 +
 ceph.spec  |   11 +++++------
 sources    |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6ca3915..362c339 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ ceph-0.20.tar.gz
 /ceph-0.39.tar.gz
 /ceph-0.43.tar.bz2
 /ceph-0.44.tar.bz2
+/ceph-0.45.tar.bz2
diff --git a/ceph.spec b/ceph.spec
index 4d697f6..1dc47b7 100644
--- a/ceph.spec
+++ b/ceph.spec
@@ -1,6 +1,6 @@
 Name:          ceph
-Version:       0.44
-Release:       5%{?dist}
+Version:       0.45
+Release:       1%{?dist}
 Summary:       User space components of the Ceph file system
 License:       LGPLv2
 Group:         System Environment/Base
@@ -10,9 +10,6 @@ Source:        http://ceph.newdream.net/download/%{name}-%{version}.tar.bz2
 Patch0:        ceph-init-fix.patch
 Patch1:        ceph.logrotate.patch
 
-# Upstream patch to make 0.44 build
-Patch2:        0001-Makefile-fix-modules-that-cannot-find-pk11pub.h-when.patch
-
 BuildRequires: fuse-devel, libtool, libtool-ltdl-devel, boost-devel, 
 BuildRequires: libedit-devel, fuse-devel, git, perl, gdbm, libaio-devel,
 # google-perftools is not available on these:
@@ -84,7 +81,6 @@ file system.
 %setup -q
 %patch0 -p1 -b .init
 %patch1 -p0
-%patch2 -p1 -b .build
 
 %build
 ./autogen.sh
@@ -253,6 +249,9 @@ fi
 %{_bindir}/boto_tool
 
 %changelog
+* Thu Apr 12 2012 Josef Bacik <josef at toxicpanda.com> - 0.45-1
+- updating to upstream 0.45
+
 * Wed Apr  4 2012 Niels de Vos <devos at fedoraproject.org> - 0.44-5
 - Add LDFLAGS=-lpthread on any ARM architecture
 - Add CFLAGS=-DAO_USE_PTHREAD_DEFS on ARMv5tel
diff --git a/sources b/sources
index 7ecdbf0..eea0bd0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-17a09359e049f9c4ae98eab7c9bd876c  ceph-0.44.tar.bz2
+cb15526c87a3c7c8bd739a81be618e26  ceph-0.45.tar.bz2


More information about the scm-commits mailing list