From 22accfc26a46d14ad963f8e600377a1dcc23c1a777613e50560d6ca0c670a7ab Mon Sep 17 00:00:00 2001 From: Fred Fu Date: Tue, 9 Apr 2024 17:46:19 +0000 Subject: [PATCH] Accepting request 1165999 from home:cboltz:branches:devel:languages:misc - mzdyn3m.lo no longer gets built for s390x, remove it from %files Notes: - unfortunately the build in my home repo runs into a timeout, but you can find the "file not found" message leading to this SR in openSUSE:Factory:zSystems build log: https://build.opensuse.org/package/live_build_log/openSUSE:Factory:zSystems/racket/standard/s390x - ppc fails to build for a different reason, therefore I restricted this change to only s390x. I don't know if mzdyn3m.lo still gets built for ppc - that's something to check after someone fixes the first ppc build failure. OBS-URL: https://build.opensuse.org/request/show/1165999 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/racket?expand=0&rev=82 --- racket.changes | 5 +++++ racket.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/racket.changes b/racket.changes index d84821d..27d8140 100644 --- a/racket.changes +++ b/racket.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Apr 7 16:45:21 UTC 2024 - Christian Boltz + +- mzdyn3m.lo no longer gets built for s390x, remove it from %files + ------------------------------------------------------------------- Fri Feb 23 11:29:47 UTC 2024 - Dominique Leuenberger diff --git a/racket.spec b/racket.spec index 08eb619..62dfe76 100644 --- a/racket.spec +++ b/racket.spec @@ -1,7 +1,7 @@ # # spec file for package racket # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2012, 2013 Togan Muftuoglu toganm@opensuse.org # # All modifications and additions to the file contributed by third parties @@ -271,6 +271,8 @@ install -m 0644 ../README %{buildroot}%{_docdir}/%{name}/README %ifarch ppc64 ppc64le s390x %{_libdir}/libracket3m* %{_libdir}/%{name}/buildinfo +%endif +%ifarch ppc64 ppc64le %{_libdir}/%{name}/mzdyn3m.lo %endif %{_mandir}/man1/mz*