-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from ddavila0/fix_requirements2
adding updating requirements to the major version of XRootD (software…
- Loading branch information
Showing
1 changed file
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
Name: xrootd-hdfs | ||
Version: 2.1.7 | ||
Release: 7%{?dist} | ||
Release: 8%{?dist} | ||
Summary: HDFS plugin for xrootd | ||
|
||
Group: System Environment/Development | ||
License: BSD | ||
URL: https://github.com/bbockelm/xrootd-hdfs | ||
Source0: %{name}-%{version}.tar.gz | ||
|
||
%define xrootd_current 4.12 | ||
%define xrootd_next %(echo %xrootd_current | awk '{print $1,$2+1}' FS=. OFS=.) | ||
%define xrootd_current_major 4 | ||
%define xrootd_next_major 5 | ||
|
||
BuildRequires: xrootd-server-devel >= 1:%{xrootd_current}.0-0 | ||
BuildRequires: xrootd-server-devel < 1:%{xrootd_next}.0-0 | ||
BuildRequires: xrootd-devel >= 1:%{xrootd_current}.0-0 | ||
BuildRequires: xrootd-devel < 1:%{xrootd_next}.0-0 | ||
BuildRequires: xrootd-server-devel >= 1:%{xrootd_current_major}.0.0-0 | ||
BuildRequires: xrootd-server-devel < 1:%{xrootd_next_major}.0.0-0 | ||
BuildRequires: xrootd-devel >= 1:%{xrootd_current_major}.0.0-0 | ||
BuildRequires: xrootd-devel < 1:%{xrootd_next_major}.0.0-0 | ||
BuildRequires: cmake | ||
BuildRequires: /usr/include/hdfs.h | ||
BuildRequires: java-devel = 1:1.7.0 | ||
BuildRequires: jpackage-utils | ||
BuildRequires: openssl-devel | ||
BuildRequires: zlib-devel | ||
Requires: hadoop-client >= 2.0.0+545-1.cdh4.1.1 | ||
Requires: xrootd-server >= 1:%{xrootd_current}.0-0 | ||
Requires: xrootd-server < 1:%{xrootd_next}.0-0 | ||
Requires: xrootd-server >= 1:%{xrootd_current_major}.0.0-0 | ||
Requires: xrootd-server < 1:%{xrootd_next_major}.0.0-0 | ||
|
||
%package devel | ||
Summary: Development headers for Xrootd HDFS plugin | ||
|
@@ -74,6 +74,9 @@ rm $RPM_BUILD_ROOT%{_bindir}/xrootd_hdfs_envcheck | |
%{_includedir}/XrdHdfs.hh | ||
|
||
%changelog | ||
* Fri Jun 26 2020 Diego Davila <[email protected]> - 2.1.7-8 | ||
- updating XRootD requirements to only the major version (SOFTWARE-4137) | ||
|
||
* Wed Jun 10 2020 Diego Davila <[email protected]> - 2.1.7-7 | ||
- Adding XrootD major version to the shared file name | ||
- building against XrootD-4.12.2 (software-4093) | ||
|