public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mstflint] rawhide: Delete the libdpa_elf blobs before build
@ 2026-09-21 12:55 Michal Schmidt
0 siblings, 0 replies; only message in thread
From: Michal Schmidt @ 2026-09-21 12:55 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/mstflint
Branch : rawhide
Commit : 0ff50b7c0c673b77bd99ab7620395b3d2539203d
Author : Michal Schmidt <mschmidt@redhat.com>
Date : 2026-09-17T20:27:25+02:00
Stats : +3/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/mstflint/c/0ff50b7c0c673b77bd99ab7620395b3d2539203d?branch=rawhide
Log:
Delete the libdpa_elf blobs before build
The upstream tarballs contains libdpa_elf binaries for x86_64 and aarch64.
Delete them to make sure we build everything from source.
---
diff --git a/mstflint.spec b/mstflint.spec
index 724cf49..d6c2ab1 100644
--- a/mstflint.spec
+++ b/mstflint.spec
@@ -72,6 +72,9 @@ for network adapters based on Mellanox Technologies chips.
%prep
%autosetup -p1 -n %{name}-%{version}
+# Delete blobs
+rm mlxdpa/dpa_elf/*/libdpa_elf
+
# Make sure system libraries are used where possible. Delete the bundled
# sources. Exception: Keep */Makefile.am files because Makefiles are listed
# as AC_CONFIG_FILES in configure.ac unconditionally.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-21 12:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-21 12:55 [rpms/mstflint] rawhide: Delete the libdpa_elf blobs before build Michal Schmidt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox