forked from pool/racket
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
This commit is contained in:
parent
230ab77529
commit
22accfc26a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 7 16:45:21 UTC 2024 - Christian Boltz <suse-beta@cboltz.de>
|
||||
|
||||
- mzdyn3m.lo no longer gets built for s390x, remove it from %files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 23 11:29:47 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -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*
|
||||
|
Loading…
Reference in New Issue
Block a user