- update to upstream 0.45

This commit is contained in:
Josef Bacik 2012-04-12 16:02:46 -04:00
parent 563583e5c0
commit 50e073a68a
3 changed files with 7 additions and 7 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@toxicpanda.com> - 0.45-1
- updating to upstream 0.45
* Wed Apr 4 2012 Niels de Vos <devos@fedoraproject.org> - 0.44-5
- Add LDFLAGS=-lpthread on any ARM architecture
- Add CFLAGS=-DAO_USE_PTHREAD_DEFS on ARMv5tel

View File

@ -1 +1 @@
17a09359e049f9c4ae98eab7c9bd876c ceph-0.44.tar.bz2
cb15526c87a3c7c8bd739a81be618e26 ceph-0.45.tar.bz2