- update to 0.67.3

This commit is contained in:
Josef Bacik 2013-09-11 16:09:38 -04:00
parent f6f6a625d7
commit 7d8598d9d5
4 changed files with 23 additions and 7 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@ ceph-0.20.tar.gz
/ceph-0.56.3.tar.bz2 /ceph-0.56.3.tar.bz2
/ceph-0.56.4.tar.bz2 /ceph-0.56.4.tar.bz2
/ceph-0.61.7.tar.bz2 /ceph-0.61.7.tar.bz2
/ceph-0.67.3.tar.bz2

View File

@ -1,11 +1,11 @@
diff -up ceph-0.61.7/src/Makefile.am.fix-sbin ceph-0.61.7/src/Makefile.am diff -up ceph-0.67.3/src/Makefile.am.sbin-fix ceph-0.67.3/src/Makefile.am
--- ceph-0.61.7/src/Makefile.am.fix-sbin 2013-07-26 11:52:56.355915758 -0400 --- ceph-0.67.3/src/Makefile.am.sbin-fix 2013-09-11 13:46:40.061851086 -0400
+++ ceph-0.61.7/src/Makefile.am 2013-07-26 11:53:09.502808374 -0400 +++ ceph-0.67.3/src/Makefile.am 2013-09-11 13:46:51.531735427 -0400
@@ -28,7 +28,7 @@ bin_PROGRAMS = @@ -28,7 +28,7 @@ bin_PROGRAMS =
bin_DEBUGPROGRAMS = bin_DEBUGPROGRAMS =
sbin_PROGRAMS = sbin_PROGRAMS =
# like sbin_SCRIPTS but can be used to install to e.g. /usr/sbin # like sbin_SCRIPTS but can be used to install to e.g. /usr/sbin
-ceph_sbindir = $(prefix)$(sbindir) -ceph_sbindir = $(exec_prefix)$(sbindir)
+ceph_sbindir = $(sbindir) +ceph_sbindir = $(sbindir)
ceph_sbin_SCRIPTS = \ ceph_sbin_SCRIPTS = \
ceph-disk \ ceph-disk \

View File

@ -1,6 +1,6 @@
Name: ceph Name: ceph
Version: 0.61.7 Version: 0.67.3
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
@ -160,6 +160,8 @@ fi
%{_bindir}/ceph-dencoder %{_bindir}/ceph-dencoder
%{_bindir}/ceph_filestore_dump %{_bindir}/ceph_filestore_dump
%{_bindir}/ceph_mon_store_converter %{_bindir}/ceph_mon_store_converter
%{_bindir}/ceph-post-file
%{_bindir}/ceph-rest-api
%{_initrddir}/ceph %{_initrddir}/ceph
%{_sbindir}/mkcephfs %{_sbindir}/mkcephfs
%{_sbindir}/mount.ceph %{_sbindir}/mount.ceph
@ -195,12 +197,18 @@ fi
%{_mandir}/man8/ceph-clsinfo.8* %{_mandir}/man8/ceph-clsinfo.8*
%{_mandir}/man8/ceph-dencoder.8* %{_mandir}/man8/ceph-dencoder.8*
%{_mandir}/man8/ceph-rbdnamer.8* %{_mandir}/man8/ceph-rbdnamer.8*
%{_mandir}/man8/ceph-rest-api.8*
%{_mandir}/man8/ceph-post-file.8*
%{python_sitelib}/rados.py* %{python_sitelib}/rados.py*
%{python_sitelib}/rbd.py* %{python_sitelib}/rbd.py*
%{python_sitelib}/cephfs.py* %{python_sitelib}/cephfs.py*
%{python_sitelib}/ceph_argparse.py*
%{python_sitelib}/ceph_rest_api.py*
%dir %{_localstatedir}/lib/ceph/ %dir %{_localstatedir}/lib/ceph/
%dir %{_localstatedir}/lib/ceph/tmp/ %dir %{_localstatedir}/lib/ceph/tmp/
%dir %{_localstatedir}/log/ceph/ %dir %{_localstatedir}/log/ceph/
%{_datadir}/ceph/id_dsa_drop.ceph.com*
%{_datadir}/ceph/known_hosts_drop.ceph.com
%files libs %files libs
%doc COPYING %doc COPYING
@ -212,6 +220,10 @@ fi
%{_libdir}/rados-classes/libcls_lock* %{_libdir}/rados-classes/libcls_lock*
%{_libdir}/rados-classes/libcls_kvs* %{_libdir}/rados-classes/libcls_kvs*
%{_libdir}/rados-classes/libcls_refcount* %{_libdir}/rados-classes/libcls_refcount*
%{_libdir}/rados-classes/libcls_log*
%{_libdir}/rados-classes/libcls_replica_log*
%{_libdir}/rados-classes/libcls_statelog*
%{_libdir}/rados-classes/libcls_version*
%files libcephfs %files libcephfs
%doc COPYING %doc COPYING
@ -261,6 +273,9 @@ fi
%{_sysconfdir}/bash_completion.d/radosgw-admin %{_sysconfdir}/bash_completion.d/radosgw-admin
%changelog %changelog
* Wed Sep 11 2013 Josef Bacik <josef@toxicpanda.com> - 0.67.3-1
- update to 0.67.3
* Wed Sep 11 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 0.61.7-3 * Wed Sep 11 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 0.61.7-3
- let base package include all its documentation files via %%doc magic, - let base package include all its documentation files via %%doc magic,
so for Fedora 20 Unversioned Docdirs no files are included accidentally so for Fedora 20 Unversioned Docdirs no files are included accidentally

View File

@ -1 +1 @@
1c00b9db5a65b03448226d828e274fe2 ceph-0.61.7.tar.bz2 1d7f697c17cb6f4233994063598d6d6f ceph-0.67.3.tar.bz2