public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-sequoia-sop] epel9: Drop unused RustCrypto backend support
@ 2026-07-08 15:36 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-07-08 15:36 UTC (permalink / raw)
To: git-commits
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"]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-08 15:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-08 15:36 [rpms/rust-sequoia-sop] epel9: Drop unused RustCrypto backend support Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox