From 74f542b988e4dbb6987593519b082a87426ff7af Mon Sep 17 00:00:00 2001 From: Mattias Ellert Date: Feb 07 2024 14:37:06 +0000 Subject: Disable test incompatible with SWIG 4.2 --- diff --git a/0001-Disable-ServiceEndpointRetrieverTest.py-not-compatib.patch b/0001-Disable-ServiceEndpointRetrieverTest.py-not-compatib.patch new file mode 100644 index 0000000..b257c7b --- /dev/null +++ b/0001-Disable-ServiceEndpointRetrieverTest.py-not-compatib.patch @@ -0,0 +1,26 @@ +From 705c740fad4d9cabe6ce1d43074e8360182fb844 Mon Sep 17 00:00:00 2001 +From: Mattias Ellert +Date: Wed, 7 Feb 2024 15:26:10 +0100 +Subject: [PATCH] Disable ServiceEndpointRetrieverTest.py - not compatible with + SWIG 4.2 + +--- + python/test/tests.mk | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/python/test/tests.mk b/python/test/tests.mk +index 3f88f49b5..12dd2c1b4 100644 +--- a/python/test/tests.mk ++++ b/python/test/tests.mk +@@ -2,7 +2,7 @@ TESTSCRIPTS = \ + DeletingSwigIteratorObtainedFromPublicListRegTest.py \ + UsingTheNextMethodOnASwigIteratorRegTest.py \ + JobSupervisorTest.py EndpointContainerTest.py \ +- EndpointTest.py ServiceEndpointRetrieverTest.py \ ++ EndpointTest.py \ + TargetInformationRetrieverTest.py \ + ComputingServiceRetrieverTest.py \ + MappingOf_time_t_and_uint32_t_CTypesToPythonRegressionTest.py +-- +2.43.0 + diff --git a/nordugrid-arc.spec b/nordugrid-arc.spec index 3701cbd..ccbe083 100644 --- a/nordugrid-arc.spec +++ b/nordugrid-arc.spec @@ -46,7 +46,7 @@ Name: nordugrid-arc Version: 6.18.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Advanced Resource Connector Middleware # Apache-2.0: most files # CPL-1.0: src/services/acix/core/hashes.py @@ -57,6 +57,7 @@ Source: http://download.nordugrid.org/packages/%{name}/releases/%{version}/src/ Patch0: 0001-One-more-xmlsec-include-bug-seen-with-libxml2-2.12.patch Patch1: 0001-More-libxml-2.12-fixes.patch +Patch2: 0001-Disable-ServiceEndpointRetrieverTest.py-not-compatib.patch # Packages dropped without replacements Obsoletes: %{name}-chelonia < 2.0.0 @@ -807,6 +808,7 @@ management features on the worker nodes (WN). %setup -q %patch -P 0 -p1 %patch -P 1 -p1 +%patch -P 2 -p1 %build if pkg-config --atleast-version 2.6 sigc++-2.0 ; then @@ -1765,6 +1767,9 @@ fi %attr(4755,root,root) %{_bindir}/arc-job-cgroup %changelog +* Wed Feb 07 2024 Mattias Ellert - 6.18.0-5 +- Disable test incompatible with SWIG 4.2 + * Thu Jan 25 2024 Fedora Release Engineering - 6.18.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild