public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-sequoia-chameleon-gnupg] rawhide: Rebuild for sequoia-openpgp v2.4.0 and temporarily disable tests
@ 2026-07-08 14:05 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-07-08 14:05 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-sequoia-chameleon-gnupg
Branch : rawhide
Commit : 87731d79aa399dbacb672ebf191b666a0b1dc14b
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-07-08T15:46:44+02:00
Stats  : +5/-19 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-sequoia-chameleon-gnupg/c/87731d79aa399dbacb672ebf191b666a0b1dc14b?branch=rawhide

Log:
Rebuild for sequoia-openpgp v2.4.0 and temporarily disable tests

---
diff --git a/rust-sequoia-chameleon-gnupg.spec b/rust-sequoia-chameleon-gnupg.spec
index 21545c0..8f62e1c 100644
--- a/rust-sequoia-chameleon-gnupg.spec
+++ b/rust-sequoia-chameleon-gnupg.spec
@@ -1,5 +1,6 @@
 # Generated by rust2rpm 28
-%bcond check 1
+# * most tests fail due to missing support for RipeMD160 in the ossl backend
+%bcond check 0
 
 # workaround for OOM issues on i686
 %ifarch %{ix86}
@@ -173,14 +174,7 @@ install -Dpm 0644 \
 %check
 # limit parallelism to avoid hitting resource limits (open files)
 export RUST_TEST_THREADS=8
-# * skip tests that fail due to keys that expired on 2025-12-16:
-#   https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg/-/issues/156
-%{cargo_test -- -- %{shrink:
-    --skip gpg::decrypt::general_purpose_
-    --skip gpg::decrypt::restricted_agent
-    --skip gpg::sign::general_purpose_
-    --skip gpg::sign::restricted_agent
-}}
+%cargo_test
 %endif
 
 %changelog

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 7f3ba1d..72c9eb6 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -103,16 +103,8 @@ check.pre = [
 ]
 
 [tests]
-skip = [
-    "gpg::decrypt::general_purpose_",
-    "gpg::decrypt::restricted_agent",
-    "gpg::sign::general_purpose_",
-    "gpg::sign::restricted_agent",
-]
+run = false
 comments = [
-    """\
-    skip tests that fail due to keys that expired on 2025-12-16:
-    https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg/-/issues/156
-    """,
+    "most tests fail due to missing support for RipeMD160 in the ossl backend",
 ]
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-08 14:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-08 14:05 [rpms/rust-sequoia-chameleon-gnupg] rawhide: Rebuild for sequoia-openpgp v2.4.0 and temporarily disable tests Fabio Valentini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox