public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-ordered-float] f43: Hide features for rkyv 0.7
@ 2026-06-25 12:22 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-25 12:22 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-ordered-float
Branch : f43
Commit : ee9cd733e89292879cce01e61e2d4115a5b8adb8
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-06-25T10:37:35+01:00
Stats : +8/-60 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/rust-ordered-float/c/ee9cd733e89292879cce01e61e2d4115a5b8adb8?branch=f43
Log:
Hide features for rkyv 0.7
---
diff --git a/rust-ordered-float.spec b/rust-ordered-float.spec
index aff79a2..0bd6019 100644
--- a/rust-ordered-float.spec
+++ b/rust-ordered-float.spec
@@ -118,18 +118,6 @@ use the "randtest" feature of the "%{crate}" crate.
%files -n %{name}+randtest-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+rkyv-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+rkyv-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "rkyv" feature of the "%{crate}" crate.
-
-%files -n %{name}+rkyv-devel
-%ghost %{crate_instdir}/Cargo.toml
-
%package -n %{name}+rkyv_08-devel
Summary: %{summary}
BuildArch: noarch
@@ -190,54 +178,6 @@ use the "rkyv_08_ck" feature of the "%{crate}" crate.
%files -n %{name}+rkyv_08_ck-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+rkyv_16-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+rkyv_16-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "rkyv_16" feature of the "%{crate}" crate.
-
-%files -n %{name}+rkyv_16-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+rkyv_32-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+rkyv_32-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "rkyv_32" feature of the "%{crate}" crate.
-
-%files -n %{name}+rkyv_32-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+rkyv_64-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+rkyv_64-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "rkyv_64" feature of the "%{crate}" crate.
-
-%files -n %{name}+rkyv_64-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package -n %{name}+rkyv_ck-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+rkyv_ck-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "rkyv_ck" feature of the "%{crate}" crate.
-
-%files -n %{name}+rkyv_ck-devel
-%ghost %{crate_instdir}/Cargo.toml
-
%package -n %{name}+serde-devel
Summary: %{summary}
BuildArch: noarch
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 3631e5f..09b8d38 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -5,5 +5,13 @@ hide = [
"num-cmp",
"schemars",
"speedy",
+ # “Unversioned” rkyv features, those not starting with “rkyv_08”, target
+ # rkyv 0.7. Since nothing currently requires these, and to reduce
+ # dependencies on the rust-rkyv0.7 compat package, we omit them.
+ "rkyv",
+ "rkyv_16",
+ "rkyv_32",
+ "rkyv_64",
+ "rkyv_ck",
]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-25 12:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-25 12:22 [rpms/rust-ordered-float] f43: Hide features for rkyv 0.7 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