[packages/dovecot] disable test-imap-client-hibernate
atler
atler at pld-linux.org
Sun Jan 25 01:30:44 CET 2026
commit 6e6e4be16b130adcbb0107ea986778db6df6325e
Author: Jan Palus <atler at pld-linux.org>
Date: Sun Jan 25 01:24:44 2026 +0100
disable test-imap-client-hibernate
it attempts to create unix socket which is limited to 108 chars length.
with rpm >= 4.20 baroque build dirs it's nearly impossible to satisfy
though. without any prefix it's 91 chars already:
dovecot-2.3.21.1-build/dovecot-2.3.21.1/src/imap/.test-imap-client-hibernate/imap-hibernate
and it does not even include %{_builddir} yet
tests.patch | 12 ++++++++++++
1 file changed, 12 insertions(+)
---
diff --git a/tests.patch b/tests.patch
index 089dedc..c19e1e8 100644
--- a/tests.patch
+++ b/tests.patch
@@ -34,3 +34,15 @@ index c38da60fd0f..3c335976853 100644
test_assert(b2 != b);
} T_END;
test_end();
+--- dovecot-2.3.21.1/src/imap/Makefile.am.orig 2024-08-13 12:37:50.000000000 +0200
++++ dovecot-2.3.21.1/src/imap/Makefile.am 2026-01-25 01:17:36.604119058 +0100
+@@ -115,8 +115,7 @@
+ pkginc_libdir=$(pkgincludedir)
+ pkginc_lib_HEADERS = $(headers)
+
+-test_programs = \
+- test-imap-client-hibernate
++test_programs =
+ noinst_PROGRAMS = $(test_programs)
+
+ test_imap_client_hibernate_SOURCES = \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dovecot.git/commitdiff/6e6e4be16b130adcbb0107ea986778db6df6325e
More information about the pld-cvs-commit
mailing list