Skip to content

Commit

Permalink
Merge pull request ceph#461 from dalgaaf/wip-da-fix-spec-obsoletes
Browse files Browse the repository at this point in the history
ceph.spec.in: obsolete ceph-libs only on the affected distro

Reviewed-by: Gary Lowell <[email protected]>
  • Loading branch information
glowell2 committed Jul 23, 2013
2 parents e807770 + e536d66 commit 82c5e9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@ managers such as Pacemaker.
Summary: RADOS distributed object store client library
Group: System Environment/Libraries
License: LGPL-2.0
%if 0%{?rhel_version} || 0%{?centos_version} || 0%{?fedora}
Obsoletes: ceph-libs
%endif
%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 @@ -157,7 +159,9 @@ store using a simple file-like interface.
Summary: RADOS block device client library
Group: System Environment/Libraries
License: LGPL-2.0
%if 0%{?rhel_version} || 0%{?centos_version} || 0%{?fedora}
Obsoletes: ceph-libs
%endif
%description -n librbd1
RBD is a block device striped across multiple distributed objects in
RADOS, a reliable, autonomic distributed object storage cluster
Expand All @@ -168,7 +172,9 @@ shared library allowing applications to manage these block devices.
Summary: Ceph distributed file system client library
Group: System Environment/Libraries
License: LGPL-2.0
%if 0%{?rhel_version} || 0%{?centos_version} || 0%{?fedora}
Obsoletes: ceph-libs
%endif
%description -n libcephfs1
Ceph is a distributed network file system designed to provide excellent
performance, reliability, and scalability. This is a shared library
Expand Down

0 comments on commit 82c5e9e

Please sign in to comment.