public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/maturin] eln: Fix patchelf extra metapackage; needs to be arched
@ 2026-09-01 4:14 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-01 4:14 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/maturin
Branch : eln
Commit : fb72dd168ec594a17dc187f1d7824d17003f6f6b
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-09-01T00:01:36-04:00
Stats : +2/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/maturin/c/fb72dd168ec594a17dc187f1d7824d17003f6f6b?branch=eln
Log:
Fix patchelf extra metapackage; needs to be arched
---
diff --git a/maturin.spec b/maturin.spec
index 9d52df7..cf3f9fd 100644
--- a/maturin.spec
+++ b/maturin.spec
@@ -135,14 +135,12 @@ well as rust binaries as python packages.
# that. More importantly, we have patched out support for cross-compiling
# with cargo-zigbuild, so there is no point in exposing this extra.
%if %{with patchelf}
-# Based on %%pyproject_extras_subpkg -n maturin -a patchelf, but we have added
+# Based on %%pyproject_extras_subpkg -n maturin patchelf, but we have added
# a dependency on the patchelf command-line tool.
%package -n maturin+patchelf
Summary: Metapackage for maturin: patchelf extras
-BuildArch: noarch
-
-Requires: maturin = %{version}-%{release}
+Requires: maturin%{?_isa} = %{version}-%{release}
Requires: /usr/bin/patchelf
%description -n maturin+patchelf
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-01 4:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-01 4:14 [rpms/maturin] eln: Fix patchelf extra metapackage; needs to be arched Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox