public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xrootd] epel8: Fix specfile for old macros in EPEL 8 and 9
@ 2026-08-14 14:21 Mattias Ellert
  0 siblings, 0 replies; only message in thread
From: Mattias Ellert @ 2026-08-14 14:21 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/xrootd
Branch : epel8
Commit : 4cc4704b2456757217e913ee1daa3b476d60da04
Author : Mattias Ellert <mattias.ellert@physics.uu.se>
Date   : 2026-08-14T16:20:17+02:00
Stats  : +1/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/xrootd/c/4cc4704b2456757217e913ee1daa3b476d60da04?branch=epel8

Log:
Fix specfile for old macros in EPEL 8 and 9

---
diff --git a/xrootd.spec b/xrootd.spec
index 7363367..7960894 100644
--- a/xrootd.spec
+++ b/xrootd.spec
@@ -411,10 +411,7 @@ done
 
 touch testfile
 if ( setfattr -n user.testattr -v testvalue testfile ) ; then
-    %ctest -- -E \
-XRootD::badredir\|\
-XrdCl::FileSystemTest.PlugInTest\|\
-XrdCl::FileTest.PlugInTest
+    %ctest -- -E XRootD::badredir\|XrdCl::FileSystemTest.PlugInTest\|XrdCl::FileTest.PlugInTest
 else
     echo "Extended file attributes not supported by file system"
     echo "*** NOT RUNNING TESTS ***"

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-14 14:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-14 14:21 [rpms/xrootd] epel8: Fix specfile for old macros in EPEL 8 and 9 Mattias Ellert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox