public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Mattias Ellert <mattias.ellert@physics.uu.se>
To: git-commits@fedoraproject.org
Subject: [rpms/xrootd] f43: Update to version 5.9.7
Date: Fri, 14 Aug 2026 11:49:27 GMT	[thread overview]
Message-ID: <178670816747.1.3203152197788248496.rpms-xrootd-857f3803746e@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/xrootd
Branch : f43
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=f43

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
 

                 reply	other threads:[~2026-08-14 11:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178670816747.1.3203152197788248496.rpms-xrootd-857f3803746e@fedoraproject.org \
    --to=mattias.ellert@physics.uu.se \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox