-Update to 0.26

This commit is contained in:
Josef Bacik 2011-04-05 15:58:14 -07:00
parent ca6b4d7645
commit 555889fa91
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

@ -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 <josef@toxicpanda.com> 0.26
- Update to 0.26
* Tue Mar 22 2011 Josef Bacik <josef@toxicpanda.com> 0.25.1-1
- Update to 0.25.1

View File

@ -1 +1 @@
19e7a840394a846cd67dfdf952390094 ceph-0.25.1.tar.gz
ec5d6e1b63d816834ed84fb53559aa97 ceph-0.26.tar.gz