public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Lokesh Mandvekar <lsm5@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/openssl] rebase_40beta: PQ Container Tests
Date: Tue, 09 Jun 2026 12:45:25 GMT	[thread overview]
Message-ID: <178100912553.1.15141753017288587927.rpms-openssl-1b863c4f9a3f@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/openssl
            Branch : rebase_40beta
            Commit : 1b863c4f9a3f99ac06765016f3deec199af27e39
            Author : Lokesh Mandvekar <lsm5@fedoraproject.org>
            Date   : 2024-09-25T13:59:05+05:30
            Stats  : +17/-1 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/openssl/c/1b863c4f9a3f99ac06765016f3deec199af27e39?branch=rebase_40beta

            Log:
            PQ Container Tests

This commit adds a TMT test plan to run PQ-container health
checks.

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>

---
diff --git a/openssl.spec b/openssl.spec
index 5f73667..7397a07 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -29,7 +29,7 @@ print(string.sub(hash, 0, 16))
 Summary: Utilities from the general purpose cryptography library with TLS implementation
 Name: openssl
 Version: 3.2.2
-Release: 8%{?dist}
+Release: 9%{?dist}
 Epoch: 1
 Source: openssl-%{version}.tar.gz
 Source2: Makefile.certificate
@@ -547,6 +547,9 @@ ln -s /etc/crypto-policies/back-ends/openssl_fips.config $RPM_BUILD_ROOT%{_sysco
 %ldconfig_scriptlets libs
 
 %changelog
+* Wed Sep 25 2024 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:3.2.2-9
+- Add PQ container test via TMT
+
 * Thu Sep 12 2024 Sahana Prasad <sahana@redhat.com> - 1:3.2.2-8
 - Synchorize patches in CentOS10 and Fedora with the following changes
 - Fix CVE-2024-5535: SSL_select_next_proto buffer overread

diff --git a/plans/pq-container.fmf b/plans/pq-container.fmf
new file mode 100644
index 0000000..f1c4e51
--- /dev/null
+++ b/plans/pq-container.fmf
@@ -0,0 +1,13 @@
+summary: PQ Container Test
+provision:
+    how: container
+    image: fedora:rawhide
+discover:
+    how: shell
+execute:
+    how: tmt
+    script: |
+        curl -O https://raw.githubusercontent.com/QUBIP/pq-container/main/setup.sh
+        curl -O https://raw.githubusercontent.com/QUBIP/pq-container/main/test.sh
+        bash setup.sh
+        bash test.sh

                 reply	other threads:[~2026-06-09 12:45 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=178100912553.1.15141753017288587927.rpms-openssl-1b863c4f9a3f@fedoraproject.org \
    --to=lsm5@fedoraproject.org \
    --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