public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-sequoia-sop] epel9: Drop unused RustCrypto backend support
Date: Wed, 08 Jul 2026 15:36:22 GMT	[thread overview]
Message-ID: <178352498203.1.11297044533049414945.rpms-rust-sequoia-sop-7cb8174fbfa2@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-sequoia-sop
Branch : epel9
Commit : 7cb8174fbfa284fdb8d26311818020b93d1accf7
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-07-08T17:36:00+02:00
Stats  : +5/-15 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-sequoia-sop/c/7cb8174fbfa284fdb8d26311818020b93d1accf7?branch=epel9

Log:
Drop unused RustCrypto backend support

---
diff --git a/rust-sequoia-sop.spec b/rust-sequoia-sop.spec
index 70e97e7..31e3a16 100644
--- a/rust-sequoia-sop.spec
+++ b/rust-sequoia-sop.spec
@@ -13,6 +13,7 @@ URL:            https://crates.io/crates/sequoia-sop
 Source:         %{crates_source}
 # Manually created patch for downstream crate metadata changes
 # * switch crypto backend from Nettle to OpenSSL
+# * drop unsupported crypto backends
 # * exclude files that are only useful for upstream development
 Patch:          sequoia-sop-fix-metadata.diff
 
@@ -150,18 +151,6 @@ use the "crypto-openssl" feature of the "%{crate}" crate.
 %files       -n %{name}+crypto-openssl-devel
 %ghost %{crate_instdir}/Cargo.toml
 
-%package     -n %{name}+crypto-rust-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+crypto-rust-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "crypto-rust" feature of the "%{crate}" crate.
-
-%files       -n %{name}+crypto-rust-devel
-%ghost %{crate_instdir}/Cargo.toml
-
 %prep
 %autosetup -n %{crate}-%{version} -p1
 %cargo_prep

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 0b719ff..e51fad6 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,6 +1,7 @@
 [package]
 cargo-toml-patch-comments = [
     "switch crypto backend from Nettle to OpenSSL",
+    "drop unsupported crypto backends",
     "exclude files that are only useful for upstream development",
 ]
 extra-files = [

diff --git a/sequoia-sop-fix-metadata.diff b/sequoia-sop-fix-metadata.diff
index f65f67e..c63281e 100644
--- a/sequoia-sop-fix-metadata.diff
+++ b/sequoia-sop-fix-metadata.diff
@@ -1,5 +1,5 @@
 --- sequoia-sop-0.37.3/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ sequoia-sop-0.37.3/Cargo.toml	2025-12-11T13:49:27.522393+00:00
++++ sequoia-sop-0.37.3/Cargo.toml	2026-07-08T15:35:32.504686+00:00
 @@ -38,6 +38,9 @@
  ]
  license = "GPL-2.0-or-later"
@@ -10,7 +10,7 @@
  
  [badges.gitlab]
  repository = "sequoia-pgp/sequoia-sop"
-@@ -54,13 +57,10 @@
+@@ -54,13 +57,9 @@
      "sop/cliv",
      "dep:sequoia-policy-config",
  ]
@@ -19,7 +19,7 @@
 -crypto-cng = ["sequoia-openpgp/crypto-cng"]
  crypto-nettle = ["sequoia-openpgp/crypto-nettle"]
  crypto-openssl = ["sequoia-openpgp/crypto-openssl"]
- crypto-rust = ["sequoia-openpgp/crypto-rust"]
+-crypto-rust = ["sequoia-openpgp/crypto-rust"]
 -default = ["crypto-nettle"]
 +default = ["crypto-openssl"]
  

                 reply	other threads:[~2026-07-08 15:36 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=178352498203.1.11297044533049414945.rpms-rust-sequoia-sop-7cb8174fbfa2@fedoraproject.org \
    --to=decathorpe@gmail.com \
    --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