Skip to content

Commit

Permalink
spec tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
Jo-stfc committed Sep 9, 2024
1 parent 1796a3c commit fdf0e65
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions xrootd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

Name: xrootd
Epoch: 1
Release: 4%{?dist}%{?with_clang:.clang}%{?with_asan:.asan}%{?with_openssl11:.ssl11}
Release: 5%{?dist}%{?with_clang:.clang}%{?with_asan:.asan}%{?with_openssl11:.ssl11}
Summary: Extended ROOT File Server
Group: System Environment/Daemons
License: LGPL-3.0-or-later AND BSD-2-Clause AND BSD-3-Clause AND curl AND MIT AND Zlib
Expand Down Expand Up @@ -102,8 +102,8 @@ Requires: libasan
%endif

%if %{with ceph}
BuildRequires: librados-devel = 2:16.2.15
BuildRequires: libradosstriper-devel = 2:16.2.15
BuildRequires: librados-devel
BuildRequires: libradosstriper-devel
%endif

%if %{with clang}
Expand Down Expand Up @@ -316,12 +316,12 @@ xrdcl-http is an XRootD client plugin which allows XRootD to interact
with HTTP repositories.

%if %{with ceph}
%package ceph
%package ceph-buffered
Summary: XRootD plugin for interfacing with the Ceph storage platform
Group: System Environment/Libraries
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}

%description ceph
%description ceph-buffered
The xrootd-ceph is an OSS layer plugin for the XRootD server for
interfacing with the Ceph storage platform.
%endif
Expand Down Expand Up @@ -867,7 +867,7 @@ fi
%config(noreplace) %{_sysconfdir}/%{name}/client.plugins.d/xrdcl-http-plugin.conf

%if %{with ceph}
%files ceph
%files ceph-buffered
%{_libdir}/libXrdCeph-5.so
%{_libdir}/libXrdCephXattr-5.so
%{_libdir}/libXrdCephPosix.so.*
Expand Down

0 comments on commit fdf0e65

Please sign in to comment.