diff --git a/latex2html.changes b/latex2html.changes
index f5c076f..e630e21 100644
--- a/latex2html.changes
+++ b/latex2html.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Tue Aug 10 07:08:56 UTC 2021 - pgajdos@suse.com
+
+- do not package test logs (WARNINGS in this case) [bsc#1188918]
+
-------------------------------------------------------------------
Sun Jul 4 19:42:52 UTC 2021 - Dirk Müller
diff --git a/latex2html.spec b/latex2html.spec
index fe920f3..12ec44d 100644
--- a/latex2html.spec
+++ b/latex2html.spec
@@ -92,7 +92,7 @@ chmod 755 %{buildroot}%{_datadir}/%{name}/{cweb2html/makemake.pl,cweb2html/cweb2
%check
%make_build test
-find manual tests \( -name \*.log -o -name \*.aux \) -delete
+find manual tests \( -name \*.log -o -name \*.aux -o -name WARNINGS \) -delete
%files
%doc Changes FAQ README.md TODO dot.latex2html-init