public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Jelen <jjelen@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-cryptoki] f45: Update rust2rpm to use kryoptic too
Date: Wed, 16 Sep 2026 14:58:33 GMT	[thread overview]
Message-ID: <178957071390.1.15641899649403145315.rpms-rust-cryptoki-18bee05371af@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-cryptoki
Branch : f45
Commit : 18bee05371af7c8833c6f2eaf5fe86347a8cf846
Author : Jakub Jelen <jjelen@redhat.com>
Date   : 2026-09-16T15:26:44+02:00
Stats  : +4/-13 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-cryptoki/c/18bee05371af7c8833c6f2eaf5fe86347a8cf846?branch=f45

Log:
Update rust2rpm to use kryoptic too

---
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 8cd36f7..876c7f4 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,18 +1,9 @@
 [requires]
-test = ["softhsm"]
+test = ["kryoptic"]
 
 [scripts]
 check.pre = [
- 'export TEST_PKCS11_MODULE=%{_libdir}/pkcs11/libsofthsm2.so',
- 'mkdir /tmp/tokens',
- 'echo "directories.tokendir = /tmp/tokens" > /tmp/softhsm2.conf',
- 'export SOFTHSM2_CONF=/tmp/softhsm2.conf',
-]
-
-[[package.extra-patches]]
-number = 2
-file = "rust-cryptoki-fix-i386.patch"
-comments = [
- "Fix build on i686",
- "https://github.com/parallaxsecond/rust-cryptoki/pull/283"
+ 'export KRYOPTIC_CONF=/tmp/kryoptic.sql',
+ 'export TEST_PKCS11_MODULE=%{_libdir}/pkcs11/libkryoptic_pkcs11.so',
+ 'export RUST_BACKTRACE=1',
 ]

                 reply	other threads:[~2026-09-16 14:58 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=178957071390.1.15641899649403145315.rpms-rust-cryptoki-18bee05371af@fedoraproject.org \
    --to=jjelen@redhat.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