From 555889fa91c11c18859e4ca815311cd2c088eb72 Mon Sep 17 00:00:00 2001 From: Josef Bacik Date: Apr 05 2011 22:58:14 +0000 Subject: -Update to 0.26 --- diff --git a/.gitignore b/.gitignore index c221028..8ffc264 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ ceph-0.20.tar.gz /ceph-0.21.3.tar.gz /ceph-0.25.1.tar.gz +/ceph-0.26.tar.gz diff --git a/ceph.spec b/ceph.spec index 66b267e..45d6da6 100644 --- a/ceph.spec +++ b/ceph.spec @@ -1,5 +1,5 @@ Name: ceph -Version: 0.25.1 +Version: 0.26 Release: 1%{?dist} Summary: User space components of the Ceph file system License: LGPLv2 @@ -8,10 +8,11 @@ URL: http://ceph.newdream.net/ Source: http://ceph.newdream.net/download/%{name}-%{version}.tar.gz Patch0: ceph-init-fix.patch +Patch1: ceph-fix-compile-error.patch BuildRequires: fuse-devel, libtool, libtool-ltdl-devel, boost-devel, BuildRequires: libedit-devel, fuse-devel, git, perl, gdbm, BuildRequires: cryptopp-devel, libatomic_ops-devel, google-perftools-devel -BuildRequires: pkgconfig +BuildRequires: pkgconfig, libcurl-devel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): chkconfig, binutils, libedit, google-perftools Requires(preun): chkconfig @@ -63,6 +64,7 @@ file system. %prep %setup -q %patch0 -p1 -b .init +%patch1 -p1 -b .compile %build ./autogen.sh @@ -205,6 +207,9 @@ fi %{_bindir}/radosgw_admin %changelog +* Tue Apr 5 2011 Josef Bacik 0.26 +- Update to 0.26 + * Tue Mar 22 2011 Josef Bacik 0.25.1-1 - Update to 0.25.1 diff --git a/sources b/sources index b10afde..b5788dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -19e7a840394a846cd67dfdf952390094 ceph-0.25.1.tar.gz +ec5d6e1b63d816834ed84fb53559aa97 ceph-0.26.tar.gz