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 - 0.45-1 +- updating to upstream 0.45 + * Wed Apr 4 2012 Niels de Vos - 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