public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openssl] rebase_40beta: PQ Container Tests
@ 2026-06-09 12:45 Lokesh Mandvekar
  0 siblings, 0 replies; only message in thread
From: Lokesh Mandvekar @ 2026-06-09 12:45 UTC (permalink / raw)
  To: git-commits

            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

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

only message in thread, other threads:[~2026-06-09 12:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 12:45 [rpms/openssl] rebase_40beta: PQ Container Tests Lokesh Mandvekar

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