Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libnettle for openSUSE:Factory checked in at 2025-01-12 11:10:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libnettle (Old) and /work/SRC/openSUSE:Factory/.libnettle.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libnettle" Sun Jan 12 11:10:29 2025 rev:51 rq:1236828 version:3.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libnettle/libnettle.changes 2025-01-06 16:04:27.507882524 +0100 +++ /work/SRC/openSUSE:Factory/.libnettle.new.1881/libnettle.changes 2025-01-12 11:11:11.255104652 +0100 @@ -1,0 +2,7 @@ +Thu Jan 9 15:39:31 UTC 2025 - Pedro Monreal <[email protected]> + +- Disable the gcm regression test as it fails in virtual + environments for the ppc64le architecture. + * Add libnettle-powerpc64-skip-AES-GCM-test.patch + +------------------------------------------------------------------- New: ---- libnettle-powerpc64-skip-AES-GCM-test.patch BETA DEBUG BEGIN: New: environments for the ppc64le architecture. * Add libnettle-powerpc64-skip-AES-GCM-test.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libnettle.spec ++++++ --- /var/tmp/diff_new_pack.EkvCIy/_old 2025-01-12 11:11:12.643161769 +0100 +++ /var/tmp/diff_new_pack.EkvCIy/_new 2025-01-12 11:11:12.647161934 +0100 @@ -30,6 +30,8 @@ Source2: %{name}.keyring Source3: baselibs.conf Source4: %{name}-rpmlintrc +#PATCH-FIX-SUSE Skip the AES-GCM test as it fails on ppc64le virtual envs +Patch1: libnettle-powerpc64-skip-AES-GCM-test.patch BuildRequires: autoconf BuildRequires: fipscheck BuildRequires: gmp-devel >= 6.1.0 ++++++ libnettle-powerpc64-skip-AES-GCM-test.patch ++++++ Index: nettle-3.10.1/testsuite/Makefile.in =================================================================== --- nettle-3.10.1.orig/testsuite/Makefile.in +++ nettle-3.10.1/testsuite/Makefile.in @@ -28,7 +28,7 @@ TS_NETTLE_SOURCES = aes-test.c aes-keywr streebog-test.c sm3-test.c sm4-test.c \ serpent-test.c twofish-test.c version-test.c \ knuth-lfib-test.c \ - cbc-test.c cfb-test.c ctr-test.c gcm-test.c eax-test.c ccm-test.c \ + cbc-test.c cfb-test.c ctr-test.c eax-test.c ccm-test.c \ cmac-test.c ocb-test.c siv-cmac-test.c siv-gcm-test.c \ poly1305-test.c chacha-poly1305-test.c \ hmac-test.c umac-test.c \
