public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xrootd] epel8: Update to version 5.9.7
@ 2026-08-14 11:49 Mattias Ellert
0 siblings, 0 replies; only message in thread
From: Mattias Ellert @ 2026-08-14 11:49 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/xrootd
Branch : epel8
Commit : 857f3803746e944bb9a7b9cd020610f698eff8f9
Author : Mattias Ellert <mattias.ellert@physics.uu.se>
Date : 2026-08-13T08:07:12+02:00
Stats : +22/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/xrootd/c/857f3803746e944bb9a7b9cd020610f698eff8f9?branch=epel8
Log:
Update to version 5.9.7
---
diff --git a/sources b/sources
index 8659290..ba3c8b5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xrootd-5.9.6.tar.gz) = 577d0345cd8669437b91f1eb95c25e5d823d6de44085fcf75794daf9e4929b09c2652f2fda85c6d1eb0ad5b1f75b92f867c276f8682bccb406c0a1eb10125c10
+SHA512 (xrootd-5.9.7.tar.gz) = f6a118a556b87881c821d32546e3a9d784578ffba99327821f0dec8de6b29360756cfd99bdc1adf4611490baee24bf9667657519be3a70efbd86345f9ed6a8a7
diff --git a/xrootd.spec b/xrootd.spec
index bf0bdff..7363367 100644
--- a/xrootd.spec
+++ b/xrootd.spec
@@ -13,7 +13,7 @@
Name: xrootd
Epoch: 1
-Version: 5.9.6
+Version: 5.9.7
Release: 1%{?dist}
Summary: Extended ROOT file server
License: LGPL-3.0-or-later AND BSD-2-Clause AND BSD-3-Clause AND curl AND MIT AND Zlib AND Apache-2.0 AND MPL-2.0
@@ -33,6 +33,10 @@ BuildRequires: libxml2-devel
BuildRequires: ncurses-devel
BuildRequires: openssl-devel
BuildRequires: perl-generators
+%if %{?fedora}%{!?fedora:0}
+# picojson not in RHEL/EPEL
+BuildRequires: picojson-devel
+%endif
BuildRequires: readline-devel
BuildRequires: zlib-devel
BuildRequires: selinux-policy-devel
@@ -264,6 +268,13 @@ This package contains the API documentation of the xrootd libraries.
%prep
%setup -q
+# Delete bundled dependencies
+rm src/XrdXml/tinyxml/tiny*
+%if %{?fedora}%{!?fedora:0}
+# picojson not in RHEL/EPEL
+rm -r src/XrdSciTokens/vendor/picojson
+%endif
+
%build
%cmake \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
@@ -321,6 +332,7 @@ install -m 644 -p packaging/common/frm_xfrd@.service %{buildroot}%{_unitdir}
install -m 644 -p packaging/common/frm_purged@.service %{buildroot}%{_unitdir}
mkdir -p %{buildroot}%{_tmpfilesdir}
install -m 644 -p packaging/rhel/xrootd.tmpfiles %{buildroot}%{_tmpfilesdir}/%{name}.conf
+
mkdir -p %{buildroot}%{_sysusersdir}
install -m 644 -p %{SOURCE1} %{buildroot}%{_sysusersdir}/%{name}.conf
@@ -399,7 +411,10 @@ done
touch testfile
if ( setfattr -n user.testattr -v testvalue testfile ) ; then
- %ctest -- -E XRootD::badredir
+ %ctest -- -E \
+XRootD::badredir\|\
+XrdCl::FileSystemTest.PlugInTest\|\
+XrdCl::FileTest.PlugInTest
else
echo "Extended file attributes not supported by file system"
echo "*** NOT RUNNING TESTS ***"
@@ -526,6 +541,7 @@ fi
%{_libdir}/libXrdUtils.so
%{_libdir}/libXrdXml.so
%{_libdir}/cmake/XRootD
+%{_mandir}/man1/xrootd-config.1*
%files client-libs
%{_libdir}/libXrdCl.so.*
@@ -656,6 +672,9 @@ fi
%doc %{_pkgdocdir}
%changelog
+* Wed Aug 12 2026 Mattias Ellert <mattias.ellert@physics.uu.se> - 1:5.9.7-1
+- Update to version 5.9.7
+
* Wed Jun 24 2026 Mattias Ellert <mattias.ellert@physics.uu.se> - 1:5.9.6-1
- Update to version 5.9.6
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-14 11:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-14 11:49 [rpms/xrootd] epel8: Update to version 5.9.7 Mattias Ellert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox