- updated to 0.53
This commit is contained in:
parent
9855df9139
commit
f5c462a933
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ ceph-0.20.tar.gz
|
|||||||
/ceph-0.45.tar.bz2
|
/ceph-0.45.tar.bz2
|
||||||
/ceph-0.46.tar.bz2
|
/ceph-0.46.tar.bz2
|
||||||
/ceph-0.51.tar.bz2
|
/ceph-0.51.tar.bz2
|
||||||
|
/ceph-0.53.tar.bz2
|
||||||
|
28
ceph.spec
28
ceph.spec
@ -1,6 +1,6 @@
|
|||||||
Name: ceph
|
Name: ceph
|
||||||
Version: 0.51
|
Version: 0.53
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: User space components of the Ceph file system
|
Summary: User space components of the Ceph file system
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -72,17 +72,6 @@ radosgw is an S3 HTTP REST gateway for the RADOS object store. It is
|
|||||||
implemented as a FastCGI module using libfcgi, and can be used in
|
implemented as a FastCGI module using libfcgi, and can be used in
|
||||||
conjunction with any FastCGI capable web server.
|
conjunction with any FastCGI capable web server.
|
||||||
|
|
||||||
%package obsync
|
|
||||||
Summary: synchronize data between cloud object storage providers or a local directory
|
|
||||||
Group: Productivity/Networking/Other
|
|
||||||
License: LGPLv2
|
|
||||||
Requires: python, python-boto
|
|
||||||
%description obsync
|
|
||||||
obsync is a tool to synchronize objects between cloud object
|
|
||||||
storage providers, such as Amazon S3 (or compatible services), a
|
|
||||||
Ceph RADOS cluster, or a local directory.
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .init
|
%patch0 -p1 -b .init
|
||||||
@ -174,6 +163,7 @@ fi
|
|||||||
/sbin/mount.ceph
|
/sbin/mount.ceph
|
||||||
/sbin/ceph-disk-activate
|
/sbin/ceph-disk-activate
|
||||||
/sbin/ceph-disk-prepare
|
/sbin/ceph-disk-prepare
|
||||||
|
/sbin/ceph-create-keys
|
||||||
%{_libdir}/ceph
|
%{_libdir}/ceph
|
||||||
%{_docdir}/ceph/sample.ceph.conf
|
%{_docdir}/ceph/sample.ceph.conf
|
||||||
%{_docdir}/ceph/sample.fetch_config
|
%{_docdir}/ceph/sample.fetch_config
|
||||||
@ -202,7 +192,6 @@ fi
|
|||||||
%{_mandir}/man8/ceph-debugpack.8*
|
%{_mandir}/man8/ceph-debugpack.8*
|
||||||
%{_mandir}/man8/ceph-clsinfo.8*
|
%{_mandir}/man8/ceph-clsinfo.8*
|
||||||
%{_mandir}/man8/ceph-dencoder.8*
|
%{_mandir}/man8/ceph-dencoder.8*
|
||||||
%{_mandir}/man1/obsync.1*
|
|
||||||
%{_mandir}/man8/ceph-rbdnamer.8*
|
%{_mandir}/man8/ceph-rbdnamer.8*
|
||||||
%{python_sitelib}/rados.py*
|
%{python_sitelib}/rados.py*
|
||||||
%{python_sitelib}/rbd.py*
|
%{python_sitelib}/rbd.py*
|
||||||
@ -218,6 +207,8 @@ fi
|
|||||||
%{_libdir}/rados-classes/libcls_rbd.so.*
|
%{_libdir}/rados-classes/libcls_rbd.so.*
|
||||||
%{_libdir}/rados-classes/libcls_rgw.so*
|
%{_libdir}/rados-classes/libcls_rgw.so*
|
||||||
%{_libdir}/rados-classes/libcls_lock*
|
%{_libdir}/rados-classes/libcls_lock*
|
||||||
|
%{_libdir}/rados-classes/libcls_kvs*
|
||||||
|
%{_libdir}/rados-classes/libcls_refcount*
|
||||||
|
|
||||||
%files libcephfs
|
%files libcephfs
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -246,6 +237,7 @@ fi
|
|||||||
#%{_includedir}/rados/librgw.h
|
#%{_includedir}/rados/librgw.h
|
||||||
%{_includedir}/rbd/librbd.h
|
%{_includedir}/rbd/librbd.h
|
||||||
%{_includedir}/rbd/librbd.hpp
|
%{_includedir}/rbd/librbd.hpp
|
||||||
|
%{_includedir}/rbd/features.h
|
||||||
%{_libdir}/libcephfs.so
|
%{_libdir}/libcephfs.so
|
||||||
%{_libdir}/librados.so
|
%{_libdir}/librados.so
|
||||||
#%{_libdir}/librgw.so
|
#%{_libdir}/librgw.so
|
||||||
@ -260,12 +252,10 @@ fi
|
|||||||
%{_bindir}/radosgw-admin
|
%{_bindir}/radosgw-admin
|
||||||
%{_sysconfdir}/bash_completion.d/radosgw-admin
|
%{_sysconfdir}/bash_completion.d/radosgw-admin
|
||||||
|
|
||||||
%files obsync
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_bindir}/obsync
|
|
||||||
%{_bindir}/boto_tool
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 1 2012 Josef Bacik <josef@toxicpanda.com> - 0.53-1
|
||||||
|
- Update to 0.53
|
||||||
|
|
||||||
* Mon Sep 24 2012 Jonathan Dieter <jdieter@lesbg.com> - 0.51-3
|
* Mon Sep 24 2012 Jonathan Dieter <jdieter@lesbg.com> - 0.51-3
|
||||||
- Fix automake 1.12 error
|
- Fix automake 1.12 error
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user