public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/maturin] rawhide: Fix patchelf extra metapackage; needs to be arched
@ 2026-07-27 13:04 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-27 13:04 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/maturin
Branch : rawhide
Commit : fd85f6a57f57b546de03c808700ba04290cb9f2f
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-07-27T13:22:50+01:00
Stats : +2/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/maturin/c/fd85f6a57f57b546de03c808700ba04290cb9f2f?branch=rawhide
Log:
Fix patchelf extra metapackage; needs to be arched
---
diff --git a/maturin.spec b/maturin.spec
index 6565b81..837fe77 100644
--- a/maturin.spec
+++ b/maturin.spec
@@ -130,14 +130,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-07-27 13:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-27 13:04 [rpms/maturin] rawhide: 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