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.4
Date: Mon, 01 Jun 2026 04:19:25 GMT	[thread overview]
Message-ID: <178028756523.1.12223174267113090325.rpms-xrootd-14e91e97a2f6@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/xrootd
Branch : f43
Commit : 14e91e97a2f6cef3ef540100a9001935b33e1e04
Author : Mattias Ellert <mattias.ellert@physics.uu.se>
Date   : 2026-06-01T06:16:08+02:00
Stats  : +13/-25 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/xrootd/c/14e91e97a2f6cef3ef540100a9001935b33e1e04?branch=f43

Log:
Update to version 5.9.4

---
diff --git a/sources b/sources
index 55d9300..316c984 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xrootd-5.9.2.tar.gz) = 4d904ba6e10dc4f6b8a3e3bfa306744376c0428f2ed0754d913dfaa6339a46d75711c53b44286d532fe6a0f0db6f1dbeaa6d2f723dc4a556b31c7c691e3f90c3
+SHA512 (xrootd-5.9.4.tar.gz) = 9fa2b92d53f2897163da203b7fb949b55d79444439b2a305af1a5f2a2a4ff40917c089c5db67dabb48a9b37d8a69e892e9418b977060eb2bbd42f98316d2beca

diff --git a/xrootd.spec b/xrootd.spec
index 7ade4a9..0e65949 100644
--- a/xrootd.spec
+++ b/xrootd.spec
@@ -13,10 +13,10 @@
 
 Name:		xrootd
 Epoch:		1
-Version:	5.9.2
+Version:	5.9.4
 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
+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
 URL:		https://xrootd.web.cern.ch
 Source0:	%{url}/download/v%{version}/%{name}-%{version}.tar.gz
 Source1:	%{name}-sysusers.conf
@@ -35,8 +35,6 @@ BuildRequires:	openssl-devel
 BuildRequires:	perl-generators
 BuildRequires:	readline-devel
 BuildRequires:	zlib-devel
-BuildRequires:	doxygen
-BuildRequires:	graphviz
 BuildRequires:	selinux-policy-devel
 BuildRequires:	systemd-rpm-macros
 BuildRequires:	systemd-devel
@@ -44,7 +42,6 @@ BuildRequires:	python3-devel
 BuildRequires:	python3-pip
 BuildRequires:	python3-setuptools
 BuildRequires:	python3-wheel
-BuildRequires:	python3-sphinx
 BuildRequires:	json-c-devel
 BuildRequires:	libmacaroons-devel
 BuildRequires:	libuuid-devel
@@ -59,6 +56,10 @@ BuildRequires:	libradosstriper-devel
 %ifnarch %{ix86}
 BuildRequires:	isa-l-devel
 %endif
+#		For documentation
+BuildRequires:	doxygen
+BuildRequires:	graphviz
+BuildRequires:	python3-sphinx
 #		For tests
 BuildRequires:	attr
 BuildRequires:	curl
@@ -236,6 +237,7 @@ with HTTP repositories.
 %package ceph
 Summary:	XRootD plugin for interfacing with the Ceph storage platform
 Requires:	%{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
+Requires:	%{name}-server-libs%{?_isa} = %{epoch}:%{version}-%{release}
 
 %description ceph
 The xrootd-ceph is an OSS layer plugin for the XRootD server for
@@ -358,6 +360,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/%{name}/config.d
 
 mkdir -p %{buildroot}%{_localstatedir}/log/%{name}
 mkdir -p %{buildroot}%{_localstatedir}/spool/%{name}
+mkdir -p %{buildroot}%{_rundir}/%{name}
 
 mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
 install -m 644 -p packaging/common/%{name}.logrotate \
@@ -398,25 +401,7 @@ if ( setfattr -n user.testattr -v testvalue testfile ) ; then
     %ctest -- -E XRootD::badredir
 else
     echo "Extended file attributes not supported by file system"
-    echo "Don't run tests that require them"
-    exclude="\
-XrdCl::FileCopyTest|\
-XrdCl::FileSystemTest.PlugInTest|\
-XrdCl::FileSystemTest.ServerQueryTest|\
-XrdCl::FileSystemTest.XAttrTest|\
-XrdCl::FileTest.XAttrTest|\
-XrdCl::LocalFileHandlerTest.XAttrTest|\
-XrdCl::ThreadingTest|\
-XrdCl::WorkflowTest.CheckpointTest|\
-XrdCl::WorkflowTest.XAttrWorkflowTest|\
-XrdEc::XrdEcTests|\
-XRootD::authenticated_cluster::test|\
-XRootD::badredir|\
-XRootD::cluster::test|\
-XRootD::http::test|\
-XRootD::posix::test|\
-XRootD::tpc::test"
-    %ctest -- -E $exclude
+    echo "*** NOT RUNNING TESTS ***"
 fi
 rm testfile
 
@@ -670,6 +655,9 @@ fi
 %doc %{_pkgdocdir}
 
 %changelog
+* Mon Jun 01 2026 Mattias Ellert <mattias.ellert@physics.uu.se> - 1:5.9.4-1
+- Update to version 5.9.4
+
 * Fri Mar 27 2026 Mattias Ellert <mattias.ellert@physics.uu.se> - 1:5.9.2-1
 - Update to version 5.9.2
 - Drop patches accepted upstream or previously backported

                 reply	other threads:[~2026-06-01  4:19 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=178028756523.1.12223174267113090325.rpms-xrootd-14e91e97a2f6@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