The package rpms/HepMC3.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/HepMC3.git/commit/?id=80a8dd3c7b536b....
Change: -%ifarch %{power64}
Thanks.
Full change: ============
commit 80a8dd3c7b536b31c2c58a5fcfa62539fb2fbefb Author: Mattias Ellert mattias.ellert@physics.uu.se Date: Mon Dec 30 14:37:36 2024 +0100
Rebuild for root 6.34
diff --git a/HepMC3.spec b/HepMC3.spec index 51c0e77..ed79710 100644 --- a/HepMC3.spec +++ b/HepMC3.spec @@ -3,7 +3,7 @@
Name: HepMC3 Version: 3.3.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: C++ Event Record for Monte Carlo Generators
# HepMC3 itself is LGPLv3+ @@ -11,11 +11,6 @@ Summary: C++ Event Record for Monte Carlo Generators License: LGPL-3.0-or-later AND MPL-2.0 URL: https://hepmc.web.cern.ch/hepmc Source0: %{url}/releases/%{name}-%{version}.tar.gz -# Valgrind suppression file for Fedora 39 ppc64le -# Suppresses a failure in memcheck_testReaderFactory4 -# "Conditional jump or move depends on uninitialised value(s)" -# False positive? glibc bug? Compiler bug? -Source1: valgrind-f39-ppc64le.supp # https://gitlab.cern.ch/hepmc/HepMC3/-/merge_requests/357 Patch0: 0001-Do-not-require-the-static-libzstd-library-to-be-pres.patch Patch1: 0002-Fix-for-a-Conditional-jump-or-move-depends-on-uninit.patch @@ -174,13 +169,6 @@ This package provides HepMC manuals and examples. %patch -P1 -p1 %patch -P2 -p1
-%if %{?fedora}%{!?fedora:0} == 39 -%ifarch %{power64} -sed 's!MEMORYCHECK_COMMAND_OPTIONS "!&--suppressions=%{SOURCE1} !' \ - -i test/CMakeLists.txt -%endif -%endif - %build %cmake \ -DHEPMC3_ENABLE_ROOTIO:BOOL=ON \ @@ -205,11 +193,6 @@ rm %{buildroot}%{_includedir}/%{name}/bxzstr/LICENSE %check %ctest
-%ldconfig_scriptlets -%ldconfig_scriptlets search -%ldconfig_scriptlets rootIO -%ldconfig_scriptlets protobufIO - %files %{_libdir}/libHepMC3.so.4 %license COPYING @@ -369,6 +352,9 @@ rm %{buildroot}%{_includedir}/%{name}/bxzstr/LICENSE %license COPYING
%changelog +* Mon Dec 30 2024 Mattias Ellert mattias.ellert@physics.uu.se - 3.3.0-3 +- Rebuild for root 6.34 + * Wed Jul 17 2024 Fedora Release Engineering releng@fedoraproject.org - 3.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
diff --git a/valgrind-f39-ppc64le.supp b/valgrind-f39-ppc64le.supp deleted file mode 100644 index fa6acbc..0000000 --- a/valgrind-f39-ppc64le.supp +++ /dev/null @@ -1,7 +0,0 @@ -{ - ppc64le-fedora39-dlopen - Memcheck:Cond - fun:strcmp - ... - fun:dlopen@@GLIBC_2.34 -}
arch-excludes@lists.fedoraproject.org