diff --git a/latex2html.changes b/latex2html.changes
index 95faf9e..7966369 100644
--- a/latex2html.changes
+++ b/latex2html.changes
@@ -1,3 +1,14 @@
+-------------------------------------------------------------------
+Mon Sep 30 07:11:19 UTC 2019 - pgajdos@suse.com
+
+- texlive-preview was mistakenly added as build dependency, it
+ should have been runtime dependency [bsc#1150208]
+
+-------------------------------------------------------------------
+Wed Sep 25 19:17:45 UTC 2019 - Bernhard Wiedemann
+
+- Drop log files to make package build reproducible (boo#1047218)
+
-------------------------------------------------------------------
Wed Sep 11 18:49:17 UTC 2019 - pgajdos@suse.com
diff --git a/latex2html.spec b/latex2html.spec
index ecf558e..22b5372 100644
--- a/latex2html.spec
+++ b/latex2html.spec
@@ -38,13 +38,13 @@ BuildRequires: netpbm
BuildRequires: texlive-dvips
BuildRequires: texlive-kpathsea
BuildRequires: texlive-latex
-BuildRequires: texlive-preview
Requires: ghostscript_any
Requires: latex2html-pngicons
Requires: netpbm
Requires: perl
Requires: texlive-dvips
Requires: texlive-latex
+Requires: texlive-preview
BuildArch: noarch
%define _texmfmaindir %{_datadir}/texmf
@@ -92,6 +92,7 @@ chmod 755 %{buildroot}%{_datadir}/%{name}/{cweb2html/makemake.pl,cweb2html/cweb2
%check
make %{?_smp_mflags} test
+find manual tests \( -name \*.log -o -name \*.aux \) -delete
%files
%doc Changes FAQ README.md TODO dot.latex2html-init