Skip to content

Commit

Permalink
Merge tag 'v0.48argonaut'
Browse files Browse the repository at this point in the history
v0.48argonaut
  • Loading branch information
Sage Weil committed Jul 3, 2012
2 parents 030478e + c2b20ca commit d347cc8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
16 changes: 8 additions & 8 deletions ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Name: ceph
Version: @VERSION@
Release: 6%{?dist}
Summary: User space components of the Ceph file system
License: LGPLv2
License: GPL-2.0
Group: System Environment/Base
URL: http://ceph.com/
Source0: http://ceph.com/download/%{name}-%{version}.tar.bz2
Expand Down Expand Up @@ -81,7 +81,7 @@ FUSE based client for Ceph distributed network file system
%package devel
Summary: Ceph headers
Group: Development/Libraries
License: LGPLv2
License: LGPL-2.0
Requires: %{name} = %{version}-%{release}
Requires: librados2 = %{version}
Requires: librbd1 = %{version}
Expand Down Expand Up @@ -111,7 +111,7 @@ 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
License: LGPL-2.0
Requires: python, python-boto
%description obsync
obsync is a tool to synchronize objects between cloud object
Expand All @@ -122,7 +122,7 @@ Ceph RADOS cluster, or a local directory.
%package resource-agents
Summary: OCF-compliant resource agents for Ceph daemons
Group: System Environment/Base
License: LGPLv2
License: LGPL-2.0
Requires: %{name} = %{version}
Requires: resource-agents
%description resource-agents
Expand All @@ -134,7 +134,7 @@ managers such as Pacemaker.
%package -n librados2
Summary: RADOS distributed object store client library
Group: System Environment/Libraries
License: LGPLv2
License: LGPL-2.0
%description -n librados2
RADOS is a reliable, autonomic distributed object storage cluster
developed as part of the Ceph distributed storage system. This is a
Expand All @@ -144,7 +144,7 @@ store using a simple file-like interface.
%package -n librbd1
Summary: RADOS block device client library
Group: System Environment/Libraries
License: LGPLv2
License: LGPL-2.0
Requires: librados2 = %{version}-%{release}
%description -n librbd1
RBD is a block device striped across multiple distributed objects in
Expand All @@ -155,7 +155,7 @@ shared library allowing applications to manage these block devices.
%package -n libcephfs1
Summary: Ceph distributed file system client library
Group: System Environment/Libraries
License: LGPLv2
License: LGPL-2.0
%description -n libcephfs1
Ceph is a distributed network file system designed to provide excellent
performance, reliability, and scalability. This is a shared library
Expand All @@ -165,7 +165,7 @@ POSIX-like interface.
%package -n python-ceph
Summary: Python libraries for the Ceph distributed filesystem
Group: System Environment/Libraries
License: LGPLv2
License: LGPL-2.0
Requires: librados2 = %{version}-%{release}
Requires: librbd1 = %{version}-%{release}
Requires: libcephfs1 = %{version}-%{release}
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ AC_PREREQ(2.59)
# NOTE: This version is _only_ used for naming the tarball. The
# VERSION define is not used by the code. It gets a version string
# from 'git describe'; see src/ceph_ver.[ch]
AC_INIT([ceph], [0.47.3], [[email protected]])
AC_INIT([ceph], [0.48argonaut], [[email protected]])

AC_CONFIG_SUBDIRS([src/gtest])
AC_CONFIG_SUBDIRS([src/leveldb])
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ceph (0.48argonaut-1) experimental; urgency=low

* New upstream release

-- Sage Weil <[email protected]> Sat, 30 Jun 2012 14:49:30 -0700

ceph (0.47.3-1) experimental; urgency=low

* New upstream release
Expand Down

0 comments on commit d347cc8

Please sign in to comment.