Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package liboqs for openSUSE:Factory checked in at 2025-06-27 23:00:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/liboqs (Old) and /work/SRC/openSUSE:Factory/.liboqs.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "liboqs" Fri Jun 27 23:00:21 2025 rev:18 rq:1288799 version:0.13.0 Changes: -------- --- /work/SRC/openSUSE:Factory/liboqs/liboqs.changes 2025-05-13 20:12:48.557320162 +0200 +++ /work/SRC/openSUSE:Factory/.liboqs.new.7067/liboqs.changes 2025-06-27 23:00:55.644321420 +0200 @@ -1,0 +2,5 @@ +Thu Jun 26 15:21:36 UTC 2025 - Marcus Meissner <meiss...@suse.com> + +- enable testsuite + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ liboqs.spec ++++++ --- /var/tmp/diff_new_pack.LWvcar/_old 2025-06-27 23:00:56.876372197 +0200 +++ /var/tmp/diff_new_pack.LWvcar/_new 2025-06-27 23:00:56.880372361 +0200 @@ -31,6 +31,10 @@ BuildRequires: cmake BuildRequires: doxygen BuildRequires: libopenssl-devel +# for tests +BuildRequires: python3-pytest +BuildRequires: python3-PyYAML +BuildRequires: python3-pytest-xdist %description liboqs is a C library for quantum-resistant cryptographic algorithms. @@ -79,6 +83,11 @@ rmdir %{buildroot}%{_prefix}/local/ +%check +pushd build +make run_tests +popd + %post -n liboqs7 -p /sbin/ldconfig %postun -n liboqs7 -p /sbin/ldconfig