public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-ordered-float] epel9: Hide features for rkyv 0.7
Date: Thu, 25 Jun 2026 12:22:35 GMT	[thread overview]
Message-ID: <178239015566.1.398440173830686918.rpms-rust-ordered-float-ee9cd733e892@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-ordered-float
Branch : epel9
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=epel9

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",
 ]
 

                 reply	other threads:[~2026-06-25 12:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178239015566.1.398440173830686918.rpms-rust-ordered-float-ee9cd733e892@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox