Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build/ops: rpm: Drop legacy libxio support #16449

Merged
merged 1 commit into from Jul 21, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 0 additions & 14 deletions ceph.spec.in
Expand Up @@ -22,7 +22,6 @@
%bcond_without ceph_test_package
%endif
%bcond_with make_check
%bcond_with xio
%ifarch s390 s390x
%bcond_with tcmalloc
%else
Expand Down Expand Up @@ -218,10 +217,6 @@ BuildRequires: expat-devel
%if 0%{?fedora} || 0%{?rhel}
BuildRequires: redhat-rpm-config
%endif
# Accelio IB/RDMA
%if 0%{with xio}
BuildRequires: libxio-devel
%endif

%description
Ceph is a massively scalable, open-source, distributed storage system that runs
Expand Down Expand Up @@ -258,9 +253,6 @@ Requires: which
%if 0%{?suse_version}
Recommends: ntp-daemon
%endif
%if 0%{with xio}
Requires: libxio
%endif
%description base
Base is the package that includes all the files shared amongst ceph servers

Expand All @@ -287,9 +279,6 @@ Requires: python-requests
%if 0%{?suse_version}
Requires(pre): pwdutils
%endif
%if 0%{with xio}
Requires: libxio
%endif
%description -n ceph-common
Common utilities to mount and interact with a ceph storage cluster.
Comprised of files that are common to Ceph clients and servers.
Expand Down Expand Up @@ -831,9 +820,6 @@ cmake .. \
%if 0%{?rhel} && ! 0%{?centos}
-DWITH_SUBMAN=ON \
%endif
%if 0%{with xio}
-DWITH_XIO=ON \
%endif
%if 0%{without ceph_test_package}
-DWITH_TESTS=OFF \
%endif
Expand Down